Shades of Maverick #C7A6BB
Tints of Maverick #C7A6BB
RGB
CMYK
RGB Variations
Color information
#C7A6BB (or 0xC7A6BB) is known color: Maverick. HEX triplet: C7, A6 and BB. RGB value is (199,166,187). Sum of RGB (Red+Green+Blue) = 199+166+187=552 (73% of max value = 765). Red value is 199 (78.12% from 255 or 36.05% from 552); Green value is 166 (65.23% from 255 or 30.07% from 552); Blue value is 187 (73.44% from 255 or 33.88% from 552); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A6BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C7A6BB is #385944. Grayscale: #B2B2B2. Windows color (decimal): -3692869 or 12297927. OLE color: 12297927.
HSL color Cylindrical-coordinate representation of color #C7A6BB: hue angle of 321.82º 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 #C7A6BB is Cyan = 0, Magento = 0.17, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 166 | 187 | - |
| CMYK | 0 | 0.17 | 0.06 | 0.22 |
| HSL | 321.82º | 0.23% | 0.72% | - |
| HSV(B) | 321.82º | 0.17% | 0.78% | - |
| XYZ | 46.16 | 43 | 52.88 | - |
| YUV | 178.26 | 132.93 | 142.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 166 | 187 | 0 | 0.17 | 0.06 | 0.22 | 321.82 | 0.23 | 0.72 |
| Hex | C7 | A6 | BB | 0 | 11 | 6 | 16 | 142 | 17 | 48 |
| Octal | 307 | 246 | 273 | 0 | 21 | 6 | 26 | 502 | 27 | 110 |
| Binary | 11000111 | 10100110 | 10111011 | 0 | 10001 | 110 | 10110 | 101000010 | 10111 | 1001000 |
Color Harmonies of #C7A6BB
Complementary color
Monochromatic Colors of #C7A6BB
Black with #C7A6BB
Text Example
Text Example
White with #C7A6BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7A6BB; }
p { color: rgb(199,166,187); }
H1.HeaderClassName
{
color: #C7A6BB;
}
.AnyTagClassName
{
color: #C7A6BB;
}
</style>
background-color css
<style>
a { background-color: #C7A6BB; }
a { background-color: rgb(199,166,187); }
div.DivClassName
{
background-color: #C7A6BB;
}
.BgClassName
{
background-color: #C7A6BB;
}
</style>
border-color css
<style>
span { border-color: #C7A6BB; }
span { border-color: rgb(199,166,187); }
td.TdClassName
{
border-color: #C7A6BB;
}
.TagClassName
{
border-color: #C7A6BB;
}
</style>