#CAA3B2

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

Shades of Lily #CAA3B2

Tints of Lily #CAA3B2

Color information

#CAA3B2 (or 0xCAA3B2) is unknown color: approx Lily. HEX triplet: CA, A3 and B2. RGB value is (202,163,178). Sum of RGB (Red+Green+Blue) = 202+163+178=543 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.20% from 543); Green value is 163 (64.06% from 255 or 30.02% from 543); Blue value is 178 (69.92% from 255 or 32.78% from 543); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA3B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAA3B2 is #355C4D. Grayscale: #B0B0B0. Windows color (decimal): -3497038 or 11707338. OLE color: 11707338.

HSL color Cylindrical-coordinate representation of color #CAA3B2: hue angle of 336.92º degrees, saturation: 0.27, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CAA3B2 is Cyan = 0, Magento = 0.19, Yellow = 0.12 and Black (K on CMYK) = 0.21.

Color convert

RGB202163178-
CMYK00.190.120.21
HSL336.92º26.9%71.57%-
HSV(B)336.92º19.31%79.22%-
XYZ45.4941.9747.82-
YUV176.37128.92146.28-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.20%
GREEN value IS 163 (64.06% from 255) = 30.02%
BLUE value IS 178 (69.92% from 255) = 32.78%
R=37.20%
G=30.02%
B=32.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.12
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20216317800.190.120.21336.9226.971.57
HexCAA3B2013C151511b48
Octal312243262023142552133110
Binary110010101010001110110010010011110010101101010001110111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA3B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA3B2; }

 p { color: rgb(202,163,178); }

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

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

 a { background-color: rgb(202,163,178); }

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

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

 span { border-color: rgb(202,163,178); }

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