#CAA8B7

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

Shades of Lily #CAA8B7

Tints of Lily #CAA8B7

Color information

#CAA8B7 (or 0xCAA8B7) is unknown color: approx Lily. HEX triplet: CA, A8 and B7. RGB value is (202,168,183). Sum of RGB (Red+Green+Blue) = 202+168+183=553 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.53% from 553); Green value is 168 (66.02% from 255 or 30.38% from 553); Blue value is 183 (71.88% from 255 or 33.09% from 553); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA8B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAA8B7 is #355748. Grayscale: #B3B3B3. Windows color (decimal): -3495753 or 12036298. OLE color: 12036298.

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

Color convert

RGB202168183-
CMYK00.170.090.21
HSL333.53º24.29%72.55%-
HSV(B)333.53º16.83%79.22%-
XYZ46.9143.9850.82-
YUV179.88129.76143.78-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.53%
GREEN value IS 168 (66.02% from 255) = 30.38%
BLUE value IS 183 (71.88% from 255) = 33.09%
R=36.53%
G=30.38%
B=33.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.09
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20216818300.170.090.21333.5324.2972.55
HexCAA8B701191514e1849
Octal312250267021112551630111
Binary110010101010100010110111010001100110101101001110110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA8B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA8B7; }

 p { color: rgb(202,168,183); }

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

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

 a { background-color: rgb(202,168,183); }

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

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

 span { border-color: rgb(202,168,183); }

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