Color Hex Logo

#cc967d Color Hex

#CC967D
(204,150,125)
0 Favorites   0 Comments

Color spaces of #cc967d

RGB 204150125
HSL0.050.440.65
HSV19°39°80°
CMYK 0.000.260.39   0.20
XYZ39.509936.130724.2936
Yxy36.13070.39540.3615
Hunter Lab60.108812.138718.1135
CIE-Lab66.619717.038521.1440

#cc967d color RGB value is (204,150,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10010110 01111101
Octal 314 226 175
Decimal 204 150 125
Hex CC 96 7D

RGB Percentages of Color #cc967d

%42.59
%31.32
%26.10

CMYK Percentages of Color #cc967d

%0
%26
%39
%20

Triadic Colors of #cc967d

#cc967d #7dcc96 #967dcc

Analogous Colors of #cc967d

#cc967d #ccbe7d #cc7d8c

Monochromatic Colors of #cc967d

#cc967d

Complementary Color

#cc967d #7db3cc

#cc967d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc967d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc967d Color CSS Codes

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

#cc967d Text Font Color

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

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


#cc967d Background Color

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

This div background color is #cc967d


#cc967d Border Color

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

This div border color is #cc967d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc967d


Comments

No comments written yet.

Please login to write comment.