Color Hex Logo

#cc715c Color Hex

#CC715C
(204,113,92)
0 Favorites   0 Comments

Color spaces of #cc715c

RGB 20411392
HSL0.030.520.58
HSV11°55°80°
CMYK 0.000.450.55   0.20
XYZ32.738725.420313.3063
Yxy25.42030.45810.3557
Hunter Lab50.418527.674419.6454
CIE-Lab57.482733.756027.4446

#cc715c color RGB value is (204,113,92).

#cc715c hex color red value is 204, green value is 113 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #cc715c hue: 0.03 , saturation: 0.52 and the lightness value of cc715c is 0.58.

The process color (four color CMYK) of #cc715c color hex is 0.00, 0.45, 0.55, 0.20. Web safe color of #cc715c is #cc6666. Color #cc715c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01110001 01011100
Octal 314 161 134
Decimal 204 113 92
Hex CC 71 5C

RGB Percentages of Color #cc715c

%49.88
%27.63
%22.49

CMYK Percentages of Color #cc715c

%0
%45
%55
%20

Triadic Colors of #cc715c

#cc715c #5ccc71 #715ccc

Analogous Colors of #cc715c

#cc715c #cca95c #cc5c7f

Monochromatic Colors of #cc715c

#cc715c

Complementary Color

#cc715c #5cb7cc

#cc715c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc715c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc715c Color CSS Codes

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

#cc715c Text Font Color

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

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


#cc715c Background Color

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

This div background color is #cc715c


#cc715c Border Color

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

This div border color is #cc715c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc715c


Comments

No comments written yet.

Please login to write comment.