COLOR #C76B9F

HEX: #C76B9F
RGB: (199,107,159)

Renk bilgisi

#C76B9F contains mainly red and blue colors. #C76B9F ‘ nin web güvenlik rengi #CC6699 (ya da #C69) dir.

RGB renk modeli

#C76B9F color RGB value is (199,107,159).

  • kırmız ton 199;
  • yeşil ton 107;
  • mavi ton 159.
RGB:
(199,107,159)
(78%,42%,62%)

RGB bağlantıları ve doygunluk

R 199 of 255 = 78%
G 107 of 255 = 42%
B 159 of 255 = 62%

199
107
159

R + G + B ~ 61%. #C76B9F is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
199 + 107 + 159 = 465 (100%)
R 199 of 465 ~ 42.8%
G 107 of 465 ~ 23.01%
B 159 of 465 ~ 34.19%

%42.8
%23.01
%34.19

CMYK RENK MODELİ

#C76B9F rengi CMYK tonu (0,46,20,22).

  • camgöbeği tonu 0.00%
  • eflatun tonu 46.23%
  • sarı tonu 20.10%
  • ana renk tonu 21.96%
CMYK:
(0,46,20,22)
C0M46Y20K22 
(0%,46%,20%,22%)
(0.00/0.46/0.20/0.22)	

CMYK yüzdeleri

%0
%46.23
%20.1
%21.96

Codes

Color #C76B9F in popluar color models

C76B9F
RGB199107159
HSL326°45.10%60.00%
HSB/HSV326°46.23%78.04%
CMYK0.00%46.23%20.10%
21.96%

Color #C76B9F in popluar number systems.

HEXC76B9F
Decimal199107159
Binary11000111110101110011111
Octal307153237

Shades and tints

Shades of #C76B9F

#C76B9F
(199,107,159)
#B56291
(181,98,145)
#A35983
(163,89,131)
#915075
(145,80,117)
#7F4767
(127,71,103)
#6D3E59
(109,62,89)
#5B354B
(91,53,75)
#492C3D
(73,44,61)
#37232F
(55,35,47)
#251A21
(37,26,33)
#131113
(19,17,19)
#000000
(0,0,0)

Tints of #C76B9F

#C76B9F
(199,107,159)
#CC78A7
(204,120,167)
#D185AF
(209,133,175)
#D692B7
(214,146,183)
#DB9FBF
(219,159,191)
#E0ACC7
(224,172,199)
#E5B9CF
(229,185,207)
#EAC6D7
(234,198,215)
#EFD3DF
(239,211,223)
#F4E0E7
(244,224,231)
#F9EDEF
(249,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C76B9F color. Also use rgb(199,107,159) instead hex code.

Text Font Color

.myTextColor { color: #C76B9F; }

<p style="color:#C76B9F">This sample text font color is #C76B9F.</p>

This text font color is #C76B9F.


Background Color

.myBgColor { background-color: #C76B9F; }

<div style="background-color:#C76B9F">Inner text</div>

This div background color is #C76B9F.


Border color

.myBorderColor { border: 1px solid #C76B9F; }

<div style="border:3px solid #C76B9F">Div</div>

This div border color is #C76B9F.


Opacity

.myOpacity80 { color: #C76B9F; opacity: 0.8; }

<p style="color:#C76B9F;opacity:0.8;">80%</p>

Text with #C76B9F color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #C76B9F;}

<p style="text-shadow: 3px 3px 1px #C76B9F">Text here.</p>

This text has shadow with #C76B9F color.

.textShadow {text-shadow: 3px 3px 1px #C76B9F, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #C76B9F, 5px 5px 20px red">Text here.</p>

This text has shadow with #C76B9F primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C76B9F, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#C76B9F, Direction=45, Strength=4)">Text</p>

This text has shadow with #C76B9F and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #C76B9F;
  -webkit-box-shadow:	1px 1px 3px 2px #C76B9F;
  box-shadow:		1px 1px 3px 2px #C76B9F;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C76B9F;
-webkit-box-shadow: 1px 1px 3px 2px #C76B9F;
box-shadow:1px 1px 3px 2px #C76B9F;">
Div content here</div>
This div box has shadow with color #C76B9F.

Preview

Color preview on black background

This text has color #C76B9F on black background.


Color preview on white background

This text has color #C76B9F on white background.



Black color preview on #C76B9F background

This text has black color on #C76B9F background.


White color preview on #C76B9F background

This text has white color on #C76B9F background.