Color Hex Logo

#cc893c Color Hex

#CC893C
(204,137,60)
0 Favorites   0 Comments

Color spaces of #cc893c

RGB 20413760
HSL0.090.590.52
HSV32°71°80°
CMYK 0.000.330.71   0.20
XYZ34.663131.05498.4422
Yxy31.05490.46740.4188
Hunter Lab55.726913.507930.0269
CIE-Lab62.554018.634150.1550

#cc893c color RGB value is (204,137,60).

#cc893c hex color red value is 204, green value is 137 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #cc893c hue: 0.09 , saturation: 0.59 and the lightness value of cc893c is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10001001 00111100
Octal 314 211 74
Decimal 204 137 60
Hex CC 89 3C

RGB Percentages of Color #cc893c

%50.87
%34.16
%14.96

CMYK Percentages of Color #cc893c

%0
%33
%71
%20

Triadic Colors of #cc893c

#cc893c #3ccc89 #893ccc

Analogous Colors of #cc893c

#cc893c #c7cc3c #cc413c

Monochromatic Colors of #cc893c

#cc893c

Complementary Color

#cc893c #3c7fcc

#cc893c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc893c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc893c Color CSS Codes

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

#cc893c Text Font Color

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

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


#cc893c Background Color

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

This div background color is #cc893c


#cc893c Border Color

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

This div border color is #cc893c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc893c


Comments

No comments written yet.

Please login to write comment.