#CA9ABD

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

Shades of Lily #CA9ABD

Tints of Lily #CA9ABD

Color information

#CA9ABD (or 0xCA9ABD) is unknown color: approx Lily. HEX triplet: CA, 9A and BD. RGB value is (202,154,189). Sum of RGB (Red+Green+Blue) = 202+154+189=545 (72% of max value = 765). Red value is 202 (79.30% from 255 or 37.06% from 545); Green value is 154 (60.55% from 255 or 28.26% from 545); Blue value is 189 (74.22% from 255 or 34.68% from 545); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9ABD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA9ABD is #356542. Grayscale: #ACACAC. Windows color (decimal): -3499331 or 12425930. OLE color: 12425930.

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

Color convert

RGB202154189-
CMYK00.240.060.21
HSL316.25º31.17%69.8%-
HSV(B)316.25º23.76%79.22%-
XYZ45.139.3453.36-
YUV172.34137.4149.15-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.06%
GREEN value IS 154 (60.55% from 255) = 28.26%
BLUE value IS 189 (74.22% from 255) = 34.68%
R=37.06%
G=28.26%
B=34.68%

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
Decimal20215418900.240.060.21316.2531.1769.8
HexCA9ABD01861513c1f46
Octal31223227503062547437106
Binary11001010100110101011110101100011010101100111100111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9ABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9ABD; }

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

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

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

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

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

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

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

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