Color Hex Logo

#cc932a Color Hex

#CC932A
(204,147,42)
0 Favorites   0 Comments

Color spaces of #cc932a

RGB 20414742
HSL0.110.660.48
HSV39°79°80°
CMYK 0.000.280.79   0.20
XYZ35.753533.87206.8440
Yxy33.87200.46760.4429
Hunter Lab58.19977.807633.7675
CIE-Lab64.860812.397859.8946

#cc932a color RGB value is (204,147,42).

#cc932a hex color red value is 204, green value is 147 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #cc932a hue: 0.11 , saturation: 0.66 and the lightness value of cc932a is 0.48.

The process color (four color CMYK) of #cc932a color hex is 0.00, 0.28, 0.79, 0.20. Web safe color of #cc932a is #cc9933. Color #cc932a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10010011 00101010
Octal 314 223 52
Decimal 204 147 42
Hex CC 93 2A

RGB Percentages of Color #cc932a

%51.91
%37.40
%10.69

CMYK Percentages of Color #cc932a

%0
%28
%79
%20

Triadic Colors of #cc932a

#cc932a #2acc93 #932acc

Analogous Colors of #cc932a

#cc932a #b4cc2a #cc422a

Monochromatic Colors of #cc932a

#cc932a

Complementary Color

#cc932a #2a63cc

#cc932a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc932a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc932a Color CSS Codes

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

#cc932a Text Font Color

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

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


#cc932a Background Color

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

This div background color is #cc932a


#cc932a Border Color

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

This div border color is #cc932a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc932a


Comments

No comments written yet.

Please login to write comment.