Shades of Lily #C2ABB4
Tints of Lily #C2ABB4
RGB
CMYK
RGB Variations
Color information
#C2ABB4 (or 0xC2ABB4) is known color: Lily. HEX triplet: C2, AB and B4. RGB value is (194,171,180). Sum of RGB (Red+Green+Blue) = 194+171+180=545 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.60% from 545); Green value is 171 (67.19% from 255 or 31.38% from 545); Blue value is 180 (70.70% from 255 or 33.03% from 545); Max value from RGB is 194 - color contains mainly: red. Hex color #C2ABB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2ABB4 is #3D544B. Grayscale: #B2B2B2. Windows color (decimal): -4019276 or 11840450. OLE color: 11840450.
HSL color Cylindrical-coordinate representation of color #C2ABB4: hue angle of 336.52º 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 #C2ABB4 is Cyan = 0, Magento = 0.12, Yellow = 0.07 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 171 | 180 | - |
| CMYK | 0 | 0.12 | 0.07 | 0.24 |
| HSL | 336.52º | 0.16% | 0.72% | - |
| HSV(B) | 336.52º | 0.12% | 0.76% | - |
| XYZ | 45.05 | 43.89 | 49.28 | - |
| YUV | 178.9 | 128.62 | 138.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 171 | 180 | 0 | 0.12 | 0.07 | 0.24 | 336.52 | 0.16 | 0.72 |
| Hex | C2 | AB | B4 | 0 | C | 7 | 18 | 151 | 10 | 48 |
| Octal | 302 | 253 | 264 | 0 | 14 | 7 | 30 | 521 | 20 | 110 |
| Binary | 11000010 | 10101011 | 10110100 | 0 | 1100 | 111 | 11000 | 101010001 | 10000 | 1001000 |
Color Harmonies of #C2ABB4
Complementary color
Monochromatic Colors of #C2ABB4
Black with #C2ABB4
Text Example
Text Example
White with #C2ABB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2ABB4; }
p { color: rgb(194,171,180); }
H1.HeaderClassName
{
color: #C2ABB4;
}
.AnyTagClassName
{
color: #C2ABB4;
}
</style>
background-color css
<style>
a { background-color: #C2ABB4; }
a { background-color: rgb(194,171,180); }
div.DivClassName
{
background-color: #C2ABB4;
}
.BgClassName
{
background-color: #C2ABB4;
}
</style>
border-color css
<style>
span { border-color: #C2ABB4; }
span { border-color: rgb(194,171,180); }
td.TdClassName
{
border-color: #C2ABB4;
}
.TagClassName
{
border-color: #C2ABB4;
}
</style>