#CA9EAF

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

Shades of Lily #CA9EAF

Tints of Lily #CA9EAF

Color information

#CA9EAF (or 0xCA9EAF) is unknown color: approx Lily. HEX triplet: CA, 9E and AF. RGB value is (202,158,175). Sum of RGB (Red+Green+Blue) = 202+158+175=535 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.76% from 535); Green value is 158 (62.11% from 255 or 29.53% from 535); Blue value is 175 (68.75% from 255 or 32.71% from 535); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9EAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA9EAF is #356150. Grayscale: #ADADAD. Windows color (decimal): -3498321 or 11509450. OLE color: 11509450.

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

Color convert

RGB202158175-
CMYK00.220.130.21
HSL336.82º29.33%70.59%-
HSV(B)336.82º21.78%79.22%-
XYZ44.3240.1145.96-
YUV173.09129.08148.62-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.76%
GREEN value IS 158 (62.11% from 255) = 29.53%
BLUE value IS 175 (68.75% from 255) = 32.71%
R=37.76%
G=29.53%
B=32.71%

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
Decimal20215817500.220.130.21336.8229.3370.59
HexCA9EAF016D151511d47
Octal312236257026152552135107
Binary110010101001111010101111010110110110101101010001111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9EAF; }

 p { color: rgb(202,158,175); }

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

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

 a { background-color: rgb(202,158,175); }

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

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

 span { border-color: rgb(202,158,175); }

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