Color Hex Logo

#cc979d Color Hex

#CC979D
(204,151,157)
0 Favorites   0 Comments

Color spaces of #cc979d

RGB 204151157
HSL0.980.340.70
HSV353°26°80°
CMYK 0.000.260.23   0.20
XYZ42.054337.404936.9017
Yxy37.40490.36140.3215
Hunter Lab61.159515.71037.0380
CIE-Lab67.579720.74474.6614

#cc979d color RGB value is (204,151,157).

#cc979d hex color red value is 204, green value is 151 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #cc979d hue: 0.98 , saturation: 0.34 and the lightness value of cc979d is 0.70.

The process color (four color CMYK) of #cc979d color hex is 0.00, 0.26, 0.23, 0.20. Web safe color of #cc979d is #cc9999. Color #cc979d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10010111 10011101
Octal 314 227 235
Decimal 204 151 157
Hex CC 97 9D

RGB Percentages of Color #cc979d

%39.84
%29.49
%30.66

CMYK Percentages of Color #cc979d

%0
%26
%23
%20

Triadic Colors of #cc979d

#cc979d #9dcc97 #979dcc

Analogous Colors of #cc979d

#cc979d #ccac97 #cc97b8

Monochromatic Colors of #cc979d

#cc979d

Complementary Color

#cc979d #97ccc6

#cc979d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc979d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc979d Color CSS Codes

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

#cc979d Text Font Color

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

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


#cc979d Background Color

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

This div background color is #cc979d


#cc979d Border Color

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

This div border color is #cc979d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc979d


Comments

No comments written yet.

Please login to write comment.