Color Hex Logo

#cc965e Color Hex

#CC965E
(204,150,94)
0 Favorites   0 Comments

Color spaces of #cc965e

RGB 20415094
HSL0.080.520.58
HSV31°54°80°
CMYK 0.000.260.54   0.20
XYZ37.828635.458215.4400
Yxy35.45820.42630.3996
Hunter Lab59.54689.189826.3093
CIE-Lab66.103913.891837.2644

#cc965e color RGB value is (204,150,94).

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

The process color (four color CMYK) of #cc965e color hex is 0.00, 0.26, 0.54, 0.20. Web safe color of #cc965e is #cc9966. Color #cc965e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10010110 01011110
Octal 314 226 136
Decimal 204 150 94
Hex CC 96 5E

RGB Percentages of Color #cc965e

%45.54
%33.48
%20.98

CMYK Percentages of Color #cc965e

%0
%26
%54
%20

Triadic Colors of #cc965e

#cc965e #5ecc96 #965ecc

Analogous Colors of #cc965e

#cc965e #cbcc5e #cc5f5e

Monochromatic Colors of #cc965e

#cc965e

Complementary Color

#cc965e #5e94cc

#cc965e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc965e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc965e Color CSS Codes

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

#cc965e Text Font Color

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

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


#cc965e Background Color

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

This div background color is #cc965e


#cc965e Border Color

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

This div border color is #cc965e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc965e


Comments

No comments written yet.

Please login to write comment.