Shades of Lola #C0B8C2
Tints of Lola #C0B8C2
RGB
CMYK
RGB Variations
Color information
#C0B8C2 (or 0xC0B8C2) is known color: Lola. HEX triplet: C0, B8 and C2. RGB value is (192,184,194). Sum of RGB (Red+Green+Blue) = 192+184+194=570 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.68% from 570); Green value is 184 (72.27% from 255 or 32.28% from 570); Blue value is 194 (76.17% from 255 or 34.04% from 570); Max value from RGB is 194 - color contains mainly: blue. Hex color #C0B8C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0B8C2 is #3F473D. Grayscale: #BBBBBB. Windows color (decimal): -4147006 or 12761280. OLE color: 12761280.
HSL color Cylindrical-coordinate representation of color #C0B8C2: hue angle of 288º degrees, saturation: 0.08, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #C0B8C2 is Cyan = 0.01, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 192 | 184 | 194 | - |
| CMYK | 0.01 | 0.05 | 0 | 0.24 |
| HSL | 288º | 0.08% | 0.74% | - |
| HSV(B) | 288º | 0.05% | 0.76% | - |
| XYZ | 48.62 | 49.38 | 58.01 | - |
| YUV | 187.53 | 131.65 | 131.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 184 | 194 | 0.01 | 0.05 | 0 | 0.24 | 288 | 0.08 | 0.74 |
| Hex | C0 | B8 | C2 | 1 | 5 | 0 | 18 | 120 | 8 | 4A |
| Octal | 300 | 270 | 302 | 1 | 5 | 0 | 30 | 440 | 10 | 112 |
| Binary | 11000000 | 10111000 | 11000010 | 1 | 101 | 0 | 11000 | 100100000 | 1000 | 1001010 |
Color Harmonies of #C0B8C2
Complementary color
Monochromatic Colors of #C0B8C2
Black with #C0B8C2
Text Example
Text Example
White with #C0B8C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B8C2; }
p { color: rgb(192,184,194); }
H1.HeaderClassName
{
color: #C0B8C2;
}
.AnyTagClassName
{
color: #C0B8C2;
}
</style>
background-color css
<style>
a { background-color: #C0B8C2; }
a { background-color: rgb(192,184,194); }
div.DivClassName
{
background-color: #C0B8C2;
}
.BgClassName
{
background-color: #C0B8C2;
}
</style>
border-color css
<style>
span { border-color: #C0B8C2; }
span { border-color: rgb(192,184,194); }
td.TdClassName
{
border-color: #C0B8C2;
}
.TagClassName
{
border-color: #C0B8C2;
}
</style>