#CAA7B9

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

Shades of Lily #CAA7B9

Tints of Lily #CAA7B9

Color information

#CAA7B9 (or 0xCAA7B9) is unknown color: approx Lily. HEX triplet: CA, A7 and B9. RGB value is (202,167,185). Sum of RGB (Red+Green+Blue) = 202+167+185=554 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.46% from 554); Green value is 167 (65.62% from 255 or 30.14% from 554); Blue value is 185 (72.66% from 255 or 33.39% from 554); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA7B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAA7B9 is #355846. Grayscale: #B3B3B3. Windows color (decimal): -3496007 or 12167114. OLE color: 12167114.

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

Color convert

RGB202167185-
CMYK00.170.080.21
HSL329.14º24.82%72.35%-
HSV(B)329.14º17.33%79.22%-
XYZ46.9343.751.86-
YUV179.52131.1144.04-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.46%
GREEN value IS 167 (65.62% from 255) = 30.14%
BLUE value IS 185 (72.66% from 255) = 33.39%
R=36.46%
G=30.14%
B=33.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.08
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20216718500.170.080.21329.1424.8272.35
HexCAA7B90118151491948
Octal312247271021102551131110
Binary110010101010011110111001010001100010101101001001110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA7B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA7B9; }

 p { color: rgb(202,167,185); }

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

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

 a { background-color: rgb(202,167,185); }

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

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

 span { border-color: rgb(202,167,185); }

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