Color Hex Logo

#cc963c Color Hex

#CC963C
(204,150,60)
0 Favorites   0 Comments

Color spaces of #cc963c

RGB 20415060
HSL0.100.590.52
HSV38°71°80°
CMYK 0.000.260.71   0.20
XYZ36.623834.97639.0958
Yxy34.97630.45380.4334
Hunter Lab59.14087.042432.2798
CIE-Lab65.730211.555653.4849

#cc963c color RGB value is (204,150,60).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10010110 00111100
Octal 314 226 74
Decimal 204 150 60
Hex CC 96 3C

RGB Percentages of Color #cc963c

%49.28
%36.23
%14.49

CMYK Percentages of Color #cc963c

%0
%26
%71
%20

Triadic Colors of #cc963c

#cc963c #3ccc96 #963ccc

Analogous Colors of #cc963c

#cc963c #bacc3c #cc4e3c

Monochromatic Colors of #cc963c

#cc963c

Complementary Color

#cc963c #3c72cc

#cc963c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc963c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc963c Color CSS Codes

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

#cc963c Text Font Color

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

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


#cc963c Background Color

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

This div background color is #cc963c


#cc963c Border Color

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

This div border color is #cc963c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc963c

#cc963c Color Palettes


Comments

No comments written yet.

Please login to write comment.