Color Hex Logo

#cc854e Color Hex

#CC854E
(204,133,78)
0 Favorites   0 Comments

Color spaces of #cc854e

RGB 20413378
HSL0.070.550.55
HSV26°62°80°
CMYK 0.000.350.62   0.20
XYZ34.664530.162511.2027
Yxy30.16250.45590.3967
Hunter Lab54.920416.554426.3503
CIE-Lab61.794221.913840.4111

#cc854e color RGB value is (204,133,78).

#cc854e hex color red value is 204, green value is 133 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #cc854e hue: 0.07 , saturation: 0.55 and the lightness value of cc854e is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10000101 01001110
Octal 314 205 116
Decimal 204 133 78
Hex CC 85 4E

RGB Percentages of Color #cc854e

%49.16
%32.05
%18.80

CMYK Percentages of Color #cc854e

%0
%35
%62
%20

Triadic Colors of #cc854e

#cc854e #4ecc85 #854ecc

Analogous Colors of #cc854e

#cc854e #ccc44e #cc4e56

Monochromatic Colors of #cc854e

#cc854e

Complementary Color

#cc854e #4e95cc

#cc854e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc854e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc854e Color CSS Codes

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

#cc854e Text Font Color

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

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


#cc854e Background Color

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

This div background color is #cc854e


#cc854e Border Color

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

This div border color is #cc854e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc854e


Comments

No comments written yet.

Please login to write comment.