Shades of Maverick #C0BBBF
Tints of Maverick #C0BBBF
RGB
CMYK
RGB Variations
Color information
#C0BBBF (or 0xC0BBBF) is known color: Maverick. HEX triplet: C0, BB and BF. RGB value is (192,187,191). Sum of RGB (Red+Green+Blue) = 192+187+191=570 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.68% from 570); Green value is 187 (73.44% from 255 or 32.81% from 570); Blue value is 191 (75% from 255 or 33.51% from 570); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BBBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0BBBF is #3F4440. Grayscale: #BCBCBC. Windows color (decimal): -4146241 or 12565440. OLE color: 12565440.
HSL color Cylindrical-coordinate representation of color #C0BBBF: hue angle of 312º 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 #C0BBBF is Cyan = 0, Magento = 0.03, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 187 | 191 | - |
| CMYK | 0 | 0.03 | 0.01 | 0.25 |
| HSL | 312º | 0.04% | 0.74% | - |
| HSV(B) | 312º | 0.03% | 0.75% | - |
| XYZ | 48.91 | 50.51 | 56.46 | - |
| YUV | 188.95 | 129.16 | 130.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 187 | 191 | 0 | 0.03 | 0.01 | 0.25 | 312 | 0.04 | 0.74 |
| Hex | C0 | BB | BF | 0 | 3 | 1 | 19 | 138 | 4 | 4A |
| Octal | 300 | 273 | 277 | 0 | 3 | 1 | 31 | 470 | 4 | 112 |
| Binary | 11000000 | 10111011 | 10111111 | 0 | 11 | 1 | 11001 | 100111000 | 100 | 1001010 |
Color Harmonies of #C0BBBF
Complementary color
Monochromatic Colors of #C0BBBF
Black with #C0BBBF
Text Example
Text Example
White with #C0BBBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BBBF; }
p { color: rgb(192,187,191); }
H1.HeaderClassName
{
color: #C0BBBF;
}
.AnyTagClassName
{
color: #C0BBBF;
}
</style>
background-color css
<style>
a { background-color: #C0BBBF; }
a { background-color: rgb(192,187,191); }
div.DivClassName
{
background-color: #C0BBBF;
}
.BgClassName
{
background-color: #C0BBBF;
}
</style>
border-color css
<style>
span { border-color: #C0BBBF; }
span { border-color: rgb(192,187,191); }
td.TdClassName
{
border-color: #C0BBBF;
}
.TagClassName
{
border-color: #C0BBBF;
}
</style>