Color Hex Logo

#cc957d Color Hex

#CC957D
(204,149,125)
0 Favorites   0 Comments

Color spaces of #cc957d

RGB 204149125
HSL0.050.440.65
HSV18°39°80°
CMYK 0.000.270.39   0.20
XYZ39.351035.812924.2406
Yxy35.81290.39590.3603
Hunter Lab59.843912.647817.8745
CIE-Lab66.376717.584820.8134

#cc957d color RGB value is (204,149,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10010101 01111101
Octal 314 225 175
Decimal 204 149 125
Hex CC 95 7D

RGB Percentages of Color #cc957d

%42.68
%31.17
%26.15

CMYK Percentages of Color #cc957d

%0
%27
%39
%20

Triadic Colors of #cc957d

#cc957d #7dcc95 #957dcc

Analogous Colors of #cc957d

#cc957d #ccbd7d #cc7d8d

Monochromatic Colors of #cc957d

#cc957d

Complementary Color

#cc957d #7db4cc

#cc957d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc957d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc957d Color CSS Codes

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

#cc957d Text Font Color

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

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


#cc957d Background Color

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

This div background color is #cc957d


#cc957d Border Color

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

This div border color is #cc957d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,149,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 #cc957d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc957d


Comments

No comments written yet.

Please login to write comment.