Shades of Lola #C0B0C1
Tints of Lola #C0B0C1
RGB
CMYK
RGB Variations
Color information
#C0B0C1 (or 0xC0B0C1) is known color: Lola. HEX triplet: C0, B0 and C1. RGB value is (192,176,193). Sum of RGB (Red+Green+Blue) = 192+176+193=561 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.22% from 561); Green value is 176 (69.14% from 255 or 31.37% from 561); Blue value is 193 (75.78% from 255 or 34.40% from 561); Max value from RGB is 193 - color contains mainly: blue. Hex color #C0B0C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0B0C1 is #3F4F3E. Grayscale: #B6B6B6. Windows color (decimal): -4149055 or 12693696. OLE color: 12693696.
HSL color Cylindrical-coordinate representation of color #C0B0C1: hue angle of 296.47º degrees, saturation: 0.12, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C0B0C1 is Cyan = 0.01, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 192 | 176 | 193 | - |
| CMYK | 0.01 | 0.09 | 0 | 0.24 |
| HSL | 296.47º | 0.12% | 0.72% | - |
| HSV(B) | 296.47º | 0.09% | 0.76% | - |
| XYZ | 46.89 | 46.11 | 56.88 | - |
| YUV | 182.72 | 133.8 | 134.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 176 | 193 | 0.01 | 0.09 | 0 | 0.24 | 296.47 | 0.12 | 0.72 |
| Hex | C0 | B0 | C1 | 1 | 9 | 0 | 18 | 128 | C | 48 |
| Octal | 300 | 260 | 301 | 1 | 11 | 0 | 30 | 450 | 14 | 110 |
| Binary | 11000000 | 10110000 | 11000001 | 1 | 1001 | 0 | 11000 | 100101000 | 1100 | 1001000 |
Color Harmonies of #C0B0C1
Complementary color
Monochromatic Colors of #C0B0C1
Black with #C0B0C1
Text Example
Text Example
White with #C0B0C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B0C1; }
p { color: rgb(192,176,193); }
H1.HeaderClassName
{
color: #C0B0C1;
}
.AnyTagClassName
{
color: #C0B0C1;
}
</style>
background-color css
<style>
a { background-color: #C0B0C1; }
a { background-color: rgb(192,176,193); }
div.DivClassName
{
background-color: #C0B0C1;
}
.BgClassName
{
background-color: #C0B0C1;
}
</style>
border-color css
<style>
span { border-color: #C0B0C1; }
span { border-color: rgb(192,176,193); }
td.TdClassName
{
border-color: #C0B0C1;
}
.TagClassName
{
border-color: #C0B0C1;
}
</style>