#CAA1AF

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

Shades of Lily #CAA1AF

Tints of Lily #CAA1AF

Color information

#CAA1AF (or 0xCAA1AF) is unknown color: approx Lily. HEX triplet: CA, A1 and AF. RGB value is (202,161,175). Sum of RGB (Red+Green+Blue) = 202+161+175=538 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.55% from 538); Green value is 161 (63.28% from 255 or 29.93% from 538); Blue value is 175 (68.75% from 255 or 32.53% from 538); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA1AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAA1AF is #355E50. Grayscale: #AEAEAE. Windows color (decimal): -3497553 or 11510218. OLE color: 11510218.

HSL color Cylindrical-coordinate representation of color #CAA1AF: hue angle of 339.51º degrees, saturation: 0.28, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CAA1AF is Cyan = 0, Magento = 0.20, Yellow = 0.13 and Black (K on CMYK) = 0.21.

Color convert

RGB202161175-
CMYK00.200.130.21
HSL339.51º27.89%71.18%-
HSV(B)339.51º20.3%79.22%-
XYZ44.8441.1446.14-
YUV174.85128.08147.36-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.55%
GREEN value IS 161 (63.28% from 255) = 29.93%
BLUE value IS 175 (68.75% from 255) = 32.53%
R=37.55%
G=29.93%
B=32.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.13
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20216117500.200.130.21339.5127.8971.18
HexCAA1AF014D151541c47
Octal312241257024152552434107
Binary110010101010000110101111010100110110101101010100111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA1AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA1AF; }

 p { color: rgb(202,161,175); }

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

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

 a { background-color: rgb(202,161,175); }

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

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

 span { border-color: rgb(202,161,175); }

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