Shades of Maverick #C0B5BC
Tints of Maverick #C0B5BC
RGB
CMYK
RGB Variations
Color information
#C0B5BC (or 0xC0B5BC) is known color: Maverick. HEX triplet: C0, B5 and BC. RGB value is (192,181,188). Sum of RGB (Red+Green+Blue) = 192+181+188=561 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.22% from 561); Green value is 181 (71.09% from 255 or 32.26% from 561); Blue value is 188 (73.83% from 255 or 33.51% from 561); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B5BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0B5BC is #3F4A43. Grayscale: #B9B9B9. Windows color (decimal): -4147780 or 12367296. OLE color: 12367296.
HSL color Cylindrical-coordinate representation of color #C0B5BC: hue angle of 321.82º degrees, saturation: 0.08, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #C0B5BC is Cyan = 0, Magento = 0.06, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 181 | 188 | - |
| CMYK | 0 | 0.06 | 0.02 | 0.25 |
| HSL | 321.82º | 0.08% | 0.73% | - |
| HSV(B) | 321.82º | 0.06% | 0.75% | - |
| XYZ | 47.34 | 47.89 | 54.32 | - |
| YUV | 185.09 | 129.64 | 132.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 181 | 188 | 0 | 0.06 | 0.02 | 0.25 | 321.82 | 0.08 | 0.73 |
| Hex | C0 | B5 | BC | 0 | 6 | 2 | 19 | 142 | 8 | 49 |
| Octal | 300 | 265 | 274 | 0 | 6 | 2 | 31 | 502 | 10 | 111 |
| Binary | 11000000 | 10110101 | 10111100 | 0 | 110 | 10 | 11001 | 101000010 | 1000 | 1001001 |
Color Harmonies of #C0B5BC
Complementary color
Monochromatic Colors of #C0B5BC
Black with #C0B5BC
Text Example
Text Example
White with #C0B5BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B5BC; }
p { color: rgb(192,181,188); }
H1.HeaderClassName
{
color: #C0B5BC;
}
.AnyTagClassName
{
color: #C0B5BC;
}
</style>
background-color css
<style>
a { background-color: #C0B5BC; }
a { background-color: rgb(192,181,188); }
div.DivClassName
{
background-color: #C0B5BC;
}
.BgClassName
{
background-color: #C0B5BC;
}
</style>
border-color css
<style>
span { border-color: #C0B5BC; }
span { border-color: rgb(192,181,188); }
td.TdClassName
{
border-color: #C0B5BC;
}
.TagClassName
{
border-color: #C0B5BC;
}
</style>