Color Hex Logo

#cc962c Color Hex

#CC962C
(204,150,44)
0 Favorites   0 Comments

Color spaces of #cc962c

RGB 20415044
HSL0.110.650.49
HSV40°78°80°
CMYK 0.000.260.78   0.20
XYZ36.262834.83197.1948
Yxy34.83190.46320.4449
Hunter Lab59.01866.393434.0851
CIE-Lab65.617610.841759.8632

#cc962c color RGB value is (204,150,44).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10010110 00101100
Octal 314 226 54
Decimal 204 150 44
Hex CC 96 2C

RGB Percentages of Color #cc962c

%51.26
%37.69
%11.06

CMYK Percentages of Color #cc962c

%0
%26
%78
%20

Triadic Colors of #cc962c

#cc962c #2ccc96 #962ccc

Analogous Colors of #cc962c

#cc962c #b2cc2c #cc462c

Monochromatic Colors of #cc962c

#cc962c

Complementary Color

#cc962c #2c62cc

#cc962c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc962c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc962c Color CSS Codes

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

#cc962c Text Font Color

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

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


#cc962c Background Color

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

This div background color is #cc962c


#cc962c Border Color

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

This div border color is #cc962c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc962c


Comments

No comments written yet.

Please login to write comment.