#CAA1BA

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

Shades of Lily #CAA1BA

Tints of Lily #CAA1BA

Color information

#CAA1BA (or 0xCAA1BA) is unknown color: approx Lily. HEX triplet: CA, A1 and BA. RGB value is (202,161,186). Sum of RGB (Red+Green+Blue) = 202+161+186=549 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.79% from 549); Green value is 161 (63.28% from 255 or 29.33% from 549); Blue value is 186 (73.05% from 255 or 33.88% from 549); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA1BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAA1BA is #355E45. Grayscale: #B0B0B0. Windows color (decimal): -3497542 or 12231114. OLE color: 12231114.

HSL color Cylindrical-coordinate representation of color #CAA1BA: hue angle of 323.41º degrees, saturation: 0.28, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CAA1BA is Cyan = 0, Magento = 0.20, Yellow = 0.08 and Black (K on CMYK) = 0.21.

Color convert

RGB202161186-
CMYK00.200.080.21
HSL323.41º27.89%71.18%-
HSV(B)323.41º20.3%79.22%-
XYZ45.9641.5952.06-
YUV176.11133.58146.47-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.79%
GREEN value IS 161 (63.28% from 255) = 29.33%
BLUE value IS 186 (73.05% from 255) = 33.88%
R=36.79%
G=29.33%
B=33.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.08
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20216118600.200.080.21323.4127.8971.18
HexCAA1BA0148151431c47
Octal312241272024102550334107
Binary110010101010000110111010010100100010101101000011111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA1BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA1BA; }

 p { color: rgb(202,161,186); }

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

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

 a { background-color: rgb(202,161,186); }

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

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

 span { border-color: rgb(202,161,186); }

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