#CA91AD

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

Shades of Lily #CA91AD

Tints of Lily #CA91AD

Color information

#CA91AD (or 0xCA91AD) is unknown color: approx Lily. HEX triplet: CA, 91 and AD. RGB value is (202,145,173). Sum of RGB (Red+Green+Blue) = 202+145+173=520 (68% of max value = 765). Red value is 202 (79.30% from 255 or 38.85% from 520); Green value is 145 (57.03% from 255 or 27.88% from 520); Blue value is 173 (67.97% from 255 or 33.27% from 520); Max value from RGB is 202 - color contains mainly: red. Hex color #CA91AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA91AD is #356E52. Grayscale: #A5A5A5. Windows color (decimal): -3501651 or 11375050. OLE color: 11375050.

HSL color Cylindrical-coordinate representation of color #CA91AD: hue angle of 330.53º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CA91AD is Cyan = 0, Magento = 0.28, Yellow = 0.14 and Black (K on CMYK) = 0.21.

Color convert

RGB202145173-
CMYK00.280.140.21
HSL330.53º34.97%68.04%-
HSV(B)330.53º28.22%79.22%-
XYZ42.0335.8244.24-
YUV165.24132.38154.22-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.85%
GREEN value IS 145 (57.03% from 255) = 27.88%
BLUE value IS 173 (67.97% from 255) = 33.27%
R=38.85%
G=27.88%
B=33.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.14
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20214517300.280.140.21330.5334.9768.04
HexCA91AD01CE1514b2344
Octal312221255034162551343104
Binary1100101010010001101011010111001110101011010010111000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA91AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA91AD; }

 p { color: rgb(202,145,173); }

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

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

 a { background-color: rgb(202,145,173); }

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

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

 span { border-color: rgb(202,145,173); }

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