Color Hex Logo

#cc767e Color Hex

#CC767E
(204,118,126)
0 Favorites   0 Comments

Color spaces of #cc767e

RGB 204118126
HSL0.980.460.63
HSV354°42°80°
CMYK 0.000.420.38   0.20
XYZ35.146227.300623.1558
Yxy27.30060.41060.3189
Hunter Lab52.250028.631410.2992
CIE-Lab59.251534.520510.3645

#cc767e color RGB value is (204,118,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 01110110 01111110
Octal 314 166 176
Decimal 204 118 126
Hex CC 76 7E

RGB Percentages of Color #cc767e

%45.54
%26.34
%28.13

CMYK Percentages of Color #cc767e

%0
%42
%38
%20

Triadic Colors of #cc767e

#cc767e #7ecc76 #767ecc

Analogous Colors of #cc767e

#cc767e #cc9976 #cc76a9

Monochromatic Colors of #cc767e

#cc767e

Complementary Color

#cc767e #76ccc4

#cc767e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc767e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc767e Color CSS Codes

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

#cc767e Text Font Color

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

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


#cc767e Background Color

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

This div background color is #cc767e


#cc767e Border Color

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

This div border color is #cc767e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc767e


Comments

No comments written yet.

Please login to write comment.