#CAA9B9

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

Shades of Lily #CAA9B9

Tints of Lily #CAA9B9

Color information

#CAA9B9 (or 0xCAA9B9) is unknown color: approx Lily. HEX triplet: CA, A9 and B9. RGB value is (202,169,185). Sum of RGB (Red+Green+Blue) = 202+169+185=556 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.33% from 556); Green value is 169 (66.41% from 255 or 30.40% from 556); Blue value is 185 (72.66% from 255 or 33.27% from 556); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA9B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAA9B9 is #355646. Grayscale: #B4B4B4. Windows color (decimal): -3495495 or 12167626. OLE color: 12167626.

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

Color convert

RGB202169185-
CMYK00.160.080.21
HSL330.91º23.74%72.75%-
HSV(B)330.91º16.34%79.22%-
XYZ47.344.4451.98-
YUV180.69130.43143.2-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.33%
GREEN value IS 169 (66.41% from 255) = 30.40%
BLUE value IS 185 (72.66% from 255) = 33.27%
R=36.33%
G=30.40%
B=33.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.08
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20216918500.160.080.21330.9123.7472.75
HexCAA9B901081514b1849
Octal312251271020102551330111
Binary110010101010100110111001010000100010101101001011110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA9B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA9B9; }

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

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

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

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

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

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

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

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