Shades of Lola #C0ABC5
Tints of Lola #C0ABC5
RGB
CMYK
RGB Variations
Color information
#C0ABC5 (or 0xC0ABC5) is known color: Lola. HEX triplet: C0, AB and C5. RGB value is (192,171,197). Sum of RGB (Red+Green+Blue) = 192+171+197=560 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.29% from 560); Green value is 171 (67.19% from 255 or 30.54% from 560); Blue value is 197 (77.34% from 255 or 35.18% from 560); Max value from RGB is 197 - color contains mainly: blue. Hex color #C0ABC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0ABC5 is #3F543A. Grayscale: #B4B4B4. Windows color (decimal): -4150331 or 12954560. OLE color: 12954560.
HSL color Cylindrical-coordinate representation of color #C0ABC5: hue angle of 288.46º degrees, saturation: 0.18, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C0ABC5 is Cyan = 0.03, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 192 | 171 | 197 | - |
| CMYK | 0.03 | 0.13 | 0 | 0.23 |
| HSL | 288.46º | 0.18% | 0.72% | - |
| HSV(B) | 288.46º | 0.13% | 0.77% | - |
| XYZ | 46.38 | 44.36 | 58.94 | - |
| YUV | 180.24 | 137.46 | 136.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 171 | 197 | 0.03 | 0.13 | 0 | 0.23 | 288.46 | 0.18 | 0.72 |
| Hex | C0 | AB | C5 | 3 | D | 0 | 17 | 120 | 12 | 48 |
| Octal | 300 | 253 | 305 | 3 | 15 | 0 | 27 | 440 | 22 | 110 |
| Binary | 11000000 | 10101011 | 11000101 | 11 | 1101 | 0 | 10111 | 100100000 | 10010 | 1001000 |
Color Harmonies of #C0ABC5
Complementary color
Monochromatic Colors of #C0ABC5
Black with #C0ABC5
Text Example
Text Example
White with #C0ABC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0ABC5; }
p { color: rgb(192,171,197); }
H1.HeaderClassName
{
color: #C0ABC5;
}
.AnyTagClassName
{
color: #C0ABC5;
}
</style>
background-color css
<style>
a { background-color: #C0ABC5; }
a { background-color: rgb(192,171,197); }
div.DivClassName
{
background-color: #C0ABC5;
}
.BgClassName
{
background-color: #C0ABC5;
}
</style>
border-color css
<style>
span { border-color: #C0ABC5; }
span { border-color: rgb(192,171,197); }
td.TdClassName
{
border-color: #C0ABC5;
}
.TagClassName
{
border-color: #C0ABC5;
}
</style>