Shades of Lola #C0B0C2
Tints of Lola #C0B0C2
RGB
CMYK
RGB Variations
Color information
#C0B0C2 (or 0xC0B0C2) is known color: Lola. HEX triplet: C0, B0 and C2. RGB value is (192,176,194). Sum of RGB (Red+Green+Blue) = 192+176+194=562 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.16% from 562); Green value is 176 (69.14% from 255 or 31.32% from 562); Blue value is 194 (76.17% from 255 or 34.52% from 562); Max value from RGB is 194 - color contains mainly: blue. Hex color #C0B0C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0B0C2 is #3F4F3D. Grayscale: #B6B6B6. Windows color (decimal): -4149054 or 12759232. OLE color: 12759232.
HSL color Cylindrical-coordinate representation of color #C0B0C2: hue angle of 293.33º degrees, saturation: 0.13, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C0B0C2 is Cyan = 0.01, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 192 | 176 | 194 | - |
| CMYK | 0.01 | 0.09 | 0 | 0.24 |
| HSL | 293.33º | 0.13% | 0.73% | - |
| HSV(B) | 293.33º | 0.09% | 0.76% | - |
| XYZ | 47 | 46.15 | 57.47 | - |
| YUV | 182.84 | 134.3 | 134.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 176 | 194 | 0.01 | 0.09 | 0 | 0.24 | 293.33 | 0.13 | 0.73 |
| Hex | C0 | B0 | C2 | 1 | 9 | 0 | 18 | 125 | D | 49 |
| Octal | 300 | 260 | 302 | 1 | 11 | 0 | 30 | 445 | 15 | 111 |
| Binary | 11000000 | 10110000 | 11000010 | 1 | 1001 | 0 | 11000 | 100100101 | 1101 | 1001001 |
Color Harmonies of #C0B0C2
Complementary color
Monochromatic Colors of #C0B0C2
Black with #C0B0C2
Text Example
Text Example
White with #C0B0C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B0C2; }
p { color: rgb(192,176,194); }
H1.HeaderClassName
{
color: #C0B0C2;
}
.AnyTagClassName
{
color: #C0B0C2;
}
</style>
background-color css
<style>
a { background-color: #C0B0C2; }
a { background-color: rgb(192,176,194); }
div.DivClassName
{
background-color: #C0B0C2;
}
.BgClassName
{
background-color: #C0B0C2;
}
</style>
border-color css
<style>
span { border-color: #C0B0C2; }
span { border-color: rgb(192,176,194); }
td.TdClassName
{
border-color: #C0B0C2;
}
.TagClassName
{
border-color: #C0B0C2;
}
</style>