Shades of Maverick #C0B5BA
Tints of Maverick #C0B5BA
RGB
CMYK
RGB Variations
Color information
#C0B5BA (or 0xC0B5BA) is known color: Maverick. HEX triplet: C0, B5 and BA. RGB value is (192,181,186). Sum of RGB (Red+Green+Blue) = 192+181+186=559 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.35% from 559); Green value is 181 (71.09% from 255 or 32.38% from 559); Blue value is 186 (73.05% from 255 or 33.27% from 559); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B5BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0B5BA is #3F4A45. Grayscale: #B8B8B8. Windows color (decimal): -4147782 or 12236224. OLE color: 12236224.
HSL color Cylindrical-coordinate representation of color #C0B5BA: hue angle of 332.73º 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 #C0B5BA is Cyan = 0, Magento = 0.06, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 181 | 186 | - |
| CMYK | 0 | 0.06 | 0.03 | 0.25 |
| HSL | 332.73º | 0.08% | 0.73% | - |
| HSV(B) | 332.73º | 0.06% | 0.75% | - |
| XYZ | 47.13 | 47.8 | 53.2 | - |
| YUV | 184.86 | 128.64 | 133.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 181 | 186 | 0 | 0.06 | 0.03 | 0.25 | 332.73 | 0.08 | 0.73 |
| Hex | C0 | B5 | BA | 0 | 6 | 3 | 19 | 14D | 8 | 49 |
| Octal | 300 | 265 | 272 | 0 | 6 | 3 | 31 | 515 | 10 | 111 |
| Binary | 11000000 | 10110101 | 10111010 | 0 | 110 | 11 | 11001 | 101001101 | 1000 | 1001001 |
Color Harmonies of #C0B5BA
Complementary color
Monochromatic Colors of #C0B5BA
Black with #C0B5BA
Text Example
Text Example
White with #C0B5BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B5BA; }
p { color: rgb(192,181,186); }
H1.HeaderClassName
{
color: #C0B5BA;
}
.AnyTagClassName
{
color: #C0B5BA;
}
</style>
background-color css
<style>
a { background-color: #C0B5BA; }
a { background-color: rgb(192,181,186); }
div.DivClassName
{
background-color: #C0B5BA;
}
.BgClassName
{
background-color: #C0B5BA;
}
</style>
border-color css
<style>
span { border-color: #C0B5BA; }
span { border-color: rgb(192,181,186); }
td.TdClassName
{
border-color: #C0B5BA;
}
.TagClassName
{
border-color: #C0B5BA;
}
</style>