Color Hex Logo

#cc955a Color Hex

#CC955A
(204,149,90)
0 Favorites   0 Comments

Color spaces of #cc955a

RGB 20414990
HSL0.090.530.58
HSV31°56°80°
CMYK 0.000.270.56   0.20
XYZ37.494735.070414.4659
Yxy35.07040.43080.4030
Hunter Lab59.22039.380026.9713
CIE-Lab65.803414.101438.9876

#cc955a color RGB value is (204,149,90).

#cc955a hex color red value is 204, green value is 149 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #cc955a hue: 0.09 , saturation: 0.53 and the lightness value of cc955a is 0.58.

The process color (four color CMYK) of #cc955a color hex is 0.00, 0.27, 0.56, 0.20. Web safe color of #cc955a is #cc9966. Color #cc955a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10010101 01011010
Octal 314 225 132
Decimal 204 149 90
Hex CC 95 5A

RGB Percentages of Color #cc955a

%46.05
%33.63
%20.32

CMYK Percentages of Color #cc955a

%0
%27
%56
%20

Triadic Colors of #cc955a

#cc955a #5acc95 #955acc

Analogous Colors of #cc955a

#cc955a #cacc5a #cc5c5a

Monochromatic Colors of #cc955a

#cc955a

Complementary Color

#cc955a #5a91cc

#cc955a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc955a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc955a Color CSS Codes

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

#cc955a Text Font Color

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

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


#cc955a Background Color

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

This div background color is #cc955a


#cc955a Border Color

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

This div border color is #cc955a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc955a


Comments

No comments written yet.

Please login to write comment.