Shades of Maverick #C6B6C1
Tints of Maverick #C6B6C1
RGB
CMYK
RGB Variations
Color information
#C6B6C1 (or 0xC6B6C1) is known color: Maverick. HEX triplet: C6, B6 and C1. RGB value is (198,182,193). Sum of RGB (Red+Green+Blue) = 198+182+193=573 (75% of max value = 765). Red value is 198 (77.73% from 255 or 34.55% from 573); Green value is 182 (71.48% from 255 or 31.76% from 573); Blue value is 193 (75.78% from 255 or 33.68% from 573); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B6C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6B6C1 is #39493E. Grayscale: #BCBCBC. Windows color (decimal): -3754303 or 12695238. OLE color: 12695238.
HSL color Cylindrical-coordinate representation of color #C6B6C1: hue angle of 318.75º 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 #C6B6C1 is Cyan = 0, Magento = 0.08, Yellow = 0.03 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 182 | 193 | - |
| CMYK | 0 | 0.08 | 0.03 | 0.22 |
| HSL | 318.75º | 0.12% | 0.75% | - |
| HSV(B) | 318.75º | 0.08% | 0.78% | - |
| XYZ | 49.64 | 49.31 | 57.35 | - |
| YUV | 188.04 | 130.8 | 135.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 182 | 193 | 0 | 0.08 | 0.03 | 0.22 | 318.75 | 0.12 | 0.75 |
| Hex | C6 | B6 | C1 | 0 | 8 | 3 | 16 | 13F | C | 4B |
| Octal | 306 | 266 | 301 | 0 | 10 | 3 | 26 | 477 | 14 | 113 |
| Binary | 11000110 | 10110110 | 11000001 | 0 | 1000 | 11 | 10110 | 100111111 | 1100 | 1001011 |
Color Harmonies of #C6B6C1
Complementary color
Monochromatic Colors of #C6B6C1
Black with #C6B6C1
Text Example
Text Example
White with #C6B6C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6B6C1; }
p { color: rgb(198,182,193); }
H1.HeaderClassName
{
color: #C6B6C1;
}
.AnyTagClassName
{
color: #C6B6C1;
}
</style>
background-color css
<style>
a { background-color: #C6B6C1; }
a { background-color: rgb(198,182,193); }
div.DivClassName
{
background-color: #C6B6C1;
}
.BgClassName
{
background-color: #C6B6C1;
}
</style>
border-color css
<style>
span { border-color: #C6B6C1; }
span { border-color: rgb(198,182,193); }
td.TdClassName
{
border-color: #C6B6C1;
}
.TagClassName
{
border-color: #C6B6C1;
}
</style>