Color Hex Logo

#cc797e Color Hex

#CC797E
(204,121,126)
0 Favorites   0 Comments

Color spaces of #cc797e

RGB 204121126
HSL0.990.450.64
HSV356°41°80°
CMYK 0.000.410.38   0.20
XYZ35.505128.018523.2754
Yxy28.01850.40900.3228
Hunter Lab52.932527.099110.9818
CIE-Lab59.905432.919411.2867

#cc797e color RGB value is (204,121,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 01111001 01111110
Octal 314 171 176
Decimal 204 121 126
Hex CC 79 7E

RGB Percentages of Color #cc797e

%45.23
%26.83
%27.94

CMYK Percentages of Color #cc797e

%0
%41
%38
%20

Triadic Colors of #cc797e

#cc797e #7ecc79 #797ecc

Analogous Colors of #cc797e

#cc797e #cc9e79 #cc79a8

Monochromatic Colors of #cc797e

#cc797e

Complementary Color

#cc797e #79ccc7

#cc797e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc797e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc797e Color CSS Codes

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

#cc797e Text Font Color

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

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


#cc797e Background Color

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

This div background color is #cc797e


#cc797e Border Color

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

This div border color is #cc797e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc797e


Comments

No comments written yet.

Please login to write comment.