Shades of Maverick #C6B6BC
Tints of Maverick #C6B6BC
RGB
CMYK
RGB Variations
Color information
#C6B6BC (or 0xC6B6BC) is known color: Maverick. HEX triplet: C6, B6 and BC. RGB value is (198,182,188). Sum of RGB (Red+Green+Blue) = 198+182+188=568 (75% of max value = 765). Red value is 198 (77.73% from 255 or 34.86% from 568); Green value is 182 (71.48% from 255 or 32.04% from 568); Blue value is 188 (73.83% from 255 or 33.10% from 568); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B6BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6B6BC is #394943. Grayscale: #BBBBBB. Windows color (decimal): -3754308 or 12367558. OLE color: 12367558.
HSL color Cylindrical-coordinate representation of color #C6B6BC: hue angle of 337.5º degrees, saturation: 0.12, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C6B6BC is Cyan = 0, Magento = 0.08, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 182 | 188 | - |
| CMYK | 0 | 0.08 | 0.05 | 0.22 |
| HSL | 337.5º | 0.12% | 0.75% | - |
| HSV(B) | 337.5º | 0.08% | 0.78% | - |
| XYZ | 49.09 | 49.09 | 54.47 | - |
| YUV | 187.47 | 128.3 | 135.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 182 | 188 | 0 | 0.08 | 0.05 | 0.22 | 337.5 | 0.12 | 0.75 |
| Hex | C6 | B6 | BC | 0 | 8 | 5 | 16 | 152 | C | 4B |
| Octal | 306 | 266 | 274 | 0 | 10 | 5 | 26 | 522 | 14 | 113 |
| Binary | 11000110 | 10110110 | 10111100 | 0 | 1000 | 101 | 10110 | 101010010 | 1100 | 1001011 |
Color Harmonies of #C6B6BC
Complementary color
Monochromatic Colors of #C6B6BC
Black with #C6B6BC
Text Example
Text Example
White with #C6B6BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6B6BC; }
p { color: rgb(198,182,188); }
H1.HeaderClassName
{
color: #C6B6BC;
}
.AnyTagClassName
{
color: #C6B6BC;
}
</style>
background-color css
<style>
a { background-color: #C6B6BC; }
a { background-color: rgb(198,182,188); }
div.DivClassName
{
background-color: #C6B6BC;
}
.BgClassName
{
background-color: #C6B6BC;
}
</style>
border-color css
<style>
span { border-color: #C6B6BC; }
span { border-color: rgb(198,182,188); }
td.TdClassName
{
border-color: #C6B6BC;
}
.TagClassName
{
border-color: #C6B6BC;
}
</style>