#C09FAF

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

Shades of Lily #C09FAF

Tints of Lily #C09FAF

Color information

#C09FAF (or 0xC09FAF) is unknown color: approx Lily. HEX triplet: C0, 9F and AF. RGB value is (192,159,175). Sum of RGB (Red+Green+Blue) = 192+159+175=526 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.50% from 526); Green value is 159 (62.5% from 255 or 30.23% from 526); Blue value is 175 (68.75% from 255 or 33.27% from 526); Max value from RGB is 192 - color contains mainly: red. Hex color #C09FAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C09FAF is #3F6050. Grayscale: #AAAAAA. Windows color (decimal): -4153425 or 11509696. OLE color: 11509696.

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

Color convert

RGB192159175-
CMYK00.170.090.25
HSL330.91º20.75%68.82%-
HSV(B)330.91º17.19%75.29%-
XYZ41.8739.145.9-
YUV170.69130.43143.2-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 36.50%
GREEN value IS 159 (62.5% from 255) = 30.23%
BLUE value IS 175 (68.75% from 255) = 33.27%
R=36.50%
G=30.23%
B=33.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.09
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19215917500.170.090.25330.9120.7568.82
HexC09FAF01191914b1545
Octal300237257021113151325105
Binary110000001001111110101111010001100111001101001011101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C09FAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C09FAF; }

 p { color: rgb(192,159,175); }

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

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

 a { background-color: rgb(192,159,175); }

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

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

 span { border-color: rgb(192,159,175); }

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