Color Hex Logo

#cc776e Color Hex

#CC776E
(204,119,110)
0 Favorites   0 Comments

Color spaces of #cc776e

RGB 204119110
HSL0.020.480.62
HSV46°80°
CMYK 0.000.420.46   0.20
XYZ34.313127.156818.1851
Yxy27.15680.43080.3409
Hunter Lab52.112226.336415.7887
CIE-Lab59.119232.232719.3750

#cc776e color RGB value is (204,119,110).

#cc776e hex color red value is 204, green value is 119 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #cc776e hue: 0.02 , saturation: 0.48 and the lightness value of cc776e is 0.62.

The process color (four color CMYK) of #cc776e color hex is 0.00, 0.42, 0.46, 0.20. Web safe color of #cc776e is #cc6666. Color #cc776e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01110111 01101110
Octal 314 167 156
Decimal 204 119 110
Hex CC 77 6E

RGB Percentages of Color #cc776e

%47.11
%27.48
%25.40

CMYK Percentages of Color #cc776e

%0
%42
%46
%20

Triadic Colors of #cc776e

#cc776e #6ecc77 #776ecc

Analogous Colors of #cc776e

#cc776e #cca66e #cc6e94

Monochromatic Colors of #cc776e

#cc776e

Complementary Color

#cc776e #6ec3cc

#cc776e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc776e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc776e Color CSS Codes

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

#cc776e Text Font Color

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

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


#cc776e Background Color

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

This div background color is #cc776e


#cc776e Border Color

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

This div border color is #cc776e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc776e

#cc776e Color Palettes


Comments

No comments written yet.

Please login to write comment.