Shades of Maverick #C0B0BC
Tints of Maverick #C0B0BC
RGB
CMYK
RGB Variations
Color information
#C0B0BC (or 0xC0B0BC) is known color: Maverick. HEX triplet: C0, B0 and BC. RGB value is (192,176,188). Sum of RGB (Red+Green+Blue) = 192+176+188=556 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.53% from 556); Green value is 176 (69.14% from 255 or 31.65% from 556); Blue value is 188 (73.83% from 255 or 33.81% from 556); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B0BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0B0BC is #3F4F43. Grayscale: #B6B6B6. Windows color (decimal): -4149060 or 12366016. OLE color: 12366016.
HSL color Cylindrical-coordinate representation of color #C0B0BC: hue angle of 315º degrees, saturation: 0.11, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C0B0BC is Cyan = 0, Magento = 0.08, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 176 | 188 | - |
| CMYK | 0 | 0.08 | 0.02 | 0.25 |
| HSL | 315º | 0.11% | 0.72% | - |
| HSV(B) | 315º | 0.08% | 0.75% | - |
| XYZ | 46.34 | 45.89 | 53.99 | - |
| YUV | 182.15 | 131.3 | 135.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 176 | 188 | 0 | 0.08 | 0.02 | 0.25 | 315 | 0.11 | 0.72 |
| Hex | C0 | B0 | BC | 0 | 8 | 2 | 19 | 13B | B | 48 |
| Octal | 300 | 260 | 274 | 0 | 10 | 2 | 31 | 473 | 13 | 110 |
| Binary | 11000000 | 10110000 | 10111100 | 0 | 1000 | 10 | 11001 | 100111011 | 1011 | 1001000 |
Color Harmonies of #C0B0BC
Complementary color
Monochromatic Colors of #C0B0BC
Black with #C0B0BC
Text Example
Text Example
White with #C0B0BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B0BC; }
p { color: rgb(192,176,188); }
H1.HeaderClassName
{
color: #C0B0BC;
}
.AnyTagClassName
{
color: #C0B0BC;
}
</style>
background-color css
<style>
a { background-color: #C0B0BC; }
a { background-color: rgb(192,176,188); }
div.DivClassName
{
background-color: #C0B0BC;
}
.BgClassName
{
background-color: #C0B0BC;
}
</style>
border-color css
<style>
span { border-color: #C0B0BC; }
span { border-color: rgb(192,176,188); }
td.TdClassName
{
border-color: #C0B0BC;
}
.TagClassName
{
border-color: #C0B0BC;
}
</style>