#CA9CAF

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

Shades of Lily #CA9CAF

Tints of Lily #CA9CAF

Color information

#CA9CAF (or 0xCA9CAF) is unknown color: approx Lily. HEX triplet: CA, 9C and AF. RGB value is (202,156,175). Sum of RGB (Red+Green+Blue) = 202+156+175=533 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.90% from 533); Green value is 156 (61.33% from 255 or 29.27% from 533); Blue value is 175 (68.75% from 255 or 32.83% from 533); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9CAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA9CAF is #356350. Grayscale: #ABABAB. Windows color (decimal): -3498833 or 11508938. OLE color: 11508938.

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

Color convert

RGB202156175-
CMYK00.230.130.21
HSL335.22º30.26%70.2%-
HSV(B)335.22º22.77%79.22%-
XYZ43.9839.4345.85-
YUV171.92129.74149.46-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.90%
GREEN value IS 156 (61.33% from 255) = 29.27%
BLUE value IS 175 (68.75% from 255) = 32.83%
R=37.90%
G=29.27%
B=32.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.13
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20215617500.230.130.21335.2230.2670.2
HexCA9CAF017D1514f1e46
Octal312234257027152551736106
Binary110010101001110010101111010111110110101101001111111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9CAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9CAF; }

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

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

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

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

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

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

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

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