#CAA6BA

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

Shades of Lily #CAA6BA

Tints of Lily #CAA6BA

Color information

#CAA6BA (or 0xCAA6BA) is unknown color: approx Lily. HEX triplet: CA, A6 and BA. RGB value is (202,166,186). Sum of RGB (Red+Green+Blue) = 202+166+186=554 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.46% from 554); Green value is 166 (65.23% from 255 or 29.96% from 554); Blue value is 186 (73.05% from 255 or 33.57% from 554); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA6BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAA6BA is #355945. Grayscale: #B3B3B3. Windows color (decimal): -3496262 or 12232394. OLE color: 12232394.

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

Color convert

RGB202166186-
CMYK00.180.080.21
HSL326.67º25.35%72.16%-
HSV(B)326.67º17.82%79.22%-
XYZ46.8643.3752.36-
YUV179.04131.93144.37-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.46%
GREEN value IS 166 (65.23% from 255) = 29.96%
BLUE value IS 186 (73.05% from 255) = 33.57%
R=36.46%
G=29.96%
B=33.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.08
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20216618600.180.080.21326.6725.3572.16
HexCAA6BA0128151471948
Octal312246272022102550731110
Binary110010101010011010111010010010100010101101000111110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA6BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA6BA; }

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

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

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

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

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

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

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

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