#CAA0BA

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

Shades of Lily #CAA0BA

Tints of Lily #CAA0BA

Color information

#CAA0BA (or 0xCAA0BA) is unknown color: approx Lily. HEX triplet: CA, A0 and BA. RGB value is (202,160,186). Sum of RGB (Red+Green+Blue) = 202+160+186=548 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.86% from 548); Green value is 160 (62.89% from 255 or 29.20% from 548); Blue value is 186 (73.05% from 255 or 33.94% from 548); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA0BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAA0BA is #355F45. Grayscale: #AFAFAF. Windows color (decimal): -3497798 or 12230858. OLE color: 12230858.

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

Color convert

RGB202160186-
CMYK00.210.080.21
HSL322.86º28.38%70.98%-
HSV(B)322.86º20.79%79.22%-
XYZ45.7941.2452-
YUV175.52133.91146.89-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.86%
GREEN value IS 160 (62.89% from 255) = 29.20%
BLUE value IS 186 (73.05% from 255) = 33.94%
R=36.86%
G=29.20%
B=33.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.08
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20216018600.210.080.21322.8628.3870.98
HexCAA0BA0158151431c47
Octal312240272025102550334107
Binary110010101010000010111010010101100010101101000011111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA0BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA0BA; }

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

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

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

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

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

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

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

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