Shades of Mauve #C8A6FA
Tints of Mauve #C8A6FA
RGB
CMYK
RGB Variations
Color information
#C8A6FA (or 0xC8A6FA) is known color: Mauve. HEX triplet: C8, A6 and FA. RGB value is (200,166,250). Sum of RGB (Red+Green+Blue) = 200+166+250=616 (81% of max value = 765). Red value is 200 (78.52% from 255 or 32.47% from 616); Green value is 166 (65.23% from 255 or 26.95% from 616); Blue value is 250 (98.05% from 255 or 40.58% from 616); Max value from RGB is 250 - color contains mainly: blue. Hex color #C8A6FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C8A6FA is #375905. Grayscale: #B9B9B9. Windows color (decimal): -3627270 or 16426696. OLE color: 16426696.
HSL color Cylindrical-coordinate representation of color #C8A6FA: hue angle of 264.29º degrees, saturation: 0.89, 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 #C8A6FA is Cyan = 0.2, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 200 | 166 | 250 | - |
| CMYK | 0.2 | 0.34 | 0 | 0.02 |
| HSL | 264.29º | 0.89% | 0.82% | - |
| HSV(B) | 264.29º | 0.34% | 0.98% | - |
| XYZ | 54.71 | 46.45 | 96.53 | - |
| YUV | 185.74 | 164.26 | 138.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 166 | 250 | 0.2 | 0.34 | 0 | 0.02 | 264.29 | 0.89 | 0.82 |
| Hex | C8 | A6 | FA | 14 | 22 | 0 | 2 | 108 | 59 | 52 |
| Octal | 310 | 246 | 372 | 24 | 42 | 0 | 2 | 410 | 131 | 122 |
| Binary | 11001000 | 10100110 | 11111010 | 10100 | 100010 | 0 | 10 | 100001000 | 1011001 | 1010010 |
Color Harmonies of #C8A6FA
Complementary color
Monochromatic Colors of #C8A6FA
Black with #C8A6FA
Text Example
Text Example
White with #C8A6FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A6FA; }
p { color: rgb(200,166,250); }
H1.HeaderClassName
{
color: #C8A6FA;
}
.AnyTagClassName
{
color: #C8A6FA;
}
</style>
background-color css
<style>
a { background-color: #C8A6FA; }
a { background-color: rgb(200,166,250); }
div.DivClassName
{
background-color: #C8A6FA;
}
.BgClassName
{
background-color: #C8A6FA;
}
</style>
border-color css
<style>
span { border-color: #C8A6FA; }
span { border-color: rgb(200,166,250); }
td.TdClassName
{
border-color: #C8A6FA;
}
.TagClassName
{
border-color: #C8A6FA;
}
</style>