#CAA3B6

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

Shades of Lily #CAA3B6

Tints of Lily #CAA3B6

Color information

#CAA3B6 (or 0xCAA3B6) is unknown color: approx Lily. HEX triplet: CA, A3 and B6. RGB value is (202,163,182). Sum of RGB (Red+Green+Blue) = 202+163+182=547 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.93% from 547); Green value is 163 (64.06% from 255 or 29.80% from 547); Blue value is 182 (71.48% from 255 or 33.27% from 547); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA3B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAA3B6 is #355C49. Grayscale: #B0B0B0. Windows color (decimal): -3497034 or 11969482. OLE color: 11969482.

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

Color convert

RGB202163182-
CMYK00.190.100.21
HSL330.77º26.9%71.57%-
HSV(B)330.77º19.31%79.22%-
XYZ45.942.1349.97-
YUV176.83130.92145.96-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.93%
GREEN value IS 163 (64.06% from 255) = 29.80%
BLUE value IS 182 (71.48% from 255) = 33.27%
R=36.93%
G=29.80%
B=33.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.10
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20216318200.190.100.21330.7726.971.57
HexCAA3B6013A1514b1b48
Octal312243266023122551333110
Binary110010101010001110110110010011101010101101001011110111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA3B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA3B6; }

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

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

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

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

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

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

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

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