Shades of Maverick #C6BFC5
Tints of Maverick #C6BFC5
RGB
CMYK
RGB Variations
Color information
#C6BFC5 (or 0xC6BFC5) is known color: Maverick. HEX triplet: C6, BF and C5. RGB value is (198,191,197). Sum of RGB (Red+Green+Blue) = 198+191+197=586 (77% of max value = 765). Red value is 198 (77.73% from 255 or 33.79% from 586); Green value is 191 (75% from 255 or 32.59% from 586); Blue value is 197 (77.34% from 255 or 33.62% from 586); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BFC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6BFC5 is #39403A. Grayscale: #C1C1C1. Windows color (decimal): -3751995 or 12959686. OLE color: 12959686.
HSL color Cylindrical-coordinate representation of color #C6BFC5: hue angle of 308.57º degrees, saturation: 0.06, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #C6BFC5 is Cyan = 0, Magento = 0.04, Yellow = 0.01 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 191 | 197 | - |
| CMYK | 0 | 0.04 | 0.01 | 0.22 |
| HSL | 308.57º | 0.06% | 0.76% | - |
| HSV(B) | 308.57º | 0.04% | 0.78% | - |
| XYZ | 52 | 53.3 | 60.37 | - |
| YUV | 193.78 | 129.82 | 131.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 191 | 197 | 0 | 0.04 | 0.01 | 0.22 | 308.57 | 0.06 | 0.76 |
| Hex | C6 | BF | C5 | 0 | 4 | 1 | 16 | 135 | 6 | 4C |
| Octal | 306 | 277 | 305 | 0 | 4 | 1 | 26 | 465 | 6 | 114 |
| Binary | 11000110 | 10111111 | 11000101 | 0 | 100 | 1 | 10110 | 100110101 | 110 | 1001100 |
Color Harmonies of #C6BFC5
Complementary color
Monochromatic Colors of #C6BFC5
Black with #C6BFC5
Text Example
Text Example
White with #C6BFC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6BFC5; }
p { color: rgb(198,191,197); }
H1.HeaderClassName
{
color: #C6BFC5;
}
.AnyTagClassName
{
color: #C6BFC5;
}
</style>
background-color css
<style>
a { background-color: #C6BFC5; }
a { background-color: rgb(198,191,197); }
div.DivClassName
{
background-color: #C6BFC5;
}
.BgClassName
{
background-color: #C6BFC5;
}
</style>
border-color css
<style>
span { border-color: #C6BFC5; }
span { border-color: rgb(198,191,197); }
td.TdClassName
{
border-color: #C6BFC5;
}
.TagClassName
{
border-color: #C6BFC5;
}
</style>