#CA9EB5

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

Shades of Lily #CA9EB5

Tints of Lily #CA9EB5

Color information

#CA9EB5 (or 0xCA9EB5) is unknown color: approx Lily. HEX triplet: CA, 9E and B5. RGB value is (202,158,181). Sum of RGB (Red+Green+Blue) = 202+158+181=541 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.34% from 541); Green value is 158 (62.11% from 255 or 29.21% from 541); Blue value is 181 (71.09% from 255 or 33.46% from 541); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9EB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA9EB5 is #35614A. Grayscale: #ADADAD. Windows color (decimal): -3498315 or 11902666. OLE color: 11902666.

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

Color convert

RGB202158181-
CMYK00.220.100.21
HSL328.64º29.33%70.59%-
HSV(B)328.64º21.78%79.22%-
XYZ44.9240.3549.14-
YUV173.78132.08148.13-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.34%
GREEN value IS 158 (62.11% from 255) = 29.21%
BLUE value IS 181 (71.09% from 255) = 33.46%
R=37.34%
G=29.21%
B=33.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.10
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20215818100.220.100.21328.6429.3370.59
HexCA9EB5016A151491d47
Octal312236265026122551135107
Binary110010101001111010110101010110101010101101001001111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9EB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9EB5; }

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

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

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

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

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

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

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

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