Color Hex Logo

#cc974a Color Hex

#CC974A
(204,151,74)
0 Favorites   0 Comments

Color spaces of #cc974a

RGB 20415174
HSL0.100.560.55
HSV36°64°80°
CMYK 0.000.260.64   0.20
XYZ37.204535.465011.3631
Yxy35.46500.44270.4220
Hunter Lab59.55257.298230.3737
CIE-Lab66.109111.835447.4054

#cc974a color RGB value is (204,151,74).

#cc974a hex color red value is 204, green value is 151 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #cc974a hue: 0.10 , saturation: 0.56 and the lightness value of cc974a is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10010111 01001010
Octal 314 227 112
Decimal 204 151 74
Hex CC 97 4A

RGB Percentages of Color #cc974a

%47.55
%35.20
%17.25

CMYK Percentages of Color #cc974a

%0
%26
%64
%20

Triadic Colors of #cc974a

#cc974a #4acc97 #974acc

Analogous Colors of #cc974a

#cc974a #c0cc4a #cc564a

Monochromatic Colors of #cc974a

#cc974a

Complementary Color

#cc974a #4a7fcc

#cc974a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc974a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc974a Color CSS Codes

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

#cc974a Text Font Color

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

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


#cc974a Background Color

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

This div background color is #cc974a


#cc974a Border Color

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

This div border color is #cc974a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc974a


Comments

No comments written yet.

Please login to write comment.