Color Hex Logo

#c9b0bb Color Hex

#C9B0BB
(201,176,187)
0 Favorites   0 Comments

Color spaces of #c9b0bb

RGB 201176187
HSL0.930.190.74
HSV334°12°79°
CMYK 0.000.120.07   0.21
XYZ48.582447.056053.5359
Yxy47.05600.32570.3154
Hunter Lab68.59746.37281.7461
CIE-Lab74.225610.8728-2.2937

#c9b0bb color RGB value is (201,176,187).

#c9b0bb hex color red value is 201, green value is 176 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #c9b0bb hue: 0.93 , saturation: 0.19 and the lightness value of c9b0bb is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 10110000 10111011
Octal 311 260 273
Decimal 201 176 187
Hex C9 B0 BB

RGB Percentages of Color #c9b0bb

%35.64
%31.21
%33.16

CMYK Percentages of Color #c9b0bb

%0
%12
%7
%21

Triadic Colors of #c9b0bb

#c9b0bb #bbc9b0 #b0bbc9

Analogous Colors of #c9b0bb

#c9b0bb #c9b2b0 #c9b0c8

Monochromatic Colors of #c9b0bb

#c9b0bb

Complementary Color

#c9b0bb #b0c9be

#c9b0bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9b0bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9b0bb Color CSS Codes

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

#c9b0bb Text Font Color

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

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


#c9b0bb Background Color

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

This div background color is #c9b0bb


#c9b0bb Border Color

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

This div border color is #c9b0bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9b0bb


Comments

No comments written yet.

Please login to write comment.