Color Hex Logo

#cc912e Color Hex

#CC912E
(204,145,46)
0 Favorites   0 Comments

Color spaces of #cc912e

RGB 20414546
HSL0.100.630.49
HSV38°77°80°
CMYK 0.000.290.77   0.20
XYZ35.520433.28547.1374
Yxy33.28540.46770.4383
Hunter Lab57.69358.934233.0505
CIE-Lab64.391313.635457.9646

#cc912e color RGB value is (204,145,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10010001 00101110
Octal 314 221 56
Decimal 204 145 46
Hex CC 91 2E

RGB Percentages of Color #cc912e

%51.65
%36.71
%11.65

CMYK Percentages of Color #cc912e

%0
%29
%77
%20

Triadic Colors of #cc912e

#cc912e #2ecc91 #912ecc

Analogous Colors of #cc912e

#cc912e #b8cc2e #cc422e

Monochromatic Colors of #cc912e

#cc912e

Complementary Color

#cc912e #2e69cc

#cc912e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc912e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc912e Color CSS Codes

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

#cc912e Text Font Color

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

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


#cc912e Background Color

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

This div background color is #cc912e


#cc912e Border Color

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

This div border color is #cc912e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,145,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 #cc912e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc912e


Comments

No comments written yet.

Please login to write comment.