Shades of Maverick #C0B7BC
Tints of Maverick #C0B7BC
RGB
CMYK
RGB Variations
Color information
#C0B7BC (or 0xC0B7BC) is known color: Maverick. HEX triplet: C0, B7 and BC. RGB value is (192,183,188). Sum of RGB (Red+Green+Blue) = 192+183+188=563 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.10% from 563); Green value is 183 (71.88% from 255 or 32.50% from 563); Blue value is 188 (73.83% from 255 or 33.39% from 563); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B7BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0B7BC is #3F4843. Grayscale: #BABABA. Windows color (decimal): -4147268 or 12367808. OLE color: 12367808.
HSL color Cylindrical-coordinate representation of color #C0B7BC: hue angle of 326.67º degrees, saturation: 0.07, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #C0B7BC is Cyan = 0, Magento = 0.05, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 183 | 188 | - |
| CMYK | 0 | 0.05 | 0.02 | 0.25 |
| HSL | 326.67º | 0.07% | 0.74% | - |
| HSV(B) | 326.67º | 0.05% | 0.75% | - |
| XYZ | 47.75 | 48.7 | 54.46 | - |
| YUV | 186.26 | 128.98 | 132.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 183 | 188 | 0 | 0.05 | 0.02 | 0.25 | 326.67 | 0.07 | 0.74 |
| Hex | C0 | B7 | BC | 0 | 5 | 2 | 19 | 147 | 7 | 4A |
| Octal | 300 | 267 | 274 | 0 | 5 | 2 | 31 | 507 | 7 | 112 |
| Binary | 11000000 | 10110111 | 10111100 | 0 | 101 | 10 | 11001 | 101000111 | 111 | 1001010 |
Color Harmonies of #C0B7BC
Complementary color
Monochromatic Colors of #C0B7BC
Black with #C0B7BC
Text Example
Text Example
White with #C0B7BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B7BC; }
p { color: rgb(192,183,188); }
H1.HeaderClassName
{
color: #C0B7BC;
}
.AnyTagClassName
{
color: #C0B7BC;
}
</style>
background-color css
<style>
a { background-color: #C0B7BC; }
a { background-color: rgb(192,183,188); }
div.DivClassName
{
background-color: #C0B7BC;
}
.BgClassName
{
background-color: #C0B7BC;
}
</style>
border-color css
<style>
span { border-color: #C0B7BC; }
span { border-color: rgb(192,183,188); }
td.TdClassName
{
border-color: #C0B7BC;
}
.TagClassName
{
border-color: #C0B7BC;
}
</style>