#CAABB8

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

Shades of Lily #CAABB8

Tints of Lily #CAABB8

Color information

#CAABB8 (or 0xCAABB8) is unknown color: approx Lily. HEX triplet: CA, AB and B8. RGB value is (202,171,184). Sum of RGB (Red+Green+Blue) = 202+171+184=557 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.27% from 557); Green value is 171 (67.19% from 255 or 30.70% from 557); Blue value is 184 (72.27% from 255 or 33.03% from 557); Max value from RGB is 202 - color contains mainly: red. Hex color #CAABB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAABB8 is #355447. Grayscale: #B5B5B5. Windows color (decimal): -3494984 or 12102602. OLE color: 12102602.

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

Color convert

RGB202171184-
CMYK00.150.090.21
HSL334.84º22.63%73.14%-
HSV(B)334.84º15.35%79.22%-
XYZ47.5745.1451.55-
YUV181.75129.27142.44-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.27%
GREEN value IS 171 (67.19% from 255) = 30.70%
BLUE value IS 184 (72.27% from 255) = 33.03%
R=36.27%
G=30.70%
B=33.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.09
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20217118400.150.090.21334.8422.6373.14
HexCAABB80F91514f1749
Octal312253270017112551727111
Binary11001010101010111011100001111100110101101001111101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAABB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAABB8; }

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

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

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

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

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

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

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

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