Html Css Color HEX #C9ADB6 Lily

📋 copy color: '#C9ADB6'

red 201 ◦ green 173 ◦ blue 182

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

Shades of Lily #C9ADB6

Tints of Lily #C9ADB6

RGB

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

 GREEN value IS 173 (67.97% from 255) = 31.12%

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

R = 36.15%
G = 31.12%
B = 32.73%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.09

 K value IS 0.21

RGB Variations

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

Color information

#C9ADB6 (or 0xC9ADB6) is known color: Lily. HEX triplet: C9, AD and B6. RGB value is (201,173,182). Sum of RGB (Red+Green+Blue) = 201+173+182=556 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.15% from 556); Green value is 173 (67.97% from 255 or 31.12% from 556); Blue value is 182 (71.48% from 255 or 32.73% from 556); Max value from RGB is 201 - color contains mainly: red. Hex color #C9ADB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9ADB6 is #365249. Grayscale: #B6B6B6. Windows color (decimal): -3560010 or 11972041. OLE color: 11972041.

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

Color convert

RGB 201 173 182 -
CMYK 0 0.14 0.09 0.21
HSL 340.71º 0.21% 0.73% -
HSV(B) 340.71º 0.14% 0.79% -
XYZ 47.47 45.68 50.57 -
YUV 182.4 127.78 141.27 -
System Red Green Blue C M Y K H S L
Decimal 201 173 182 0 0.14 0.09 0.21 340.71 0.21 0.73
Hex C9 AD B6 0 E 9 15 155 15 49
Octal 311 255 266 0 16 11 25 525 25 111
Binary 11001001 10101101 10110110 0 1110 1001 10101 101010101 10101 1001001

Color Harmonies of #C9ADB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9ADB6

Black with #C9ADB6

Text Example


Text Example

White with #C9ADB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9ADB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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