Color Hex Logo

#cc797d Color Hex

#CC797D
(204,121,125)
0 Favorites   0 Comments

Color spaces of #cc797d

RGB 204121125
HSL0.990.450.64
HSV357°41°80°
CMYK 0.000.410.39   0.20
XYZ35.440927.992822.9372
Yxy27.99280.41030.3241
Hunter Lab52.908226.979911.3319
CIE-Lab59.882232.802311.8287

#cc797d color RGB value is (204,121,125).

#cc797d hex color red value is 204, green value is 121 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #cc797d hue: 0.99 , saturation: 0.45 and the lightness value of cc797d is 0.64.

The process color (four color CMYK) of #cc797d color hex is 0.00, 0.41, 0.39, 0.20. Web safe color of #cc797d is #cc6666. Color #cc797d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01111001 01111101
Octal 314 171 175
Decimal 204 121 125
Hex CC 79 7D

RGB Percentages of Color #cc797d

%45.33
%26.89
%27.78

CMYK Percentages of Color #cc797d

%0
%41
%39
%20

Triadic Colors of #cc797d

#cc797d #7dcc79 #797dcc

Analogous Colors of #cc797d

#cc797d #cc9f79 #cc79a7

Monochromatic Colors of #cc797d

#cc797d

Complementary Color

#cc797d #79ccc8

#cc797d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc797d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc797d Color CSS Codes

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

#cc797d Text Font Color

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

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


#cc797d Background Color

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

This div background color is #cc797d


#cc797d Border Color

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

This div border color is #cc797d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc797d


Comments

No comments written yet.

Please login to write comment.