Color Hex Logo

#cc972e Color Hex

#CC972E
(204,151,46)
0 Favorites   0 Comments

Color spaces of #cc972e

RGB 20415146
HSL0.110.630.49
HSV40°77°80°
CMYK 0.000.260.77   0.20
XYZ36.461635.16787.4511
Yxy35.16780.46110.4447
Hunter Lab59.30245.969934.0622
CIE-Lab65.879110.376059.3652

#cc972e color RGB value is (204,151,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10010111 00101110
Octal 314 227 56
Decimal 204 151 46
Hex CC 97 2E

RGB Percentages of Color #cc972e

%50.87
%37.66
%11.47

CMYK Percentages of Color #cc972e

%0
%26
%77
%20

Triadic Colors of #cc972e

#cc972e #2ecc97 #972ecc

Analogous Colors of #cc972e

#cc972e #b2cc2e #cc482e

Monochromatic Colors of #cc972e

#cc972e

Complementary Color

#cc972e #2e63cc

#cc972e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc972e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc972e Color CSS Codes

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

#cc972e Text Font Color

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

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


#cc972e Background Color

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

This div background color is #cc972e


#cc972e Border Color

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

This div border color is #cc972e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc972e


Comments

No comments written yet.

Please login to write comment.