color codes Logo

#c99aac color codes

#C99AAC
(201,154,172)
0 Favorites   0 Comments

Color spaces of #c99aac

RGB 201154172
HSL0.940.300.70
HSV337°23°79°
CMYK 0.000.230.14   0.21
XYZ43.089438.507344.1913
Yxy38.50730.34260.3061
Hunter Lab62.054315.35241.2152
CIE-Lab68.392920.3404-2.5725

#c99aac color RGB value is (201,154,172).

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

The process color (four color CMYK) of #c99aac color code is 0.00, 0.23, 0.14, 0.21. Web safe color of #c99aac is #cc9999. Color #c99aac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 10011010 10101100
Octal 311 232 254
Decimal 201 154 172
Hex C9 9A AC

RGB Percentages of Color #c99aac

%38.14
%29.22
%32.64

CMYK Percentages of Color #c99aac

%0
%23
%14
%21

Triadic Colors of #c99aac

#c99aac #acc99a #9aacc9

Analogous Colors of #c99aac

#c99aac #c9a09a #c99ac4

Monochromatic Colors of #c99aac

#c99aac

Complementary Color

#c99aac #9ac9b7

#c99aac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c99aac Color Preview on White Background

Lorem ipsum dolor sit amet.

#c99aac Color CSS Codes

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

#c99aac Text Font Color

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

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


#c99aac Background Color

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

This div background color is #c99aac


#c99aac Border Color

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

This div border color is #c99aac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c99aac


Comments

No comments written yet.

Please login to write comment.