#CA9BB9

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

Shades of Lily #CA9BB9

Tints of Lily #CA9BB9

Color information

#CA9BB9 (or 0xCA9BB9) is unknown color: approx Lily. HEX triplet: CA, 9B and B9. RGB value is (202,155,185). Sum of RGB (Red+Green+Blue) = 202+155+185=542 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.27% from 542); Green value is 155 (60.94% from 255 or 28.60% from 542); Blue value is 185 (72.66% from 255 or 34.13% from 542); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9BB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA9BB9 is #356446. Grayscale: #ACACAC. Windows color (decimal): -3499079 or 12164042. OLE color: 12164042.

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

Color convert

RGB202155185-
CMYK00.230.080.21
HSL321.7º30.72%70%-
HSV(B)321.7º23.27%79.22%-
XYZ44.8439.551.16-
YUV172.47135.07149.06-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.27%
GREEN value IS 155 (60.94% from 255) = 28.60%
BLUE value IS 185 (72.66% from 255) = 34.13%
R=37.27%
G=28.60%
B=34.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.08
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20215518500.230.080.21321.730.7270
HexCA9BB90178151421f46
Octal312233271027102550237106
Binary110010101001101110111001010111100010101101000010111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9BB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9BB9; }

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

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

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

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

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

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

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

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