Color Hex Logo

#cc8972 Color Hex

#CC8972
(204,137,114)
0 Favorites   0 Comments

Color spaces of #cc8972

RGB 204137114
HSL0.040.470.62
HSV15°44°80°
CMYK 0.000.330.44   0.20
XYZ36.884831.943620.1413
Yxy31.94360.41460.3590
Hunter Lab56.518717.583718.4342
CIE-Lab63.296222.909122.7612

#cc8972 color RGB value is (204,137,114).

#cc8972 hex color red value is 204, green value is 137 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #cc8972 hue: 0.04 , saturation: 0.47 and the lightness value of cc8972 is 0.62.

The process color (four color CMYK) of #cc8972 color hex is 0.00, 0.33, 0.44, 0.20. Web safe color of #cc8972 is #cc9966. Color #cc8972 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10001001 01110010
Octal 314 211 162
Decimal 204 137 114
Hex CC 89 72

RGB Percentages of Color #cc8972

%44.84
%30.11
%25.05

CMYK Percentages of Color #cc8972

%0
%33
%44
%20

Triadic Colors of #cc8972

#cc8972 #72cc89 #8972cc

Analogous Colors of #cc8972

#cc8972 #ccb672 #cc7288

Monochromatic Colors of #cc8972

#cc8972

Complementary Color

#cc8972 #72b5cc

#cc8972 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc8972 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc8972 Color CSS Codes

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

#cc8972 Text Font Color

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

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


#cc8972 Background Color

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

This div background color is #cc8972


#cc8972 Border Color

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

This div border color is #cc8972


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc8972


Comments

No comments written yet.

Please login to write comment.