Color Hex Logo

#cc899d Color Hex

#CC899D
(204,137,157)
0 Favorites   0 Comments

Color spaces of #cc899d

RGB 204137157
HSL0.950.400.67
HSV342°33°80°
CMYK 0.000.330.23   0.20
XYZ39.933333.163036.1947
Yxy33.16300.36540.3034
Hunter Lab57.587323.00113.0463
CIE-Lab64.292728.3969-0.1096

#cc899d color RGB value is (204,137,157).

#cc899d hex color red value is 204, green value is 137 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #cc899d hue: 0.95 , saturation: 0.40 and the lightness value of cc899d is 0.67.

The process color (four color CMYK) of #cc899d color hex is 0.00, 0.33, 0.23, 0.20. Web safe color of #cc899d is #cc9999. Color #cc899d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10001001 10011101
Octal 314 211 235
Decimal 204 137 157
Hex CC 89 9D

RGB Percentages of Color #cc899d

%40.96
%27.51
%31.53

CMYK Percentages of Color #cc899d

%0
%33
%23
%20

Triadic Colors of #cc899d

#cc899d #9dcc89 #899dcc

Analogous Colors of #cc899d

#cc899d #cc9789 #cc89bf

Monochromatic Colors of #cc899d

#cc899d

Complementary Color

#cc899d #89ccb8

#cc899d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc899d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc899d Color CSS Codes

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

#cc899d Text Font Color

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

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


#cc899d Background Color

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

This div background color is #cc899d


#cc899d Border Color

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

This div border color is #cc899d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc899d


Comments

No comments written yet.

Please login to write comment.