Html Css Color HEX #C9AAB6 Lily

📋 copy color: '#C9AAB6'

red 201 ◦ green 170 ◦ blue 182

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

Shades of Lily #C9AAB6

Tints of Lily #C9AAB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 32.91%

R = 36.35%
G = 30.74%
B = 32.91%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.09

 K value IS 0.21

RGB Variations

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

Color information

#C9AAB6 (or 0xC9AAB6) is known color: Lily. HEX triplet: C9, AA and B6. RGB value is (201,170,182). Sum of RGB (Red+Green+Blue) = 201+170+182=553 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.35% from 553); Green value is 170 (66.80% from 255 or 30.74% from 553); Blue value is 182 (71.48% from 255 or 32.91% from 553); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AAB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9AAB6 is #365549. Grayscale: #B4B4B4. Windows color (decimal): -3560778 or 11971273. OLE color: 11971273.

HSL color Cylindrical-coordinate representation of color #C9AAB6: hue angle of 336.77º 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 #C9AAB6 is Cyan = 0, Magento = 0.15, Yellow = 0.09 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 170 182 -
CMYK 0 0.15 0.09 0.21
HSL 336.77º 0.22% 0.73% -
HSV(B) 336.77º 0.15% 0.79% -
XYZ 46.91 44.54 50.38 -
YUV 180.64 128.77 142.52 -
System Red Green Blue C M Y K H S L
Decimal 201 170 182 0 0.15 0.09 0.21 336.77 0.22 0.73
Hex C9 AA B6 0 F 9 15 151 16 49
Octal 311 252 266 0 17 11 25 521 26 111
Binary 11001001 10101010 10110110 0 1111 1001 10101 101010001 10110 1001001

Color Harmonies of #C9AAB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9AAB6

Black with #C9AAB6

Text Example


Text Example

White with #C9AAB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9AAB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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