Color Hex Logo

#cc9642 Color Hex

#CC9642
(204,150,66)
0 Favorites   0 Comments

Color spaces of #cc9642

RGB 20415066
HSL0.100.580.53
HSV37°68°80°
CMYK 0.000.260.68   0.20
XYZ36.791635.04349.9792
Yxy35.04340.44970.4283
Hunter Lab59.19757.343331.4434
CIE-Lab65.782411.885350.8315

#cc9642 color RGB value is (204,150,66).

#cc9642 hex color red value is 204, green value is 150 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #cc9642 hue: 0.10 , saturation: 0.58 and the lightness value of cc9642 is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10010110 01000010
Octal 314 226 102
Decimal 204 150 66
Hex CC 96 42

RGB Percentages of Color #cc9642

%48.57
%35.71
%15.71

CMYK Percentages of Color #cc9642

%0
%26
%68
%20

Triadic Colors of #cc9642

#cc9642 #42cc96 #9642cc

Analogous Colors of #cc9642

#cc9642 #bdcc42 #cc5142

Monochromatic Colors of #cc9642

#cc9642

Complementary Color

#cc9642 #4278cc

#cc9642 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc9642 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc9642 Color CSS Codes

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

#cc9642 Text Font Color

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

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


#cc9642 Background Color

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

This div background color is #cc9642


#cc9642 Border Color

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

This div border color is #cc9642


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc9642


Comments

No comments written yet.

Please login to write comment.