#CA9AB9

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

Shades of Lily #CA9AB9

Tints of Lily #CA9AB9

Color information

#CA9AB9 (or 0xCA9AB9) is unknown color: approx Lily. HEX triplet: CA, 9A and B9. RGB value is (202,154,185). Sum of RGB (Red+Green+Blue) = 202+154+185=541 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.34% from 541); Green value is 154 (60.55% from 255 or 28.47% from 541); Blue value is 185 (72.66% from 255 or 34.20% from 541); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9AB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA9AB9 is #356546. Grayscale: #ABABAB. Windows color (decimal): -3499335 or 12163786. OLE color: 12163786.

HSL color Cylindrical-coordinate representation of color #CA9AB9: hue angle of 321.25º degrees, saturation: 0.31, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CA9AB9 is Cyan = 0, Magento = 0.24, Yellow = 0.08 and Black (K on CMYK) = 0.21.

Color convert

RGB202154185-
CMYK00.240.080.21
HSL321.25º31.17%69.8%-
HSV(B)321.25º23.76%79.22%-
XYZ44.6739.1751.11-
YUV171.89135.4149.48-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.34%
GREEN value IS 154 (60.55% from 255) = 28.47%
BLUE value IS 185 (72.66% from 255) = 34.20%
R=37.34%
G=28.47%
B=34.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.08
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20215418500.240.080.21321.2531.1769.8
HexCA9AB90188151411f46
Octal312232271030102550137106
Binary110010101001101010111001011000100010101101000001111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9AB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9AB9; }

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

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

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

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

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

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

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

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