#C9A6B6

Color #C9A6B6 Lily (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lily #C9A6B6

Tints of Lily #C9A6B6

Color information

#C9A6B6 (or 0xC9A6B6) is unknown color: approx Lily. HEX triplet: C9, A6 and B6. RGB value is (201,166,182). Sum of RGB (Red+Green+Blue) = 201+166+182=549 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.61% from 549); Green value is 166 (65.23% from 255 or 30.24% from 549); Blue value is 182 (71.48% from 255 or 33.15% from 549); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A6B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9A6B6 is #365949. Grayscale: #B2B2B2. Windows color (decimal): -3561802 or 11970249. OLE color: 11970249.

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

Color convert

RGB201166182-
CMYK00.170.090.21
HSL332.57º24.48%71.96%-
HSV(B)332.57º17.41%78.82%-
XYZ46.1743.0750.14-
YUV178.29130.1144.2-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 36.61%
GREEN value IS 166 (65.23% from 255) = 30.24%
BLUE value IS 182 (71.48% from 255) = 33.15%
R=36.61%
G=30.24%
B=33.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.09
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20116618200.170.090.21332.5724.4871.96
HexC9A6B601191514d1848
Octal311246266021112551530110
Binary110010011010011010110110010001100110101101001101110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9A6B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9A6B6; }

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

 H1.HeaderClassName
 {
   color: #C9A6B6;
 }
 .AnyTagClassName
 {
   color: #C9A6B6;
 }
</style>
background-color css

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

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

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

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

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

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