Shades of Lily #C2ABB7
Tints of Lily #C2ABB7
RGB
CMYK
RGB Variations
Color information
#C2ABB7 (or 0xC2ABB7) is known color: Lily. HEX triplet: C2, AB and B7. RGB value is (194,171,183). Sum of RGB (Red+Green+Blue) = 194+171+183=548 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.40% from 548); Green value is 171 (67.19% from 255 or 31.20% from 548); Blue value is 183 (71.88% from 255 or 33.39% from 548); Max value from RGB is 194 - color contains mainly: red. Hex color #C2ABB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2ABB7 is #3D5448. Grayscale: #B3B3B3. Windows color (decimal): -4019273 or 12037058. OLE color: 12037058.
HSL color Cylindrical-coordinate representation of color #C2ABB7: hue angle of 328.7º degrees, saturation: 0.16, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C2ABB7 is Cyan = 0, Magento = 0.12, Yellow = 0.06 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 171 | 183 | - |
| CMYK | 0 | 0.12 | 0.06 | 0.24 |
| HSL | 328.7º | 0.16% | 0.72% | - |
| HSV(B) | 328.7º | 0.12% | 0.76% | - |
| XYZ | 45.36 | 44.01 | 50.9 | - |
| YUV | 179.25 | 130.12 | 138.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 171 | 183 | 0 | 0.12 | 0.06 | 0.24 | 328.7 | 0.16 | 0.72 |
| Hex | C2 | AB | B7 | 0 | C | 6 | 18 | 149 | 10 | 48 |
| Octal | 302 | 253 | 267 | 0 | 14 | 6 | 30 | 511 | 20 | 110 |
| Binary | 11000010 | 10101011 | 10110111 | 0 | 1100 | 110 | 11000 | 101001001 | 10000 | 1001000 |
Color Harmonies of #C2ABB7
Complementary color
Monochromatic Colors of #C2ABB7
Black with #C2ABB7
Text Example
Text Example
White with #C2ABB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2ABB7; }
p { color: rgb(194,171,183); }
H1.HeaderClassName
{
color: #C2ABB7;
}
.AnyTagClassName
{
color: #C2ABB7;
}
</style>
background-color css
<style>
a { background-color: #C2ABB7; }
a { background-color: rgb(194,171,183); }
div.DivClassName
{
background-color: #C2ABB7;
}
.BgClassName
{
background-color: #C2ABB7;
}
</style>
border-color css
<style>
span { border-color: #C2ABB7; }
span { border-color: rgb(194,171,183); }
td.TdClassName
{
border-color: #C2ABB7;
}
.TagClassName
{
border-color: #C2ABB7;
}
</style>