#CAAAB8

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

Shades of Lily #CAAAB8

Tints of Lily #CAAAB8

Color information

#CAAAB8 (or 0xCAAAB8) is unknown color: approx Lily. HEX triplet: CA, AA and B8. RGB value is (202,170,184). Sum of RGB (Red+Green+Blue) = 202+170+184=556 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.33% from 556); Green value is 170 (66.80% from 255 or 30.58% from 556); Blue value is 184 (72.27% from 255 or 33.09% from 556); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAAB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAAAB8 is #355547. Grayscale: #B5B5B5. Windows color (decimal): -3495240 or 12102346. OLE color: 12102346.

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

Color convert

RGB202170184-
CMYK00.160.090.21
HSL333.75º23.19%72.94%-
HSV(B)333.75º15.84%79.22%-
XYZ47.3844.7751.49-
YUV181.16129.6142.86-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.33%
GREEN value IS 170 (66.80% from 255) = 30.58%
BLUE value IS 184 (72.27% from 255) = 33.09%
R=36.33%
G=30.58%
B=33.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.09
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20217018400.160.090.21333.7523.1972.94
HexCAAAB801091514e1749
Octal312252270020112551627111
Binary110010101010101010111000010000100110101101001110101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAAAB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAAAB8; }

 p { color: rgb(202,170,184); }

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

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

 a { background-color: rgb(202,170,184); }

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

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

 span { border-color: rgb(202,170,184); }

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