Color Hex Logo

#c99bbb Color Hex

#C99BBB
(201,155,187)
0 Favorites   0 Comments

Color spaces of #c99bbb

RGB 201155187
HSL0.880.300.70
HSV318°23°79°
CMYK 0.000.230.07   0.21
XYZ44.778439.448152.2679
Yxy39.44810.32810.2890
Hunter Lab62.807717.3470-5.3751
CIE-Lab69.074622.3562-9.9184

#c99bbb color RGB value is (201,155,187).

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

The process color (four color CMYK) of #c99bbb color hex is 0.00, 0.23, 0.07, 0.21. Web safe color of #c99bbb is #cc99cc. Color #c99bbb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 10011011 10111011
Octal 311 233 273
Decimal 201 155 187
Hex C9 9B BB

RGB Percentages of Color #c99bbb

%37.02
%28.55
%34.44

CMYK Percentages of Color #c99bbb

%0
%23
%7
%21

Triadic Colors of #c99bbb

#c99bbb #bbc99b #9bbbc9

Analogous Colors of #c99bbb

#c99bbb #c99ba4 #c09bc9

Monochromatic Colors of #c99bbb

#c99bbb

Complementary Color

#c99bbb #9bc9a9

#c99bbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c99bbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c99bbb Color CSS Codes

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

#c99bbb Text Font Color

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

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


#c99bbb Background Color

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

This div background color is #c99bbb


#c99bbb Border Color

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

This div border color is #c99bbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c99bbb


Comments

No comments written yet.

Please login to write comment.