Color Hex Logo

#cc714e Color Hex

#CC714E
(204,113,78)
0 Favorites   0 Comments

Color spaces of #cc714e

RGB 20411378
HSL0.050.550.55
HSV17°62°80°
CMYK 0.000.450.62   0.20
XYZ32.182125.197710.3752
Yxy25.19770.47500.3719
Hunter Lab50.197326.593222.8836
CIE-Lab57.267532.685634.9733

#cc714e color RGB value is (204,113,78).

#cc714e hex color red value is 204, green value is 113 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #cc714e hue: 0.05 , saturation: 0.55 and the lightness value of cc714e is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 01110001 01001110
Octal 314 161 116
Decimal 204 113 78
Hex CC 71 4E

RGB Percentages of Color #cc714e

%51.65
%28.61
%19.75

CMYK Percentages of Color #cc714e

%0
%45
%62
%20

Triadic Colors of #cc714e

#cc714e #4ecc71 #714ecc

Analogous Colors of #cc714e

#cc714e #ccb04e #cc4e6a

Monochromatic Colors of #cc714e

#cc714e

Complementary Color

#cc714e #4ea9cc

#cc714e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc714e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc714e Color CSS Codes

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

#cc714e Text Font Color

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

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


#cc714e Background Color

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

This div background color is #cc714e


#cc714e Border Color

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

This div border color is #cc714e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc714e


Comments

No comments written yet.

Please login to write comment.