Color Hex Logo

#cc726c Color Hex

#CC726C
(204,114,108)
0 Favorites   0 Comments

Color spaces of #cc726c

RGB 204114108
HSL0.010.480.61
HSV47°80°
CMYK 0.000.440.47   0.20
XYZ33.625925.954717.4248
Yxy25.95470.43670.3371
Hunter Lab50.945828.660915.3833
CIE-Lab57.994034.689718.9919

#cc726c color RGB value is (204,114,108).

#cc726c hex color red value is 204, green value is 114 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #cc726c hue: 0.01 , saturation: 0.48 and the lightness value of cc726c is 0.61.

The process color (four color CMYK) of #cc726c color hex is 0.00, 0.44, 0.47, 0.20. Web safe color of #cc726c is #cc6666. Color #cc726c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01110010 01101100
Octal 314 162 154
Decimal 204 114 108
Hex CC 72 6C

RGB Percentages of Color #cc726c

%47.89
%26.76
%25.35

CMYK Percentages of Color #cc726c

%0
%44
%47
%20

Triadic Colors of #cc726c

#cc726c #6ccc72 #726ccc

Analogous Colors of #cc726c

#cc726c #cca26c #cc6c96

Monochromatic Colors of #cc726c

#cc726c

Complementary Color

#cc726c #6cc6cc

#cc726c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc726c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc726c Color CSS Codes

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

#cc726c Text Font Color

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

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


#cc726c Background Color

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

This div background color is #cc726c


#cc726c Border Color

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

This div border color is #cc726c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc726c


Comments

No comments written yet.

Please login to write comment.