#CAA9B4

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

Shades of Lily #CAA9B4

Tints of Lily #CAA9B4

Color information

#CAA9B4 (or 0xCAA9B4) is unknown color: approx Lily. HEX triplet: CA, A9 and B4. RGB value is (202,169,180). Sum of RGB (Red+Green+Blue) = 202+169+180=551 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.66% from 551); Green value is 169 (66.41% from 255 or 30.67% from 551); Blue value is 180 (70.70% from 255 or 32.67% from 551); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA9B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAA9B4 is #35564B. Grayscale: #B4B4B4. Windows color (decimal): -3495500 or 11839946. OLE color: 11839946.

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

Color convert

RGB202169180-
CMYK00.160.110.21
HSL340º23.74%72.75%-
HSV(B)340º16.34%79.22%-
XYZ46.7844.2349.25-
YUV180.12127.93143.61-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.66%
GREEN value IS 169 (66.41% from 255) = 30.67%
BLUE value IS 180 (70.70% from 255) = 32.67%
R=36.66%
G=30.67%
B=32.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.11
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20216918000.160.110.2134023.7472.75
HexCAA9B4010B151541849
Octal312251264020132552430111
Binary110010101010100110110100010000101110101101010100110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA9B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA9B4; }

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

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

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

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

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

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

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

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