Html Css Color HEX #C9A9B6 Lily

📋 copy color: '#C9A9B6'

red 201 ◦ green 169 ◦ blue 182

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

Shades of Lily #C9A9B6

Tints of Lily #C9A9B6

RGB

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

 GREEN value IS 169 (66.41% from 255) = 30.62%

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

R = 36.41%
G = 30.62%
B = 32.97%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.09

 K value IS 0.21

RGB Variations

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

Color information

#C9A9B6 (or 0xC9A9B6) is known color: Lily. HEX triplet: C9, A9 and B6. RGB value is (201,169,182). Sum of RGB (Red+Green+Blue) = 201+169+182=552 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.41% from 552); Green value is 169 (66.41% from 255 or 30.62% from 552); Blue value is 182 (71.48% from 255 or 32.97% from 552); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A9B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9A9B6 is #365649. Grayscale: #B4B4B4. Windows color (decimal): -3561034 or 11971017. OLE color: 11971017.

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

Color convert

RGB 201 169 182 -
CMYK 0 0.16 0.09 0.21
HSL 335.63º 0.23% 0.73% -
HSV(B) 335.63º 0.16% 0.79% -
XYZ 46.72 44.17 50.32 -
YUV 180.05 129.1 142.94 -
System Red Green Blue C M Y K H S L
Decimal 201 169 182 0 0.16 0.09 0.21 335.63 0.23 0.73
Hex C9 A9 B6 0 10 9 15 150 17 49
Octal 311 251 266 0 20 11 25 520 27 111
Binary 11001001 10101001 10110110 0 10000 1001 10101 101010000 10111 1001001

Color Harmonies of #C9A9B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9A9B6

Black with #C9A9B6

Text Example


Text Example

White with #C9A9B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9A9B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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