#CA9EB7

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

Shades of Lily #CA9EB7

Tints of Lily #CA9EB7

Color information

#CA9EB7 (or 0xCA9EB7) is unknown color: approx Lily. HEX triplet: CA, 9E and B7. RGB value is (202,158,183). Sum of RGB (Red+Green+Blue) = 202+158+183=543 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.20% from 543); Green value is 158 (62.11% from 255 or 29.10% from 543); Blue value is 183 (71.88% from 255 or 33.70% from 543); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9EB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA9EB7 is #356148. Grayscale: #ADADAD. Windows color (decimal): -3498313 or 12033738. OLE color: 12033738.

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

Color convert

RGB202158183-
CMYK00.220.090.21
HSL325.91º29.33%70.59%-
HSV(B)325.91º21.78%79.22%-
XYZ45.1340.4350.22-
YUV174.01133.08147.97-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.20%
GREEN value IS 158 (62.11% from 255) = 29.10%
BLUE value IS 183 (71.88% from 255) = 33.70%
R=37.20%
G=29.10%
B=33.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.09
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20215818300.220.090.21325.9129.3370.59
HexCA9EB70169151461d47
Octal312236267026112550635107
Binary110010101001111010110111010110100110101101000110111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9EB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9EB7; }

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

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

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

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

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

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

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

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