#C09DAF

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

Shades of Lily #C09DAF

Tints of Lily #C09DAF

Color information

#C09DAF (or 0xC09DAF) is unknown color: approx Lily. HEX triplet: C0, 9D and AF. RGB value is (192,157,175). Sum of RGB (Red+Green+Blue) = 192+157+175=524 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.64% from 524); Green value is 157 (61.72% from 255 or 29.96% from 524); Blue value is 175 (68.75% from 255 or 33.40% from 524); Max value from RGB is 192 - color contains mainly: red. Hex color #C09DAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C09DAF is #3F6250. Grayscale: #A9A9A9. Windows color (decimal): -4153937 or 11509184. OLE color: 11509184.

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

Color convert

RGB192157175-
CMYK00.180.090.25
HSL329.14º21.74%68.43%-
HSV(B)329.14º18.23%75.29%-
XYZ41.5338.4245.78-
YUV169.52131.1144.04-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 36.64%
GREEN value IS 157 (61.72% from 255) = 29.96%
BLUE value IS 175 (68.75% from 255) = 33.40%
R=36.64%
G=29.96%
B=33.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.09
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19215717500.180.090.25329.1421.7468.43
HexC09DAF0129191491644
Octal300235257022113151126104
Binary110000001001110110101111010010100111001101001001101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C09DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C09DAF; }

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

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

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

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

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

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

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

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