Color Hex Logo

#cc979e Color Hex

#CC979E
(204,151,158)
0 Favorites   0 Comments

Color spaces of #cc979e

RGB 204151158
HSL0.980.340.70
HSV352°26°80°
CMYK 0.000.260.23   0.20
XYZ42.140037.439237.3532
Yxy37.43920.36040.3202
Hunter Lab61.187615.85506.6365
CIE-Lab67.605220.89334.1391

#cc979e color RGB value is (204,151,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10010111 10011110
Octal 314 227 236
Decimal 204 151 158
Hex CC 97 9E

RGB Percentages of Color #cc979e

%39.77
%29.43
%30.80

CMYK Percentages of Color #cc979e

%0
%26
%23
%20

Triadic Colors of #cc979e

#cc979e #9ecc97 #979ecc

Analogous Colors of #cc979e

#cc979e #ccab97 #cc97b9

Monochromatic Colors of #cc979e

#cc979e

Complementary Color

#cc979e #97ccc5

#cc979e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc979e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc979e Color CSS Codes

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

#cc979e Text Font Color

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

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


#cc979e Background Color

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

This div background color is #cc979e


#cc979e Border Color

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

This div border color is #cc979e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc979e


Comments

No comments written yet.

Please login to write comment.