Color Hex Logo

#c899bb Color Hex

#C899BB
(200,153,187)
0 Favorites   0 Comments

Color spaces of #c899bb

RGB 200153187
HSL0.880.300.69
HSV317°24°78°
CMYK 0.000.240.07   0.22
XYZ44.180338.649752.1453
Yxy38.64970.32730.2863
Hunter Lab62.168918.0554-6.2124
CIE-Lab68.496823.1070-10.7922

#c899bb color RGB value is (200,153,187).

#c899bb hex color red value is 200, green value is 153 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #c899bb hue: 0.88 , saturation: 0.30 and the lightness value of c899bb is 0.69.

The process color (four color CMYK) of #c899bb color hex is 0.00, 0.24, 0.07, 0.22. Web safe color of #c899bb is #cc99cc. Color #c899bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 10011001 10111011
Octal 310 231 273
Decimal 200 153 187
Hex C8 99 BB

RGB Percentages of Color #c899bb

%37.04
%28.33
%34.63

CMYK Percentages of Color #c899bb

%0
%24
%7
%22

Triadic Colors of #c899bb

#c899bb #bbc899 #99bbc8

Analogous Colors of #c899bb

#c899bb #c899a4 #be99c8

Monochromatic Colors of #c899bb

#c899bb

Complementary Color

#c899bb #99c8a6

#c899bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c899bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c899bb Color CSS Codes

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

#c899bb Text Font Color

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

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


#c899bb Background Color

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

This div background color is #c899bb


#c899bb Border Color

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

This div border color is #c899bb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(200,153,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c899bb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c899bb;
  -webkit-box-shadow: 1px 1px 3px 2px #c899bb;
  box-shadow:         1px 1px 3px 2px #c899bb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(200,153,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c899bb

#c899bb Color Palettes


Comments

No comments written yet.

Please login to write comment.