Shades of Lola #C0BCC0
Tints of Lola #C0BCC0
RGB
CMYK
RGB Variations
Color information
#C0BCC0 (or 0xC0BCC0) is known color: Lola. HEX triplet: C0, BC and C0. RGB value is (192,188,192). Sum of RGB (Red+Green+Blue) = 192+188+192=572 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.57% from 572); Green value is 188 (73.83% from 255 or 32.87% from 572); Blue value is 192 (75.39% from 255 or 33.57% from 572); Max value from RGB is 192 - color contains mainly: red, blue. Hex color #C0BCC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0BCC0 is #3F433F. Grayscale: #BDBDBD. Windows color (decimal): -4145984 or 12631232. OLE color: 12631232.
HSL color Cylindrical-coordinate representation of color #C0BCC0: hue angle of 300º degrees, saturation: 0.03, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #C0BCC0 is Cyan = 0, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
RGB | 192 | 188 | 192 | - |
CMYK | 0 | 0.02 | 0 | 0.25 |
HSL | 300º | 0.03% | 0.75% | - |
HSV(B) | 300º | 0.02% | 0.75% | - |
XYZ | 49.24 | 50.98 | 57.11 | - |
YUV | 189.65 | 129.33 | 129.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 188 | 192 | 0 | 0.02 | 0 | 0.25 | 300 | 0.03 | 0.75 |
Hex | C0 | BC | C0 | 0 | 2 | 0 | 19 | 12C | 3 | 4B |
Octal | 300 | 274 | 300 | 0 | 2 | 0 | 31 | 454 | 3 | 113 |
Binary | 11000000 | 10111100 | 11000000 | 0 | 10 | 0 | 11001 | 100101100 | 11 | 1001011 |
Color Harmonies of #C0BCC0
Complementary color
Monochromatic Colors of #C0BCC0
Black with #C0BCC0
Text Example
Text Example
White with #C0BCC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BCC0; }
p { color: rgb(192,188,192); }
H1.HeaderClassName
{
color: #C0BCC0;
}
.AnyTagClassName
{
color: #C0BCC0;
}
</style>
background-color css
<style>
a { background-color: #C0BCC0; }
a { background-color: rgb(192,188,192); }
div.DivClassName
{
background-color: #C0BCC0;
}
.BgClassName
{
background-color: #C0BCC0;
}
</style>
border-color css
<style>
span { border-color: #C0BCC0; }
span { border-color: rgb(192,188,192); }
td.TdClassName
{
border-color: #C0BCC0;
}
.TagClassName
{
border-color: #C0BCC0;
}
</style>