#CA9ABE

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

Shades of Lily #CA9ABE

Tints of Lily #CA9ABE

Color information

#CA9ABE (or 0xCA9ABE) is unknown color: approx Lily. HEX triplet: CA, 9A and BE. RGB value is (202,154,190). Sum of RGB (Red+Green+Blue) = 202+154+190=546 (72% of max value = 765). Red value is 202 (79.30% from 255 or 37.00% from 546); Green value is 154 (60.55% from 255 or 28.21% from 546); Blue value is 190 (74.61% from 255 or 34.80% from 546); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9ABE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA9ABE is #356541. Grayscale: #ACACAC. Windows color (decimal): -3499330 or 12491466. OLE color: 12491466.

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

Color convert

RGB202154190-
CMYK00.240.060.21
HSL315º31.17%69.8%-
HSV(B)315º23.76%79.22%-
XYZ45.2139.3953.93-
YUV172.46137.9149.07-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.00%
GREEN value IS 154 (60.55% from 255) = 28.21%
BLUE value IS 190 (74.61% from 255) = 34.80%
R=37.00%
G=28.21%
B=34.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.06
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20215419000.240.060.2131531.1769.8
HexCA9ABE01861513b1f46
Octal31223227603062547337106
Binary11001010100110101011111001100011010101100111011111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9ABE; }

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

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

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

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

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

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

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

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