Shades of Lola #C0B8C0
Tints of Lola #C0B8C0
RGB
CMYK
RGB Variations
Color information
#C0B8C0 (or 0xC0B8C0) is known color: Lola. HEX triplet: C0, B8 and C0. RGB value is (192,184,192). Sum of RGB (Red+Green+Blue) = 192+184+192=568 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.80% from 568); Green value is 184 (72.27% from 255 or 32.39% from 568); Blue value is 192 (75.39% from 255 or 33.80% from 568); Max value from RGB is 192 - color contains mainly: red, blue. Hex color #C0B8C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0B8C0 is #3F473F. Grayscale: #BBBBBB. Windows color (decimal): -4147008 or 12630208. OLE color: 12630208.
HSL color Cylindrical-coordinate representation of color #C0B8C0: hue angle of 300º degrees, saturation: 0.06, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #C0B8C0 is Cyan = 0, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
RGB | 192 | 184 | 192 | - |
CMYK | 0 | 0.04 | 0 | 0.25 |
HSL | 300º | 0.06% | 0.74% | - |
HSV(B) | 300º | 0.04% | 0.75% | - |
XYZ | 48.39 | 49.29 | 56.83 | - |
YUV | 187.3 | 130.65 | 131.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 184 | 192 | 0 | 0.04 | 0 | 0.25 | 300 | 0.06 | 0.74 |
Hex | C0 | B8 | C0 | 0 | 4 | 0 | 19 | 12C | 6 | 4A |
Octal | 300 | 270 | 300 | 0 | 4 | 0 | 31 | 454 | 6 | 112 |
Binary | 11000000 | 10111000 | 11000000 | 0 | 100 | 0 | 11001 | 100101100 | 110 | 1001010 |
Color Harmonies of #C0B8C0
Complementary color
Monochromatic Colors of #C0B8C0
Black with #C0B8C0
Text Example
Text Example
White with #C0B8C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B8C0; }
p { color: rgb(192,184,192); }
H1.HeaderClassName
{
color: #C0B8C0;
}
.AnyTagClassName
{
color: #C0B8C0;
}
</style>
background-color css
<style>
a { background-color: #C0B8C0; }
a { background-color: rgb(192,184,192); }
div.DivClassName
{
background-color: #C0B8C0;
}
.BgClassName
{
background-color: #C0B8C0;
}
</style>
border-color css
<style>
span { border-color: #C0B8C0; }
span { border-color: rgb(192,184,192); }
td.TdClassName
{
border-color: #C0B8C0;
}
.TagClassName
{
border-color: #C0B8C0;
}
</style>