Color Hex Logo

#cc894d Color Hex

#CC894D
(204,137,77)
0 Favorites   0 Comments

Color spaces of #cc894d

RGB 20413777
HSL0.080.550.55
HSV28°62°80°
CMYK 0.000.330.62   0.20
XYZ35.187131.264511.2013
Yxy31.26450.45310.4026
Hunter Lab55.914714.479427.2628
CIE-Lab62.730319.665142.0290

#cc894d color RGB value is (204,137,77).

#cc894d hex color red value is 204, green value is 137 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #cc894d hue: 0.08 , saturation: 0.55 and the lightness value of cc894d is 0.55.

The process color (four color CMYK) of #cc894d color hex is 0.00, 0.33, 0.62, 0.20. Web safe color of #cc894d is #cc9966. Color #cc894d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10001001 01001101
Octal 314 211 115
Decimal 204 137 77
Hex CC 89 4D

RGB Percentages of Color #cc894d

%48.80
%32.78
%18.42

CMYK Percentages of Color #cc894d

%0
%33
%62
%20

Triadic Colors of #cc894d

#cc894d #4dcc89 #894dcc

Analogous Colors of #cc894d

#cc894d #ccc94d #cc4d51

Monochromatic Colors of #cc894d

#cc894d

Complementary Color

#cc894d #4d90cc

#cc894d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc894d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc894d Color CSS Codes

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

#cc894d Text Font Color

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

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


#cc894d Background Color

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

This div background color is #cc894d


#cc894d Border Color

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

This div border color is #cc894d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc894d

#cc894d Color Palettes


Comments

No comments written yet.

Please login to write comment.