#CAA9B6

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

Shades of Lily #CAA9B6

Tints of Lily #CAA9B6

Color information

#CAA9B6 (or 0xCAA9B6) is unknown color: approx Lily. HEX triplet: CA, A9 and B6. RGB value is (202,169,182). Sum of RGB (Red+Green+Blue) = 202+169+182=553 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.53% from 553); Green value is 169 (66.41% from 255 or 30.56% from 553); Blue value is 182 (71.48% from 255 or 32.91% from 553); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA9B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAA9B6 is #355649. Grayscale: #B4B4B4. Windows color (decimal): -3495498 or 11971018. OLE color: 11971018.

HSL color Cylindrical-coordinate representation of color #CAA9B6: hue angle of 336.36º degrees, saturation: 0.24, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CAA9B6 is Cyan = 0, Magento = 0.16, Yellow = 0.10 and Black (K on CMYK) = 0.21.

Color convert

RGB202169182-
CMYK00.160.100.21
HSL336.36º23.74%72.75%-
HSV(B)336.36º16.34%79.22%-
XYZ46.9944.3150.33-
YUV180.35128.93143.44-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.53%
GREEN value IS 169 (66.41% from 255) = 30.56%
BLUE value IS 182 (71.48% from 255) = 32.91%
R=36.53%
G=30.56%
B=32.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.10
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20216918200.160.100.21336.3623.7472.75
HexCAA9B6010A151501849
Octal312251266020122552030111
Binary110010101010100110110110010000101010101101010000110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA9B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA9B6; }

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

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

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

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

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

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

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

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