Shades of Maverick #C6C1C4
Tints of Maverick #C6C1C4
RGB
CMYK
RGB Variations
Color information
#C6C1C4 (or 0xC6C1C4) is known color: Maverick. HEX triplet: C6, C1 and C4. RGB value is (198,193,196). Sum of RGB (Red+Green+Blue) = 198+193+196=587 (77% of max value = 765). Red value is 198 (77.73% from 255 or 33.73% from 587); Green value is 193 (75.78% from 255 or 32.88% from 587); Blue value is 196 (76.95% from 255 or 33.39% from 587); Max value from RGB is 198 - color contains mainly: red. Hex color #C6C1C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6C1C4 is #393E3B. Grayscale: #C2C2C2. Windows color (decimal): -3751484 or 12894662. OLE color: 12894662.
HSL color Cylindrical-coordinate representation of color #C6C1C4: hue angle of 324º degrees, saturation: 0.04, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #C6C1C4 is Cyan = 0, Magento = 0.03, Yellow = 0.01 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 193 | 196 | - |
| CMYK | 0 | 0.03 | 0.01 | 0.22 |
| HSL | 324º | 0.04% | 0.77% | - |
| HSV(B) | 324º | 0.03% | 0.78% | - |
| XYZ | 52.32 | 54.13 | 59.92 | - |
| YUV | 194.84 | 128.66 | 130.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 193 | 196 | 0 | 0.03 | 0.01 | 0.22 | 324 | 0.04 | 0.77 |
| Hex | C6 | C1 | C4 | 0 | 3 | 1 | 16 | 144 | 4 | 4D |
| Octal | 306 | 301 | 304 | 0 | 3 | 1 | 26 | 504 | 4 | 115 |
| Binary | 11000110 | 11000001 | 11000100 | 0 | 11 | 1 | 10110 | 101000100 | 100 | 1001101 |
Color Harmonies of #C6C1C4
Complementary color
Monochromatic Colors of #C6C1C4
Black with #C6C1C4
Text Example
Text Example
White with #C6C1C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6C1C4; }
p { color: rgb(198,193,196); }
H1.HeaderClassName
{
color: #C6C1C4;
}
.AnyTagClassName
{
color: #C6C1C4;
}
</style>
background-color css
<style>
a { background-color: #C6C1C4; }
a { background-color: rgb(198,193,196); }
div.DivClassName
{
background-color: #C6C1C4;
}
.BgClassName
{
background-color: #C6C1C4;
}
</style>
border-color css
<style>
span { border-color: #C6C1C4; }
span { border-color: rgb(198,193,196); }
td.TdClassName
{
border-color: #C6C1C4;
}
.TagClassName
{
border-color: #C6C1C4;
}
</style>