Shades of Maverick #C6B3C1
Tints of Maverick #C6B3C1
RGB
CMYK
RGB Variations
Color information
#C6B3C1 (or 0xC6B3C1) is known color: Maverick. HEX triplet: C6, B3 and C1. RGB value is (198,179,193). Sum of RGB (Red+Green+Blue) = 198+179+193=570 (75% of max value = 765). Red value is 198 (77.73% from 255 or 34.74% from 570); Green value is 179 (70.31% from 255 or 31.40% from 570); Blue value is 193 (75.78% from 255 or 33.86% from 570); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B3C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6B3C1 is #394C3E. Grayscale: #BABABA. Windows color (decimal): -3755071 or 12694470. OLE color: 12694470.
HSL color Cylindrical-coordinate representation of color #C6B3C1: hue angle of 315.79º degrees, saturation: 0.14, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C6B3C1 is Cyan = 0, Magento = 0.10, Yellow = 0.03 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 179 | 193 | - |
| CMYK | 0 | 0.10 | 0.03 | 0.22 |
| HSL | 315.79º | 0.14% | 0.74% | - |
| HSV(B) | 315.79º | 0.1% | 0.78% | - |
| XYZ | 49.03 | 48.1 | 57.15 | - |
| YUV | 186.28 | 131.79 | 136.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 179 | 193 | 0 | 0.10 | 0.03 | 0.22 | 315.79 | 0.14 | 0.74 |
| Hex | C6 | B3 | C1 | 0 | A | 3 | 16 | 13C | E | 4A |
| Octal | 306 | 263 | 301 | 0 | 12 | 3 | 26 | 474 | 16 | 112 |
| Binary | 11000110 | 10110011 | 11000001 | 0 | 1010 | 11 | 10110 | 100111100 | 1110 | 1001010 |
Color Harmonies of #C6B3C1
Complementary color
Monochromatic Colors of #C6B3C1
Black with #C6B3C1
Text Example
Text Example
White with #C6B3C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6B3C1; }
p { color: rgb(198,179,193); }
H1.HeaderClassName
{
color: #C6B3C1;
}
.AnyTagClassName
{
color: #C6B3C1;
}
</style>
background-color css
<style>
a { background-color: #C6B3C1; }
a { background-color: rgb(198,179,193); }
div.DivClassName
{
background-color: #C6B3C1;
}
.BgClassName
{
background-color: #C6B3C1;
}
</style>
border-color css
<style>
span { border-color: #C6B3C1; }
span { border-color: rgb(198,179,193); }
td.TdClassName
{
border-color: #C6B3C1;
}
.TagClassName
{
border-color: #C6B3C1;
}
</style>