Shades of Lily #CAAAB6
Tints of Lily #CAAAB6
RGB
CMYK
RGB Variations
Color information
#CAAAB6 (or 0xCAAAB6) is known color: Lily. HEX triplet: CA, AA and B6. RGB value is (202,170,182). Sum of RGB (Red+Green+Blue) = 202+170+182=554 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.46% from 554); Green value is 170 (66.80% from 255 or 30.69% from 554); Blue value is 182 (71.48% from 255 or 32.85% from 554); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAAB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAAAB6 is #355549. Grayscale: #B4B4B4. Windows color (decimal): -3495242 or 11971274. OLE color: 11971274.
HSL color Cylindrical-coordinate representation of color #CAAAB6: hue angle of 337.5º degrees, saturation: 0.23, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CAAAB6 is Cyan = 0, Magento = 0.16, Yellow = 0.10 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 170 | 182 | - |
| CMYK | 0 | 0.16 | 0.10 | 0.21 |
| HSL | 337.5º | 0.23% | 0.73% | - |
| HSV(B) | 337.5º | 0.16% | 0.79% | - |
| XYZ | 47.18 | 44.68 | 50.39 | - |
| YUV | 180.94 | 128.6 | 143.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 170 | 182 | 0 | 0.16 | 0.10 | 0.21 | 337.5 | 0.23 | 0.73 |
| Hex | CA | AA | B6 | 0 | 10 | A | 15 | 152 | 17 | 49 |
| Octal | 312 | 252 | 266 | 0 | 20 | 12 | 25 | 522 | 27 | 111 |
| Binary | 11001010 | 10101010 | 10110110 | 0 | 10000 | 1010 | 10101 | 101010010 | 10111 | 1001001 |
Color Harmonies of #CAAAB6
Complementary color
Monochromatic Colors of #CAAAB6
Black with #CAAAB6
Text Example
Text Example
White with #CAAAB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAAAB6; }
p { color: rgb(202,170,182); }
H1.HeaderClassName
{
color: #CAAAB6;
}
.AnyTagClassName
{
color: #CAAAB6;
}
</style>
background-color css
<style>
a { background-color: #CAAAB6; }
a { background-color: rgb(202,170,182); }
div.DivClassName
{
background-color: #CAAAB6;
}
.BgClassName
{
background-color: #CAAAB6;
}
</style>
border-color css
<style>
span { border-color: #CAAAB6; }
span { border-color: rgb(202,170,182); }
td.TdClassName
{
border-color: #CAAAB6;
}
.TagClassName
{
border-color: #CAAAB6;
}
</style>