Shades of Lily #C8ABB4
Tints of Lily #C8ABB4
RGB
CMYK
RGB Variations
Color information
#C8ABB4 (or 0xC8ABB4) is known color: Lily. HEX triplet: C8, AB and B4. RGB value is (200,171,180). Sum of RGB (Red+Green+Blue) = 200+171+180=551 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.30% from 551); Green value is 171 (67.19% from 255 or 31.03% from 551); Blue value is 180 (70.70% from 255 or 32.67% from 551); Max value from RGB is 200 - color contains mainly: red. Hex color #C8ABB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8ABB4 is #37544B. Grayscale: #B4B4B4. Windows color (decimal): -3626060 or 11840456. OLE color: 11840456.
HSL color Cylindrical-coordinate representation of color #C8ABB4: hue angle of 341.38º degrees, saturation: 0.21, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C8ABB4 is Cyan = 0, Magento = 0.14, Yellow = 0.1 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 171 | 180 | - |
| CMYK | 0 | 0.14 | 0.1 | 0.22 |
| HSL | 341.38º | 0.21% | 0.73% | - |
| HSV(B) | 341.38º | 0.15% | 0.78% | - |
| XYZ | 46.62 | 44.7 | 49.35 | - |
| YUV | 180.7 | 127.61 | 141.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 171 | 180 | 0 | 0.14 | 0.1 | 0.22 | 341.38 | 0.21 | 0.73 |
| Hex | C8 | AB | B4 | 0 | E | A | 16 | 155 | 15 | 49 |
| Octal | 310 | 253 | 264 | 0 | 16 | 12 | 26 | 525 | 25 | 111 |
| Binary | 11001000 | 10101011 | 10110100 | 0 | 1110 | 1010 | 10110 | 101010101 | 10101 | 1001001 |
Color Harmonies of #C8ABB4
Complementary color
Monochromatic Colors of #C8ABB4
Black with #C8ABB4
Text Example
Text Example
White with #C8ABB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8ABB4; }
p { color: rgb(200,171,180); }
H1.HeaderClassName
{
color: #C8ABB4;
}
.AnyTagClassName
{
color: #C8ABB4;
}
</style>
background-color css
<style>
a { background-color: #C8ABB4; }
a { background-color: rgb(200,171,180); }
div.DivClassName
{
background-color: #C8ABB4;
}
.BgClassName
{
background-color: #C8ABB4;
}
</style>
border-color css
<style>
span { border-color: #C8ABB4; }
span { border-color: rgb(200,171,180); }
td.TdClassName
{
border-color: #C8ABB4;
}
.TagClassName
{
border-color: #C8ABB4;
}
</style>