Shades of Maverick #C0B6BD
Tints of Maverick #C0B6BD
RGB
CMYK
RGB Variations
Color information
#C0B6BD (or 0xC0B6BD) is known color: Maverick. HEX triplet: C0, B6 and BD. RGB value is (192,182,189). Sum of RGB (Red+Green+Blue) = 192+182+189=563 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.10% from 563); Green value is 182 (71.48% from 255 or 32.33% from 563); Blue value is 189 (74.22% from 255 or 33.57% from 563); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B6BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0B6BD is #3F4942. Grayscale: #B9B9B9. Windows color (decimal): -4147523 or 12433088. OLE color: 12433088.
HSL color Cylindrical-coordinate representation of color #C0B6BD: hue angle of 318º degrees, saturation: 0.07, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #C0B6BD is Cyan = 0, Magento = 0.05, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 182 | 189 | - |
| CMYK | 0 | 0.05 | 0.02 | 0.25 |
| HSL | 318º | 0.07% | 0.73% | - |
| HSV(B) | 318º | 0.05% | 0.75% | - |
| XYZ | 47.65 | 48.34 | 54.96 | - |
| YUV | 185.79 | 129.81 | 132.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 182 | 189 | 0 | 0.05 | 0.02 | 0.25 | 318 | 0.07 | 0.73 |
| Hex | C0 | B6 | BD | 0 | 5 | 2 | 19 | 13E | 7 | 49 |
| Octal | 300 | 266 | 275 | 0 | 5 | 2 | 31 | 476 | 7 | 111 |
| Binary | 11000000 | 10110110 | 10111101 | 0 | 101 | 10 | 11001 | 100111110 | 111 | 1001001 |
Color Harmonies of #C0B6BD
Complementary color
Monochromatic Colors of #C0B6BD
Black with #C0B6BD
Text Example
Text Example
White with #C0B6BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B6BD; }
p { color: rgb(192,182,189); }
H1.HeaderClassName
{
color: #C0B6BD;
}
.AnyTagClassName
{
color: #C0B6BD;
}
</style>
background-color css
<style>
a { background-color: #C0B6BD; }
a { background-color: rgb(192,182,189); }
div.DivClassName
{
background-color: #C0B6BD;
}
.BgClassName
{
background-color: #C0B6BD;
}
</style>
border-color css
<style>
span { border-color: #C0B6BD; }
span { border-color: rgb(192,182,189); }
td.TdClassName
{
border-color: #C0B6BD;
}
.TagClassName
{
border-color: #C0B6BD;
}
</style>