Color Hex Logo

#cc768b Color Hex

#CC768B
(204,118,139)
0 Favorites   0 Comments

Color spaces of #cc768b

RGB 204118139
HSL0.960.460.63
HSV345°42°80°
CMYK 0.000.420.32   0.20
XYZ36.040527.658327.8651
Yxy27.65830.39360.3021
Hunter Lab52.591230.29085.3994
CIE-Lab59.578836.12853.3297

#cc768b color RGB value is (204,118,139).

#cc768b hex color red value is 204, green value is 118 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #cc768b hue: 0.96 , saturation: 0.46 and the lightness value of cc768b is 0.63.

The process color (four color CMYK) of #cc768b color hex is 0.00, 0.42, 0.32, 0.20. Web safe color of #cc768b is #cc6699. Color #cc768b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01110110 10001011
Octal 314 166 213
Decimal 204 118 139
Hex CC 76 8B

RGB Percentages of Color #cc768b

%44.25
%25.60
%30.15

CMYK Percentages of Color #cc768b

%0
%42
%32
%20

Triadic Colors of #cc768b

#cc768b #8bcc76 #768bcc

Analogous Colors of #cc768b

#cc768b #cc8c76 #cc76b6

Monochromatic Colors of #cc768b

#cc768b

Complementary Color

#cc768b #76ccb7

#cc768b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc768b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc768b Color CSS Codes

.mybgcolor {background-color:#cc768b; } 
.myforecolor {color:#cc768b; }
.mybordercolor {border:3px solid #cc768b; }

#cc768b Text Font Color

<p style="color:#cc768b">Text here</p>

This sample text font color is #cc768b
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#cc768b Background Color

<div style="background-color:#cc768b">
Div content here</div>

This div background color is #cc768b


#cc768b Border Color

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

This div border color is #cc768b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(204,118,139, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #cc768b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #cc768b;
  -webkit-box-shadow: 1px 1px 3px 2px #cc768b;
  box-shadow:         1px 1px 3px 2px #cc768b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,118,139, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #cc768b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #cc768b;
  -webkit-box-shadow: 1px 1px 3px 2px #cc768b;
  box-shadow:         1px 1px 3px 2px #cc768b;">
Div content here</div>

This div box has shadow with color #cc768b


Comments

No comments written yet.

Please login to write comment.