Color Hex Logo

#c99baa Color Hex

#C99BAA
(201,155,170)
0 Favorites   0 Comments

Color spaces of #c99baa

RGB 201155170
HSL0.950.300.70
HSV340°23°79°
CMYK 0.000.230.15   0.21
XYZ43.064438.762543.2424
Yxy38.76250.34430.3099
Hunter Lab62.259514.51282.4018
CIE-Lab68.578919.4643-1.1842

#c99baa color RGB value is (201,155,170).

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

The process color (four color CMYK) of #c99baa color hex is 0.00, 0.23, 0.15, 0.21. Web safe color of #c99baa is #cc9999. Color #c99baa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 10011011 10101010
Octal 311 233 252
Decimal 201 155 170
Hex C9 9B AA

RGB Percentages of Color #c99baa

%38.21
%29.47
%32.32

CMYK Percentages of Color #c99baa

%0
%23
%15
%21

Triadic Colors of #c99baa

#c99baa #aac99b #9baac9

Analogous Colors of #c99baa

#c99baa #c9a39b #c99bc1

Monochromatic Colors of #c99baa

#c99baa

Complementary Color

#c99baa #9bc9ba

#c99baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c99baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c99baa Color CSS Codes

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

#c99baa Text Font Color

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

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


#c99baa Background Color

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

This div background color is #c99baa


#c99baa Border Color

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

This div border color is #c99baa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(201,155,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c99baa


Comments

No comments written yet.

Please login to write comment.