Shades of Lily #CAA0AF
Tints of Lily #CAA0AF
RGB
CMYK
RGB Variations
Color information
#CAA0AF (or 0xCAA0AF) is known color: Lily. HEX triplet: CA, A0 and AF. RGB value is (202,160,175). Sum of RGB (Red+Green+Blue) = 202+160+175=537 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.62% from 537); Green value is 160 (62.89% from 255 or 29.80% from 537); Blue value is 175 (68.75% from 255 or 32.59% from 537); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA0AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAA0AF is #355F50. Grayscale: #AEAEAE. Windows color (decimal): -3497809 or 11509962. OLE color: 11509962.
HSL color Cylindrical-coordinate representation of color #CAA0AF: hue angle of 338.57º degrees, saturation: 0.28, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CAA0AF is Cyan = 0, Magento = 0.21, Yellow = 0.13 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 160 | 175 | - |
| CMYK | 0 | 0.21 | 0.13 | 0.21 |
| HSL | 338.57º | 0.28% | 0.71% | - |
| HSV(B) | 338.57º | 0.21% | 0.79% | - |
| XYZ | 44.67 | 40.79 | 46.08 | - |
| YUV | 174.27 | 128.41 | 147.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 160 | 175 | 0 | 0.21 | 0.13 | 0.21 | 338.57 | 0.28 | 0.71 |
| Hex | CA | A0 | AF | 0 | 15 | D | 15 | 153 | 1C | 47 |
| Octal | 312 | 240 | 257 | 0 | 25 | 15 | 25 | 523 | 34 | 107 |
| Binary | 11001010 | 10100000 | 10101111 | 0 | 10101 | 1101 | 10101 | 101010011 | 11100 | 1000111 |
Color Harmonies of #CAA0AF
Complementary color
Monochromatic Colors of #CAA0AF
Black with #CAA0AF
Text Example
Text Example
White with #CAA0AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA0AF; }
p { color: rgb(202,160,175); }
H1.HeaderClassName
{
color: #CAA0AF;
}
.AnyTagClassName
{
color: #CAA0AF;
}
</style>
background-color css
<style>
a { background-color: #CAA0AF; }
a { background-color: rgb(202,160,175); }
div.DivClassName
{
background-color: #CAA0AF;
}
.BgClassName
{
background-color: #CAA0AF;
}
</style>
border-color css
<style>
span { border-color: #CAA0AF; }
span { border-color: rgb(202,160,175); }
td.TdClassName
{
border-color: #CAA0AF;
}
.TagClassName
{
border-color: #CAA0AF;
}
</style>