Shades of Maverick #C0BBBD
Tints of Maverick #C0BBBD
RGB
CMYK
RGB Variations
Color information
#C0BBBD (or 0xC0BBBD) is known color: Maverick. HEX triplet: C0, BB and BD. RGB value is (192,187,189). Sum of RGB (Red+Green+Blue) = 192+187+189=568 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.80% from 568); Green value is 187 (73.44% from 255 or 32.92% from 568); Blue value is 189 (74.22% from 255 or 33.27% from 568); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BBBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0BBBD is #3F4442. Grayscale: #BCBCBC. Windows color (decimal): -4146243 or 12434368. OLE color: 12434368.
HSL color Cylindrical-coordinate representation of color #C0BBBD: hue angle of 336º degrees, saturation: 0.04, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #C0BBBD is Cyan = 0, Magento = 0.03, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 187 | 189 | - |
| CMYK | 0 | 0.03 | 0.02 | 0.25 |
| HSL | 336º | 0.04% | 0.74% | - |
| HSV(B) | 336º | 0.03% | 0.75% | - |
| XYZ | 48.69 | 50.42 | 55.31 | - |
| YUV | 188.72 | 128.16 | 130.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 187 | 189 | 0 | 0.03 | 0.02 | 0.25 | 336 | 0.04 | 0.74 |
| Hex | C0 | BB | BD | 0 | 3 | 2 | 19 | 150 | 4 | 4A |
| Octal | 300 | 273 | 275 | 0 | 3 | 2 | 31 | 520 | 4 | 112 |
| Binary | 11000000 | 10111011 | 10111101 | 0 | 11 | 10 | 11001 | 101010000 | 100 | 1001010 |
Color Harmonies of #C0BBBD
Complementary color
Monochromatic Colors of #C0BBBD
Black with #C0BBBD
Text Example
Text Example
White with #C0BBBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BBBD; }
p { color: rgb(192,187,189); }
H1.HeaderClassName
{
color: #C0BBBD;
}
.AnyTagClassName
{
color: #C0BBBD;
}
</style>
background-color css
<style>
a { background-color: #C0BBBD; }
a { background-color: rgb(192,187,189); }
div.DivClassName
{
background-color: #C0BBBD;
}
.BgClassName
{
background-color: #C0BBBD;
}
</style>
border-color css
<style>
span { border-color: #C0BBBD; }
span { border-color: rgb(192,187,189); }
td.TdClassName
{
border-color: #C0BBBD;
}
.TagClassName
{
border-color: #C0BBBD;
}
</style>