Color Hex Logo

#cc912f Color Hex

#CC912F
(204,145,47)
0 Favorites   0 Comments

Color spaces of #cc912f

RGB 20414547
HSL0.100.630.49
HSV37°77°80°
CMYK 0.000.290.77   0.20
XYZ35.540333.29347.2424
Yxy33.29340.46720.4376
Hunter Lab57.70048.970432.9484
CIE-Lab64.397813.674957.5822

#cc912f color RGB value is (204,145,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10010001 00101111
Octal 314 221 57
Decimal 204 145 47
Hex CC 91 2F

RGB Percentages of Color #cc912f

%51.52
%36.62
%11.87

CMYK Percentages of Color #cc912f

%0
%29
%77
%20

Triadic Colors of #cc912f

#cc912f #2fcc91 #912fcc

Analogous Colors of #cc912f

#cc912f #b9cc2f #cc432f

Monochromatic Colors of #cc912f

#cc912f

Complementary Color

#cc912f #2f6acc

#cc912f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc912f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc912f Color CSS Codes

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

#cc912f Text Font Color

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

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


#cc912f Background Color

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

This div background color is #cc912f


#cc912f Border Color

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

This div border color is #cc912f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc912f


Comments

No comments written yet.

Please login to write comment.