Shades of Maverick #C6A7BC
Tints of Maverick #C6A7BC
RGB
CMYK
RGB Variations
Color information
#C6A7BC (or 0xC6A7BC) is known color: Maverick. HEX triplet: C6, A7 and BC. RGB value is (198,167,188). Sum of RGB (Red+Green+Blue) = 198+167+188=553 (73% of max value = 765). Red value is 198 (77.73% from 255 or 35.80% from 553); Green value is 167 (65.62% from 255 or 30.20% from 553); Blue value is 188 (73.83% from 255 or 34.00% from 553); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A7BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C6A7BC is #395843. Grayscale: #B2B2B2. Windows color (decimal): -3758148 or 12363718. OLE color: 12363718.
HSL color Cylindrical-coordinate representation of color #C6A7BC: hue angle of 319.35º degrees, saturation: 0.21, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C6A7BC is Cyan = 0, Magento = 0.16, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 167 | 188 | - |
| CMYK | 0 | 0.16 | 0.05 | 0.22 |
| HSL | 319.35º | 0.21% | 0.72% | - |
| HSV(B) | 319.35º | 0.16% | 0.78% | - |
| XYZ | 46.18 | 43.27 | 53.5 | - |
| YUV | 178.66 | 133.27 | 141.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 167 | 188 | 0 | 0.16 | 0.05 | 0.22 | 319.35 | 0.21 | 0.72 |
| Hex | C6 | A7 | BC | 0 | 10 | 5 | 16 | 13F | 15 | 48 |
| Octal | 306 | 247 | 274 | 0 | 20 | 5 | 26 | 477 | 25 | 110 |
| Binary | 11000110 | 10100111 | 10111100 | 0 | 10000 | 101 | 10110 | 100111111 | 10101 | 1001000 |
Color Harmonies of #C6A7BC
Complementary color
Monochromatic Colors of #C6A7BC
Black with #C6A7BC
Text Example
Text Example
White with #C6A7BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6A7BC; }
p { color: rgb(198,167,188); }
H1.HeaderClassName
{
color: #C6A7BC;
}
.AnyTagClassName
{
color: #C6A7BC;
}
</style>
background-color css
<style>
a { background-color: #C6A7BC; }
a { background-color: rgb(198,167,188); }
div.DivClassName
{
background-color: #C6A7BC;
}
.BgClassName
{
background-color: #C6A7BC;
}
</style>
border-color css
<style>
span { border-color: #C6A7BC; }
span { border-color: rgb(198,167,188); }
td.TdClassName
{
border-color: #C6A7BC;
}
.TagClassName
{
border-color: #C6A7BC;
}
</style>