Color Hex Logo

#cc963e Color Hex

#CC963E
(204,150,62)
0 Favorites   0 Comments

Color spaces of #cc963e

RGB 20415062
HSL0.100.580.52
HSV37°70°80°
CMYK 0.000.260.70   0.20
XYZ36.677734.99799.3796
Yxy34.99790.45250.4318
Hunter Lab59.15907.139032.0109
CIE-Lab65.747011.661552.6139

#cc963e color RGB value is (204,150,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10010110 00111110
Octal 314 226 76
Decimal 204 150 62
Hex CC 96 3E

RGB Percentages of Color #cc963e

%49.04
%36.06
%14.90

CMYK Percentages of Color #cc963e

%0
%26
%70
%20

Triadic Colors of #cc963e

#cc963e #3ecc96 #963ecc

Analogous Colors of #cc963e

#cc963e #bbcc3e #cc4f3e

Monochromatic Colors of #cc963e

#cc963e

Complementary Color

#cc963e #3e74cc

#cc963e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc963e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc963e Color CSS Codes

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

#cc963e Text Font Color

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

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


#cc963e Background Color

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

This div background color is #cc963e


#cc963e Border Color

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

This div border color is #cc963e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc963e


Comments

No comments written yet.

Please login to write comment.