Html Css Color HEX #C9AAB8 Lily

📋 copy color: '#C9AAB8'

red 201 ◦ green 170 ◦ blue 184

#C9AAB8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lily #C9AAB8

Tints of Lily #C9AAB8

RGB

 RED value IS 201 (78.91% from 255) = 36.22%

 GREEN value IS 170 (66.8% from 255) = 30.63%

 BLUE value IS 184 (72.27% from 255) = 33.15%

R = 36.22%
G = 30.63%
B = 33.15%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.08

 K value IS 0.21

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C9AAB8 (or 0xC9AAB8) is known color: Lily. HEX triplet: C9, AA and B8. RGB value is (201,170,184). Sum of RGB (Red+Green+Blue) = 201+170+184=555 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.22% from 555); Green value is 170 (66.80% from 255 or 30.63% from 555); Blue value is 184 (72.27% from 255 or 33.15% from 555); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AAB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9AAB8 is #365547. Grayscale: #B4B4B4. Windows color (decimal): -3560776 or 12102345. OLE color: 12102345.

HSL color Cylindrical-coordinate representation of color #C9AAB8: hue angle of 332.9º degrees, saturation: 0.22, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C9AAB8 is Cyan = 0, Magento = 0.15, Yellow = 0.08 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 170 184 -
CMYK 0 0.15 0.08 0.21
HSL 332.9º 0.22% 0.73% -
HSV(B) 332.9º 0.15% 0.79% -
XYZ 47.11 44.63 51.48 -
YUV 180.87 129.77 142.36 -
System Red Green Blue C M Y K H S L
Decimal 201 170 184 0 0.15 0.08 0.21 332.9 0.22 0.73
Hex C9 AA B8 0 F 8 15 14D 16 49
Octal 311 252 270 0 17 10 25 515 26 111
Binary 11001001 10101010 10111000 0 1111 1000 10101 101001101 10110 1001001

Color Harmonies of #C9AAB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9AAB8

Black with #C9AAB8

Text Example


Text Example

White with #C9AAB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9AAB8; }

 p { color: rgb(201,170,184); }

 H1.HeaderClassName
 {
   color: #C9AAB8;
 }
 .AnyTagClassName
 {
   color: #C9AAB8;
 }
</style>

background-color css

<style>
 a { background-color: #C9AAB8; }

 a { background-color: rgb(201,170,184); }

 div.DivClassName
 {
   background-color: #C9AAB8;
 }
 .BgClassName
 {
   background-color: #C9AAB8;
 }
</style>

border-color css

<style>
 span { border-color: #C9AAB8; }

 span { border-color: rgb(201,170,184); }

 td.TdClassName
 {
   border-color: #C9AAB8;
 }
 .TagClassName
 {
   border-color: #C9AAB8;
 }
</style>