Shades of Maverick #C7A6C0
Tints of Maverick #C7A6C0
RGB
CMYK
RGB Variations
Color information
#C7A6C0 (or 0xC7A6C0) is known color: Maverick. HEX triplet: C7, A6 and C0. RGB value is (199,166,192). Sum of RGB (Red+Green+Blue) = 199+166+192=557 (73% of max value = 765). Red value is 199 (78.12% from 255 or 35.73% from 557); Green value is 166 (65.23% from 255 or 29.80% from 557); Blue value is 192 (75.39% from 255 or 34.47% from 557); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A6C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C7A6C0 is #38593F. Grayscale: #B2B2B2. Windows color (decimal): -3692864 or 12625607. OLE color: 12625607.
HSL color Cylindrical-coordinate representation of color #C7A6C0: hue angle of 312.73º degrees, saturation: 0.23, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C7A6C0 is Cyan = 0, Magento = 0.17, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 166 | 192 | - |
| CMYK | 0 | 0.17 | 0.04 | 0.22 |
| HSL | 312.73º | 0.23% | 0.72% | - |
| HSV(B) | 312.73º | 0.17% | 0.78% | - |
| XYZ | 46.7 | 43.22 | 55.75 | - |
| YUV | 178.83 | 135.43 | 142.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 166 | 192 | 0 | 0.17 | 0.04 | 0.22 | 312.73 | 0.23 | 0.72 |
| Hex | C7 | A6 | C0 | 0 | 11 | 4 | 16 | 139 | 17 | 48 |
| Octal | 307 | 246 | 300 | 0 | 21 | 4 | 26 | 471 | 27 | 110 |
| Binary | 11000111 | 10100110 | 11000000 | 0 | 10001 | 100 | 10110 | 100111001 | 10111 | 1001000 |
Color Harmonies of #C7A6C0
Complementary color
Monochromatic Colors of #C7A6C0
Black with #C7A6C0
Text Example
Text Example
White with #C7A6C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7A6C0; }
p { color: rgb(199,166,192); }
H1.HeaderClassName
{
color: #C7A6C0;
}
.AnyTagClassName
{
color: #C7A6C0;
}
</style>
background-color css
<style>
a { background-color: #C7A6C0; }
a { background-color: rgb(199,166,192); }
div.DivClassName
{
background-color: #C7A6C0;
}
.BgClassName
{
background-color: #C7A6C0;
}
</style>
border-color css
<style>
span { border-color: #C7A6C0; }
span { border-color: rgb(199,166,192); }
td.TdClassName
{
border-color: #C7A6C0;
}
.TagClassName
{
border-color: #C7A6C0;
}
</style>