#C99DAF

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

Shades of Lily #C99DAF

Tints of Lily #C99DAF

Color information

#C99DAF (or 0xC99DAF) is unknown color: approx Lily. HEX triplet: C9, 9D and AF. RGB value is (201,157,175). Sum of RGB (Red+Green+Blue) = 201+157+175=533 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.71% from 533); Green value is 157 (61.72% from 255 or 29.46% from 533); Blue value is 175 (68.75% from 255 or 32.83% from 533); Max value from RGB is 201 - color contains mainly: red. Hex color #C99DAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C99DAF is #366250. Grayscale: #ACACAC. Windows color (decimal): -3564113 or 11509193. OLE color: 11509193.

HSL color Cylindrical-coordinate representation of color #C99DAF: hue angle of 335.45º degrees, saturation: 0.29, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C99DAF is Cyan = 0, Magento = 0.22, Yellow = 0.13 and Black (K on CMYK) = 0.21.

Color convert

RGB201157175-
CMYK00.220.130.21
HSL335.45º28.95%70.2%-
HSV(B)335.45º21.89%78.82%-
XYZ43.8839.6345.89-
YUV172.21129.58148.54-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 37.71%
GREEN value IS 157 (61.72% from 255) = 29.46%
BLUE value IS 175 (68.75% from 255) = 32.83%
R=37.71%
G=29.46%
B=32.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.13
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20115717500.220.130.21335.4528.9570.2
HexC99DAF016D1514f1d46
Octal311235257026152551735106
Binary110010011001110110101111010110110110101101001111111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C99DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C99DAF; }

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

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

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

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

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

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

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

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