Shades of Maverick #C6BBC5
Tints of Maverick #C6BBC5
RGB
CMYK
RGB Variations
Color information
#C6BBC5 (or 0xC6BBC5) is known color: Maverick. HEX triplet: C6, BB and C5. RGB value is (198,187,197). Sum of RGB (Red+Green+Blue) = 198+187+197=582 (77% of max value = 765). Red value is 198 (77.73% from 255 or 34.02% from 582); Green value is 187 (73.44% from 255 or 32.13% from 582); Blue value is 197 (77.34% from 255 or 33.85% from 582); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BBC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6BBC5 is #39443A. Grayscale: #BFBFBF. Windows color (decimal): -3753019 or 12958662. OLE color: 12958662.
HSL color Cylindrical-coordinate representation of color #C6BBC5: hue angle of 305.45º degrees, saturation: 0.09, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #C6BBC5 is Cyan = 0, Magento = 0.06, Yellow = 0.01 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 187 | 197 | - |
| CMYK | 0 | 0.06 | 0.01 | 0.22 |
| HSL | 305.45º | 0.09% | 0.75% | - |
| HSV(B) | 305.45º | 0.06% | 0.78% | - |
| XYZ | 51.14 | 51.58 | 60.08 | - |
| YUV | 191.43 | 131.14 | 132.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 187 | 197 | 0 | 0.06 | 0.01 | 0.22 | 305.45 | 0.09 | 0.75 |
| Hex | C6 | BB | C5 | 0 | 6 | 1 | 16 | 131 | 9 | 4B |
| Octal | 306 | 273 | 305 | 0 | 6 | 1 | 26 | 461 | 11 | 113 |
| Binary | 11000110 | 10111011 | 11000101 | 0 | 110 | 1 | 10110 | 100110001 | 1001 | 1001011 |
Color Harmonies of #C6BBC5
Complementary color
Monochromatic Colors of #C6BBC5
Black with #C6BBC5
Text Example
Text Example
White with #C6BBC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6BBC5; }
p { color: rgb(198,187,197); }
H1.HeaderClassName
{
color: #C6BBC5;
}
.AnyTagClassName
{
color: #C6BBC5;
}
</style>
background-color css
<style>
a { background-color: #C6BBC5; }
a { background-color: rgb(198,187,197); }
div.DivClassName
{
background-color: #C6BBC5;
}
.BgClassName
{
background-color: #C6BBC5;
}
</style>
border-color css
<style>
span { border-color: #C6BBC5; }
span { border-color: rgb(198,187,197); }
td.TdClassName
{
border-color: #C6BBC5;
}
.TagClassName
{
border-color: #C6BBC5;
}
</style>