Shades of Lola #C0B2BF
Tints of Lola #C0B2BF
RGB
CMYK
RGB Variations
Color information
#C0B2BF (or 0xC0B2BF) is known color: Lola. HEX triplet: C0, B2 and BF. RGB value is (192,178,191). Sum of RGB (Red+Green+Blue) = 192+178+191=561 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.22% from 561); Green value is 178 (69.92% from 255 or 31.73% from 561); Blue value is 191 (75% from 255 or 34.05% from 561); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B2BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0B2BF is #3F4D40. Grayscale: #B7B7B7. Windows color (decimal): -4148545 or 12563136. OLE color: 12563136.
HSL color Cylindrical-coordinate representation of color #C0B2BF: hue angle of 304.29º degrees, saturation: 0.1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C0B2BF is Cyan = 0, Magento = 0.07, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 178 | 191 | - |
| CMYK | 0 | 0.07 | 0.01 | 0.25 |
| HSL | 304.29º | 0.1% | 0.73% | - |
| HSV(B) | 304.29º | 0.07% | 0.75% | - |
| XYZ | 47.06 | 46.81 | 55.84 | - |
| YUV | 183.67 | 132.14 | 133.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 178 | 191 | 0 | 0.07 | 0.01 | 0.25 | 304.29 | 0.1 | 0.73 |
| Hex | C0 | B2 | BF | 0 | 7 | 1 | 19 | 130 | A | 49 |
| Octal | 300 | 262 | 277 | 0 | 7 | 1 | 31 | 460 | 12 | 111 |
| Binary | 11000000 | 10110010 | 10111111 | 0 | 111 | 1 | 11001 | 100110000 | 1010 | 1001001 |
Color Harmonies of #C0B2BF
Complementary color
Monochromatic Colors of #C0B2BF
Black with #C0B2BF
Text Example
Text Example
White with #C0B2BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B2BF; }
p { color: rgb(192,178,191); }
H1.HeaderClassName
{
color: #C0B2BF;
}
.AnyTagClassName
{
color: #C0B2BF;
}
</style>
background-color css
<style>
a { background-color: #C0B2BF; }
a { background-color: rgb(192,178,191); }
div.DivClassName
{
background-color: #C0B2BF;
}
.BgClassName
{
background-color: #C0B2BF;
}
</style>
border-color css
<style>
span { border-color: #C0B2BF; }
span { border-color: rgb(192,178,191); }
td.TdClassName
{
border-color: #C0B2BF;
}
.TagClassName
{
border-color: #C0B2BF;
}
</style>