Shades of Mauve #C7A6FB
Tints of Mauve #C7A6FB
RGB
CMYK
RGB Variations
Color information
#C7A6FB (or 0xC7A6FB) is known color: Mauve. HEX triplet: C7, A6 and FB. RGB value is (199,166,251). Sum of RGB (Red+Green+Blue) = 199+166+251=616 (81% of max value = 765). Red value is 199 (78.12% from 255 or 32.31% from 616); Green value is 166 (65.23% from 255 or 26.95% from 616); Blue value is 251 (98.44% from 255 or 40.75% from 616); Max value from RGB is 251 - color contains mainly: blue. Hex color #C7A6FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C7A6FB is #385904. Grayscale: #B9B9B9. Windows color (decimal): -3692805 or 16492231. OLE color: 16492231.
HSL color Cylindrical-coordinate representation of color #C7A6FB: hue angle of 263.29º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C7A6FB is Cyan = 0.21, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 199 | 166 | 251 | - |
| CMYK | 0.21 | 0.34 | 0 | 0.02 |
| HSL | 263.29º | 0.91% | 0.82% | - |
| HSV(B) | 263.29º | 0.34% | 0.98% | - |
| XYZ | 54.6 | 46.38 | 97.34 | - |
| YUV | 185.56 | 164.93 | 137.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 166 | 251 | 0.21 | 0.34 | 0 | 0.02 | 263.29 | 0.91 | 0.82 |
| Hex | C7 | A6 | FB | 15 | 22 | 0 | 2 | 107 | 5B | 52 |
| Octal | 307 | 246 | 373 | 25 | 42 | 0 | 2 | 407 | 133 | 122 |
| Binary | 11000111 | 10100110 | 11111011 | 10101 | 100010 | 0 | 10 | 100000111 | 1011011 | 1010010 |
Color Harmonies of #C7A6FB
Complementary color
Monochromatic Colors of #C7A6FB
Black with #C7A6FB
Text Example
Text Example
White with #C7A6FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7A6FB; }
p { color: rgb(199,166,251); }
H1.HeaderClassName
{
color: #C7A6FB;
}
.AnyTagClassName
{
color: #C7A6FB;
}
</style>
background-color css
<style>
a { background-color: #C7A6FB; }
a { background-color: rgb(199,166,251); }
div.DivClassName
{
background-color: #C7A6FB;
}
.BgClassName
{
background-color: #C7A6FB;
}
</style>
border-color css
<style>
span { border-color: #C7A6FB; }
span { border-color: rgb(199,166,251); }
td.TdClassName
{
border-color: #C7A6FB;
}
.TagClassName
{
border-color: #C7A6FB;
}
</style>