#CA9DB9

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

Shades of Lily #CA9DB9

Tints of Lily #CA9DB9

Color information

#CA9DB9 (or 0xCA9DB9) is unknown color: approx Lily. HEX triplet: CA, 9D and B9. RGB value is (202,157,185). Sum of RGB (Red+Green+Blue) = 202+157+185=544 (72% of max value = 765). Red value is 202 (79.30% from 255 or 37.13% from 544); Green value is 157 (61.72% from 255 or 28.86% from 544); Blue value is 185 (72.66% from 255 or 34.01% from 544); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9DB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA9DB9 is #356246. Grayscale: #ADADAD. Windows color (decimal): -3498567 or 12164554. OLE color: 12164554.

HSL color Cylindrical-coordinate representation of color #CA9DB9: hue angle of 322.67º degrees, saturation: 0.3, 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 #CA9DB9 is Cyan = 0, Magento = 0.22, Yellow = 0.08 and Black (K on CMYK) = 0.21.

Color convert

RGB202157185-
CMYK00.220.080.21
HSL322.67º29.8%70.39%-
HSV(B)322.67º22.28%79.22%-
XYZ45.1740.1751.27-
YUV173.65134.41148.22-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.13%
GREEN value IS 157 (61.72% from 255) = 28.86%
BLUE value IS 185 (72.66% from 255) = 34.01%
R=37.13%
G=28.86%
B=34.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.08
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20215718500.220.080.21322.6729.870.39
HexCA9DB90168151431e46
Octal312235271026102550336106
Binary110010101001110110111001010110100010101101000011111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9DB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9DB9; }

 p { color: rgb(202,157,185); }

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

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

 a { background-color: rgb(202,157,185); }

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

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

 span { border-color: rgb(202,157,185); }

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