Color Hex Logo

#cc894f Color Hex

#CC894F
(204,137,79)
0 Favorites   0 Comments

Color spaces of #cc894f

RGB 20413779
HSL0.080.550.55
HSV28°61°80°
CMYK 0.000.330.61   0.20
XYZ35.258831.293211.5790
Yxy31.29320.45130.4005
Hunter Lab55.940314.611726.8859
CIE-Lab62.754419.805041.0288

#cc894f color RGB value is (204,137,79).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10001001 01001111
Octal 314 211 117
Decimal 204 137 79
Hex CC 89 4F

RGB Percentages of Color #cc894f

%48.57
%32.62
%18.81

CMYK Percentages of Color #cc894f

%0
%33
%61
%20

Triadic Colors of #cc894f

#cc894f #4fcc89 #894fcc

Analogous Colors of #cc894f

#cc894f #ccc84f #cc4f54

Monochromatic Colors of #cc894f

#cc894f

Complementary Color

#cc894f #4f92cc

#cc894f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc894f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc894f Color CSS Codes

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

#cc894f Text Font Color

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

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


#cc894f Background Color

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

This div background color is #cc894f


#cc894f Border Color

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

This div border color is #cc894f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc894f


Comments

No comments written yet.

Please login to write comment.