Shades of Maverick #C6BCC0
Tints of Maverick #C6BCC0
RGB
CMYK
RGB Variations
Color information
#C6BCC0 (or 0xC6BCC0) is known color: Maverick. HEX triplet: C6, BC and C0. RGB value is (198,188,192). Sum of RGB (Red+Green+Blue) = 198+188+192=578 (76% of max value = 765). Red value is 198 (77.73% from 255 or 34.26% from 578); Green value is 188 (73.83% from 255 or 32.53% from 578); Blue value is 192 (75.39% from 255 or 33.22% from 578); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BCC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6BCC0 is #39433F. Grayscale: #BFBFBF. Windows color (decimal): -3752768 or 12631238. OLE color: 12631238.
HSL color Cylindrical-coordinate representation of color #C6BCC0: hue angle of 336º degrees, saturation: 0.08, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #C6BCC0 is Cyan = 0, Magento = 0.05, Yellow = 0.03 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 188 | 192 | - |
| CMYK | 0 | 0.05 | 0.03 | 0.22 |
| HSL | 336º | 0.08% | 0.76% | - |
| HSV(B) | 336º | 0.05% | 0.78% | - |
| XYZ | 50.79 | 51.78 | 57.19 | - |
| YUV | 191.45 | 128.31 | 132.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 188 | 192 | 0 | 0.05 | 0.03 | 0.22 | 336 | 0.08 | 0.76 |
| Hex | C6 | BC | C0 | 0 | 5 | 3 | 16 | 150 | 8 | 4C |
| Octal | 306 | 274 | 300 | 0 | 5 | 3 | 26 | 520 | 10 | 114 |
| Binary | 11000110 | 10111100 | 11000000 | 0 | 101 | 11 | 10110 | 101010000 | 1000 | 1001100 |
Color Harmonies of #C6BCC0
Complementary color
Monochromatic Colors of #C6BCC0
Black with #C6BCC0
Text Example
Text Example
White with #C6BCC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6BCC0; }
p { color: rgb(198,188,192); }
H1.HeaderClassName
{
color: #C6BCC0;
}
.AnyTagClassName
{
color: #C6BCC0;
}
</style>
background-color css
<style>
a { background-color: #C6BCC0; }
a { background-color: rgb(198,188,192); }
div.DivClassName
{
background-color: #C6BCC0;
}
.BgClassName
{
background-color: #C6BCC0;
}
</style>
border-color css
<style>
span { border-color: #C6BCC0; }
span { border-color: rgb(198,188,192); }
td.TdClassName
{
border-color: #C6BCC0;
}
.TagClassName
{
border-color: #C6BCC0;
}
</style>