Color Hex Logo

#cc715e Color Hex

#CC715E
(204,113,94)
0 Favorites   0 Comments

Color spaces of #cc715e

RGB 20411394
HSL0.030.520.58
HSV10°54°80°
CMYK 0.000.450.54   0.20
XYZ32.827325.455813.7729
Yxy25.45580.45560.3533
Hunter Lab50.453727.845519.1326
CIE-Lab57.516933.924626.3567

#cc715e color RGB value is (204,113,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 01110001 01011110
Octal 314 161 136
Decimal 204 113 94
Hex CC 71 5E

RGB Percentages of Color #cc715e

%49.64
%27.49
%22.87

CMYK Percentages of Color #cc715e

%0
%45
%54
%20

Triadic Colors of #cc715e

#cc715e #5ecc71 #715ecc

Analogous Colors of #cc715e

#cc715e #cca85e #cc5e82

Monochromatic Colors of #cc715e

#cc715e

Complementary Color

#cc715e #5eb9cc

#cc715e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc715e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc715e Color CSS Codes

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

#cc715e Text Font Color

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

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


#cc715e Background Color

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

This div background color is #cc715e


#cc715e Border Color

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

This div border color is #cc715e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc715e


Comments

No comments written yet.

Please login to write comment.