Shades of Maverick #C6B3C0
Tints of Maverick #C6B3C0
RGB
CMYK
RGB Variations
Color information
#C6B3C0 (or 0xC6B3C0) is known color: Maverick. HEX triplet: C6, B3 and C0. RGB value is (198,179,192). Sum of RGB (Red+Green+Blue) = 198+179+192=569 (75% of max value = 765). Red value is 198 (77.73% from 255 or 34.80% from 569); Green value is 179 (70.31% from 255 or 31.46% from 569); Blue value is 192 (75.39% from 255 or 33.74% from 569); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B3C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6B3C0 is #394C3F. Grayscale: #BABABA. Windows color (decimal): -3755072 or 12628934. OLE color: 12628934.
HSL color Cylindrical-coordinate representation of color #C6B3C0: hue angle of 318.95º 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 #C6B3C0 is Cyan = 0, Magento = 0.10, Yellow = 0.03 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 179 | 192 | - |
| CMYK | 0 | 0.10 | 0.03 | 0.22 |
| HSL | 318.95º | 0.14% | 0.74% | - |
| HSV(B) | 318.95º | 0.1% | 0.78% | - |
| XYZ | 48.92 | 48.05 | 56.57 | - |
| YUV | 186.16 | 131.29 | 136.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 179 | 192 | 0 | 0.10 | 0.03 | 0.22 | 318.95 | 0.14 | 0.74 |
| Hex | C6 | B3 | C0 | 0 | A | 3 | 16 | 13F | E | 4A |
| Octal | 306 | 263 | 300 | 0 | 12 | 3 | 26 | 477 | 16 | 112 |
| Binary | 11000110 | 10110011 | 11000000 | 0 | 1010 | 11 | 10110 | 100111111 | 1110 | 1001010 |
Color Harmonies of #C6B3C0
Complementary color
Monochromatic Colors of #C6B3C0
Black with #C6B3C0
Text Example
Text Example
White with #C6B3C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6B3C0; }
p { color: rgb(198,179,192); }
H1.HeaderClassName
{
color: #C6B3C0;
}
.AnyTagClassName
{
color: #C6B3C0;
}
</style>
background-color css
<style>
a { background-color: #C6B3C0; }
a { background-color: rgb(198,179,192); }
div.DivClassName
{
background-color: #C6B3C0;
}
.BgClassName
{
background-color: #C6B3C0;
}
</style>
border-color css
<style>
span { border-color: #C6B3C0; }
span { border-color: rgb(198,179,192); }
td.TdClassName
{
border-color: #C6B3C0;
}
.TagClassName
{
border-color: #C6B3C0;
}
</style>