Color Hex Logo

#cc902e Color Hex

#CC902E
(204,144,46)
0 Favorites   0 Comments

Color spaces of #cc902e

RGB 20414446
HSL0.100.630.49
HSV37°77°80°
CMYK 0.000.290.77   0.20
XYZ35.368232.98117.0867
Yxy32.98110.46890.4372
Hunter Lab57.42929.429532.8841
CIE-Lab64.145614.179557.7323

#cc902e color RGB value is (204,144,46).

#cc902e hex color red value is 204, green value is 144 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #cc902e hue: 0.10 , saturation: 0.63 and the lightness value of cc902e is 0.49.

The process color (four color CMYK) of #cc902e color hex is 0.00, 0.29, 0.77, 0.20. Web safe color of #cc902e is #cc9933. Color #cc902e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10010000 00101110
Octal 314 220 56
Decimal 204 144 46
Hex CC 90 2E

RGB Percentages of Color #cc902e

%51.78
%36.55
%11.68

CMYK Percentages of Color #cc902e

%0
%29
%77
%20

Triadic Colors of #cc902e

#cc902e #2ecc90 #902ecc

Analogous Colors of #cc902e

#cc902e #b9cc2e #cc412e

Monochromatic Colors of #cc902e

#cc902e

Complementary Color

#cc902e #2e6acc

#cc902e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc902e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc902e Color CSS Codes

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

#cc902e Text Font Color

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

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


#cc902e Background Color

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

This div background color is #cc902e


#cc902e Border Color

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

This div border color is #cc902e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc902e


Comments

No comments written yet.

Please login to write comment.