Shades of Lola #C0ABC1
Tints of Lola #C0ABC1
RGB
CMYK
RGB Variations
Color information
#C0ABC1 (or 0xC0ABC1) is known color: Lola. HEX triplet: C0, AB and C1. RGB value is (192,171,193). Sum of RGB (Red+Green+Blue) = 192+171+193=556 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.53% from 556); Green value is 171 (67.19% from 255 or 30.76% from 556); Blue value is 193 (75.78% from 255 or 34.71% from 556); Max value from RGB is 193 - color contains mainly: blue. Hex color #C0ABC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0ABC1 is #3F543E. Grayscale: #B3B3B3. Windows color (decimal): -4150335 or 12692416. OLE color: 12692416.
HSL color Cylindrical-coordinate representation of color #C0ABC1: hue angle of 297.27º degrees, saturation: 0.15, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C0ABC1 is Cyan = 0.01, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 192 | 171 | 193 | - |
| CMYK | 0.01 | 0.11 | 0 | 0.24 |
| HSL | 297.27º | 0.15% | 0.71% | - |
| HSV(B) | 297.27º | 0.11% | 0.76% | - |
| XYZ | 45.93 | 44.18 | 56.56 | - |
| YUV | 179.79 | 135.46 | 136.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 171 | 193 | 0.01 | 0.11 | 0 | 0.24 | 297.27 | 0.15 | 0.71 |
| Hex | C0 | AB | C1 | 1 | B | 0 | 18 | 129 | F | 47 |
| Octal | 300 | 253 | 301 | 1 | 13 | 0 | 30 | 451 | 17 | 107 |
| Binary | 11000000 | 10101011 | 11000001 | 1 | 1011 | 0 | 11000 | 100101001 | 1111 | 1000111 |
Color Harmonies of #C0ABC1
Complementary color
Monochromatic Colors of #C0ABC1
Black with #C0ABC1
Text Example
Text Example
White with #C0ABC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0ABC1; }
p { color: rgb(192,171,193); }
H1.HeaderClassName
{
color: #C0ABC1;
}
.AnyTagClassName
{
color: #C0ABC1;
}
</style>
background-color css
<style>
a { background-color: #C0ABC1; }
a { background-color: rgb(192,171,193); }
div.DivClassName
{
background-color: #C0ABC1;
}
.BgClassName
{
background-color: #C0ABC1;
}
</style>
border-color css
<style>
span { border-color: #C0ABC1; }
span { border-color: rgb(192,171,193); }
td.TdClassName
{
border-color: #C0ABC1;
}
.TagClassName
{
border-color: #C0ABC1;
}
</style>