Color Hex Logo

#cc890f Color Hex

#CC890F
(204,137,15)
0 Favorites   0 Comments

Color spaces of #cc890f

RGB 20413715
HSL0.110.860.43
HSV39°93°80°
CMYK 0.000.330.93   0.20
XYZ33.933730.76324.6013
Yxy30.76320.48970.4439
Hunter Lab55.464612.144833.9066
CIE-Lab62.307217.174165.3492

#cc890f color RGB value is (204,137,15).

#cc890f hex color red value is 204, green value is 137 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #cc890f hue: 0.11 , saturation: 0.86 and the lightness value of cc890f is 0.43.

The process color (four color CMYK) of #cc890f color hex is 0.00, 0.33, 0.93, 0.20. Web safe color of #cc890f is #cc9900. Color #cc890f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10001001 00001111
Octal 314 211 17
Decimal 204 137 15
Hex CC 89 F

RGB Percentages of Color #cc890f

%57.30
%38.48
%4.21

CMYK Percentages of Color #cc890f

%0
%33
%93
%20

Triadic Colors of #cc890f

#cc890f #0fcc89 #890fcc

Analogous Colors of #cc890f

#cc890f #b1cc0f #cc2a0f

Monochromatic Colors of #cc890f

#cc890f

Complementary Color

#cc890f #0f52cc

#cc890f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc890f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc890f Color CSS Codes

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

#cc890f Text Font Color

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

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


#cc890f Background Color

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

This div background color is #cc890f


#cc890f Border Color

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

This div border color is #cc890f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc890f


Comments

No comments written yet.

Please login to write comment.