Shades of Maverick #C0BBBE
Tints of Maverick #C0BBBE
RGB
CMYK
RGB Variations
Color information
#C0BBBE (or 0xC0BBBE) is known color: Maverick. HEX triplet: C0, BB and BE. RGB value is (192,187,190). Sum of RGB (Red+Green+Blue) = 192+187+190=569 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.74% from 569); Green value is 187 (73.44% from 255 or 32.86% from 569); Blue value is 190 (74.61% from 255 or 33.39% from 569); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BBBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0BBBE is #3F4441. Grayscale: #BCBCBC. Windows color (decimal): -4146242 or 12499904. OLE color: 12499904.
HSL color Cylindrical-coordinate representation of color #C0BBBE: hue angle of 324º 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 #C0BBBE is Cyan = 0, Magento = 0.03, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 187 | 190 | - |
| CMYK | 0 | 0.03 | 0.01 | 0.25 |
| HSL | 324º | 0.04% | 0.74% | - |
| HSV(B) | 324º | 0.03% | 0.75% | - |
| XYZ | 48.8 | 50.46 | 55.88 | - |
| YUV | 188.84 | 128.66 | 130.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 187 | 190 | 0 | 0.03 | 0.01 | 0.25 | 324 | 0.04 | 0.74 |
| Hex | C0 | BB | BE | 0 | 3 | 1 | 19 | 144 | 4 | 4A |
| Octal | 300 | 273 | 276 | 0 | 3 | 1 | 31 | 504 | 4 | 112 |
| Binary | 11000000 | 10111011 | 10111110 | 0 | 11 | 1 | 11001 | 101000100 | 100 | 1001010 |
Color Harmonies of #C0BBBE
Complementary color
Monochromatic Colors of #C0BBBE
Black with #C0BBBE
Text Example
Text Example
White with #C0BBBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BBBE; }
p { color: rgb(192,187,190); }
H1.HeaderClassName
{
color: #C0BBBE;
}
.AnyTagClassName
{
color: #C0BBBE;
}
</style>
background-color css
<style>
a { background-color: #C0BBBE; }
a { background-color: rgb(192,187,190); }
div.DivClassName
{
background-color: #C0BBBE;
}
.BgClassName
{
background-color: #C0BBBE;
}
</style>
border-color css
<style>
span { border-color: #C0BBBE; }
span { border-color: rgb(192,187,190); }
td.TdClassName
{
border-color: #C0BBBE;
}
.TagClassName
{
border-color: #C0BBBE;
}
</style>