Shades of Lola #C0ABC2
Tints of Lola #C0ABC2
RGB
CMYK
RGB Variations
Color information
#C0ABC2 (or 0xC0ABC2) is known color: Lola. HEX triplet: C0, AB and C2. RGB value is (192,171,194). Sum of RGB (Red+Green+Blue) = 192+171+194=557 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.47% from 557); Green value is 171 (67.19% from 255 or 30.70% from 557); Blue value is 194 (76.17% from 255 or 34.83% from 557); Max value from RGB is 194 - color contains mainly: blue. Hex color #C0ABC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0ABC2 is #3F543D. Grayscale: #B3B3B3. Windows color (decimal): -4150334 or 12757952. OLE color: 12757952.
HSL color Cylindrical-coordinate representation of color #C0ABC2: hue angle of 294.78º 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 #C0ABC2 is Cyan = 0.01, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 192 | 171 | 194 | - |
| CMYK | 0.01 | 0.12 | 0 | 0.24 |
| HSL | 294.78º | 0.16% | 0.72% | - |
| HSV(B) | 294.78º | 0.12% | 0.76% | - |
| XYZ | 46.04 | 44.23 | 57.15 | - |
| YUV | 179.9 | 135.96 | 136.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 171 | 194 | 0.01 | 0.12 | 0 | 0.24 | 294.78 | 0.16 | 0.72 |
| Hex | C0 | AB | C2 | 1 | C | 0 | 18 | 127 | 10 | 48 |
| Octal | 300 | 253 | 302 | 1 | 14 | 0 | 30 | 447 | 20 | 110 |
| Binary | 11000000 | 10101011 | 11000010 | 1 | 1100 | 0 | 11000 | 100100111 | 10000 | 1001000 |
Color Harmonies of #C0ABC2
Complementary color
Monochromatic Colors of #C0ABC2
Black with #C0ABC2
Text Example
Text Example
White with #C0ABC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0ABC2; }
p { color: rgb(192,171,194); }
H1.HeaderClassName
{
color: #C0ABC2;
}
.AnyTagClassName
{
color: #C0ABC2;
}
</style>
background-color css
<style>
a { background-color: #C0ABC2; }
a { background-color: rgb(192,171,194); }
div.DivClassName
{
background-color: #C0ABC2;
}
.BgClassName
{
background-color: #C0ABC2;
}
</style>
border-color css
<style>
span { border-color: #C0ABC2; }
span { border-color: rgb(192,171,194); }
td.TdClassName
{
border-color: #C0ABC2;
}
.TagClassName
{
border-color: #C0ABC2;
}
</style>