Color Hex Logo

#cc9170 Color Hex

#CC9170
(204,145,112)
0 Favorites   0 Comments

Color spaces of #cc9170

RGB 204145112
HSL0.060.470.62
HSV22°45°80°
CMYK 0.000.290.45   0.20
XYZ37.951934.258019.9414
Yxy34.25800.41180.3718
Hunter Lab58.530313.313920.7710
CIE-Lab65.166818.329926.3646

#cc9170 color RGB value is (204,145,112).

#cc9170 hex color red value is 204, green value is 145 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #cc9170 hue: 0.06 , saturation: 0.47 and the lightness value of cc9170 is 0.62.

The process color (four color CMYK) of #cc9170 color hex is 0.00, 0.29, 0.45, 0.20. Web safe color of #cc9170 is #cc9966. Color #cc9170 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10010001 01110000
Octal 314 221 160
Decimal 204 145 112
Hex CC 91 70

RGB Percentages of Color #cc9170

%44.25
%31.45
%24.30

CMYK Percentages of Color #cc9170

%0
%29
%45
%20

Triadic Colors of #cc9170

#cc9170 #70cc91 #9170cc

Analogous Colors of #cc9170

#cc9170 #ccbf70 #cc707d

Monochromatic Colors of #cc9170

#cc9170

Complementary Color

#cc9170 #70abcc

#cc9170 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc9170 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc9170 Color CSS Codes

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

#cc9170 Text Font Color

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

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


#cc9170 Background Color

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

This div background color is #cc9170


#cc9170 Border Color

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

This div border color is #cc9170


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc9170


Comments

No comments written yet.

Please login to write comment.