Color Hex Logo

#cc895e Color Hex

#CC895E
(204,137,94)
0 Favorites   0 Comments

Color spaces of #cc895e

RGB 20413794
HSL0.070.520.58
HSV23°54°80°
CMYK 0.000.330.54   0.20
XYZ35.867931.536814.7865
Yxy31.53680.43640.3837
Hunter Lab56.157615.732123.6991
CIE-Lab62.958220.983433.3336

#cc895e color RGB value is (204,137,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10001001 01011110
Octal 314 211 136
Decimal 204 137 94
Hex CC 89 5E

RGB Percentages of Color #cc895e

%46.90
%31.49
%21.61

CMYK Percentages of Color #cc895e

%0
%33
%54
%20

Triadic Colors of #cc895e

#cc895e #5ecc89 #895ecc

Analogous Colors of #cc895e

#cc895e #ccc05e #cc5e6a

Monochromatic Colors of #cc895e

#cc895e

Complementary Color

#cc895e #5ea1cc

#cc895e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc895e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc895e Color CSS Codes

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

#cc895e Text Font Color

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

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


#cc895e Background Color

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

This div background color is #cc895e


#cc895e Border Color

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

This div border color is #cc895e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,137,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 #cc895e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc895e


Comments

No comments written yet.

Please login to write comment.