Shades of Lily #C2AAB1
Tints of Lily #C2AAB1
RGB
CMYK
RGB Variations
Color information
#C2AAB1 (or 0xC2AAB1) is known color: Lily. HEX triplet: C2, AA and B1. RGB value is (194,170,177). Sum of RGB (Red+Green+Blue) = 194+170+177=541 (71% of max value = 765). Red value is 194 (76.17% from 255 or 35.86% from 541); Green value is 170 (66.80% from 255 or 31.42% from 541); Blue value is 177 (69.53% from 255 or 32.72% from 541); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AAB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2AAB1 is #3D554E. Grayscale: #B1B1B1. Windows color (decimal): -4019535 or 11643586. OLE color: 11643586.
HSL color Cylindrical-coordinate representation of color #C2AAB1: hue angle of 342.5º degrees, saturation: 0.16, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C2AAB1 is Cyan = 0, Magento = 0.12, Yellow = 0.09 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 170 | 177 | - |
| CMYK | 0 | 0.12 | 0.09 | 0.24 |
| HSL | 342.5º | 0.16% | 0.71% | - |
| HSV(B) | 342.5º | 0.12% | 0.76% | - |
| XYZ | 44.56 | 43.39 | 47.62 | - |
| YUV | 177.97 | 127.45 | 139.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 170 | 177 | 0 | 0.12 | 0.09 | 0.24 | 342.5 | 0.16 | 0.71 |
| Hex | C2 | AA | B1 | 0 | C | 9 | 18 | 156 | 10 | 47 |
| Octal | 302 | 252 | 261 | 0 | 14 | 11 | 30 | 526 | 20 | 107 |
| Binary | 11000010 | 10101010 | 10110001 | 0 | 1100 | 1001 | 11000 | 101010110 | 10000 | 1000111 |
Color Harmonies of #C2AAB1
Complementary color
Monochromatic Colors of #C2AAB1
Black with #C2AAB1
Text Example
Text Example
White with #C2AAB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2AAB1; }
p { color: rgb(194,170,177); }
H1.HeaderClassName
{
color: #C2AAB1;
}
.AnyTagClassName
{
color: #C2AAB1;
}
</style>
background-color css
<style>
a { background-color: #C2AAB1; }
a { background-color: rgb(194,170,177); }
div.DivClassName
{
background-color: #C2AAB1;
}
.BgClassName
{
background-color: #C2AAB1;
}
</style>
border-color css
<style>
span { border-color: #C2AAB1; }
span { border-color: rgb(194,170,177); }
td.TdClassName
{
border-color: #C2AAB1;
}
.TagClassName
{
border-color: #C2AAB1;
}
</style>