Color Hex Logo

#cc854a Color Hex

#CC854A
(204,133,74)
0 Favorites   0 Comments

Color spaces of #cc854a

RGB 20413374
HSL0.080.560.55
HSV27°64°80°
CMYK 0.000.350.64   0.20
XYZ34.525430.106810.4701
Yxy30.10680.45970.4009
Hunter Lab54.869716.294927.0952
CIE-Lab61.746321.641842.4176

#cc854a color RGB value is (204,133,74).

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

The process color (four color CMYK) of #cc854a color hex is 0.00, 0.35, 0.64, 0.20. Web safe color of #cc854a is #cc9933. Color #cc854a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10000101 01001010
Octal 314 205 112
Decimal 204 133 74
Hex CC 85 4A

RGB Percentages of Color #cc854a

%49.64
%32.36
%18.00

CMYK Percentages of Color #cc854a

%0
%35
%64
%20

Triadic Colors of #cc854a

#cc854a #4acc85 #854acc

Analogous Colors of #cc854a

#cc854a #ccc64a #cc4a50

Monochromatic Colors of #cc854a

#cc854a

Complementary Color

#cc854a #4a91cc

#cc854a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc854a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc854a Color CSS Codes

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

#cc854a Text Font Color

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

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


#cc854a Background Color

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

This div background color is #cc854a


#cc854a Border Color

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

This div border color is #cc854a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc854a

#cc854a Color Palettes


Comments

No comments written yet.

Please login to write comment.