Shades of Lily #C0ABB2
Tints of Lily #C0ABB2
RGB
CMYK
RGB Variations
Color information
#C0ABB2 (or 0xC0ABB2) is known color: Lily. HEX triplet: C0, AB and B2. RGB value is (192,171,178). Sum of RGB (Red+Green+Blue) = 192+171+178=541 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.49% from 541); Green value is 171 (67.19% from 255 or 31.61% from 541); Blue value is 178 (69.92% from 255 or 32.90% from 541); Max value from RGB is 192 - color contains mainly: red. Hex color #C0ABB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0ABB2 is #3F544D. Grayscale: #B2B2B2. Windows color (decimal): -4150350 or 11709376. OLE color: 11709376.
HSL color Cylindrical-coordinate representation of color #C0ABB2: hue angle of 340º degrees, saturation: 0.14, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C0ABB2 is Cyan = 0, Magento = 0.11, Yellow = 0.07 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 171 | 178 | - |
| CMYK | 0 | 0.11 | 0.07 | 0.25 |
| HSL | 340º | 0.14% | 0.71% | - |
| HSV(B) | 340º | 0.11% | 0.75% | - |
| XYZ | 44.34 | 43.55 | 48.19 | - |
| YUV | 178.08 | 127.96 | 137.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 171 | 178 | 0 | 0.11 | 0.07 | 0.25 | 340 | 0.14 | 0.71 |
| Hex | C0 | AB | B2 | 0 | B | 7 | 19 | 154 | E | 47 |
| Octal | 300 | 253 | 262 | 0 | 13 | 7 | 31 | 524 | 16 | 107 |
| Binary | 11000000 | 10101011 | 10110010 | 0 | 1011 | 111 | 11001 | 101010100 | 1110 | 1000111 |
Color Harmonies of #C0ABB2
Complementary color
Monochromatic Colors of #C0ABB2
Black with #C0ABB2
Text Example
Text Example
White with #C0ABB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0ABB2; }
p { color: rgb(192,171,178); }
H1.HeaderClassName
{
color: #C0ABB2;
}
.AnyTagClassName
{
color: #C0ABB2;
}
</style>
background-color css
<style>
a { background-color: #C0ABB2; }
a { background-color: rgb(192,171,178); }
div.DivClassName
{
background-color: #C0ABB2;
}
.BgClassName
{
background-color: #C0ABB2;
}
</style>
border-color css
<style>
span { border-color: #C0ABB2; }
span { border-color: rgb(192,171,178); }
td.TdClassName
{
border-color: #C0ABB2;
}
.TagClassName
{
border-color: #C0ABB2;
}
</style>