Color Hex Logo

#cc891c Color Hex

#CC891C
(204,137,28)
0 Favorites   0 Comments

Color spaces of #cc891c

RGB 20413728
HSL0.100.760.45
HSV37°86°80°
CMYK 0.000.330.86   0.20
XYZ34.057130.81255.2510
Yxy30.81250.48570.4394
Hunter Lab55.509012.376533.2476
CIE-Lab62.349017.423362.2858

#cc891c color RGB value is (204,137,28).

#cc891c hex color red value is 204, green value is 137 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #cc891c hue: 0.10 , saturation: 0.76 and the lightness value of cc891c is 0.45.

The process color (four color CMYK) of #cc891c color hex is 0.00, 0.33, 0.86, 0.20. Web safe color of #cc891c is #cc9933. Color #cc891c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10001001 00011100
Octal 314 211 34
Decimal 204 137 28
Hex CC 89 1C

RGB Percentages of Color #cc891c

%55.28
%37.13
%7.59

CMYK Percentages of Color #cc891c

%0
%33
%86
%20

Triadic Colors of #cc891c

#cc891c #1ccc89 #891ccc

Analogous Colors of #cc891c

#cc891c #b7cc1c #cc311c

Monochromatic Colors of #cc891c

#cc891c

Complementary Color

#cc891c #1c5fcc

#cc891c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc891c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc891c Color CSS Codes

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

#cc891c Text Font Color

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

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


#cc891c Background Color

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

This div background color is #cc891c


#cc891c Border Color

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

This div border color is #cc891c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc891c


Comments

No comments written yet.

Please login to write comment.