Color Hex Logo

#cc767f Color Hex

#CC767F
(204,118,127)
0 Favorites   0 Comments

Color spaces of #cc767f

RGB 204118127
HSL0.980.460.63
HSV354°42°80°
CMYK 0.000.420.38   0.20
XYZ35.211027.326523.4974
Yxy27.32650.40930.3176
Hunter Lab52.274828.75249.9416
CIE-Lab59.275334.63849.8213

#cc767f color RGB value is (204,118,127).

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

The process color (four color CMYK) of #cc767f color hex is 0.00, 0.42, 0.38, 0.20. Web safe color of #cc767f is #cc6666. Color #cc767f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01110110 01111111
Octal 314 166 177
Decimal 204 118 127
Hex CC 76 7F

RGB Percentages of Color #cc767f

%45.43
%26.28
%28.29

CMYK Percentages of Color #cc767f

%0
%42
%38
%20

Triadic Colors of #cc767f

#cc767f #7fcc76 #767fcc

Analogous Colors of #cc767f

#cc767f #cc9876 #cc76aa

Monochromatic Colors of #cc767f

#cc767f

Complementary Color

#cc767f #76ccc3

#cc767f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc767f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc767f Color CSS Codes

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

#cc767f Text Font Color

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

This sample text font color is #cc767f
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.


#cc767f Background Color

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

This div background color is #cc767f


#cc767f Border Color

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

This div border color is #cc767f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc767f


Comments

No comments written yet.

Please login to write comment.