Shades of Lola #C0BAC1
Tints of Lola #C0BAC1
RGB
CMYK
RGB Variations
Color information
#C0BAC1 (or 0xC0BAC1) is known color: Lola. HEX triplet: C0, BA and C1. RGB value is (192,186,193). Sum of RGB (Red+Green+Blue) = 192+186+193=571 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.63% from 571); Green value is 186 (73.05% from 255 or 32.57% from 571); Blue value is 193 (75.78% from 255 or 33.80% from 571); Max value from RGB is 193 - color contains mainly: blue. Hex color #C0BAC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0BAC1 is #3F453E. Grayscale: #BCBCBC. Windows color (decimal): -4146495 or 12696256. OLE color: 12696256.
HSL color Cylindrical-coordinate representation of color #C0BAC1: hue angle of 291.43º degrees, saturation: 0.05, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #C0BAC1 is Cyan = 0.01, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
RGB | 192 | 186 | 193 | - |
CMYK | 0.01 | 0.04 | 0 | 0.24 |
HSL | 291.43º | 0.05% | 0.74% | - |
HSV(B) | 291.43º | 0.04% | 0.76% | - |
XYZ | 48.92 | 50.17 | 57.56 | - |
YUV | 188.59 | 130.49 | 130.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 186 | 193 | 0.01 | 0.04 | 0 | 0.24 | 291.43 | 0.05 | 0.74 |
Hex | C0 | BA | C1 | 1 | 4 | 0 | 18 | 123 | 5 | 4A |
Octal | 300 | 272 | 301 | 1 | 4 | 0 | 30 | 443 | 5 | 112 |
Binary | 11000000 | 10111010 | 11000001 | 1 | 100 | 0 | 11000 | 100100011 | 101 | 1001010 |
Color Harmonies of #C0BAC1
Complementary color
Monochromatic Colors of #C0BAC1
Black with #C0BAC1
Text Example
Text Example
White with #C0BAC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BAC1; }
p { color: rgb(192,186,193); }
H1.HeaderClassName
{
color: #C0BAC1;
}
.AnyTagClassName
{
color: #C0BAC1;
}
</style>
background-color css
<style>
a { background-color: #C0BAC1; }
a { background-color: rgb(192,186,193); }
div.DivClassName
{
background-color: #C0BAC1;
}
.BgClassName
{
background-color: #C0BAC1;
}
</style>
border-color css
<style>
span { border-color: #C0BAC1; }
span { border-color: rgb(192,186,193); }
td.TdClassName
{
border-color: #C0BAC1;
}
.TagClassName
{
border-color: #C0BAC1;
}
</style>