Shades of Mauve #C4A6FE
Tints of Mauve #C4A6FE
RGB
CMYK
RGB Variations
Color information
#C4A6FE (or 0xC4A6FE) is known color: Mauve. HEX triplet: C4, A6 and FE. RGB value is (196,166,254). Sum of RGB (Red+Green+Blue) = 196+166+254=616 (81% of max value = 765). Red value is 196 (76.95% from 255 or 31.82% from 616); Green value is 166 (65.23% from 255 or 26.95% from 616); Blue value is 254 (99.61% from 255 or 41.23% from 616); Max value from RGB is 254 - color contains mainly: blue. Hex color #C4A6FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C4A6FE is #3B5901. Grayscale: #B8B8B8. Windows color (decimal): -3889410 or 16688836. OLE color: 16688836.
HSL color Cylindrical-coordinate representation of color #C4A6FE: hue angle of 260.45º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C4A6FE is Cyan = 0.23, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 196 | 166 | 254 | - |
| CMYK | 0.23 | 0.35 | 0 | 0.00 |
| HSL | 260.45º | 0.98% | 0.82% | - |
| HSV(B) | 260.45º | 0.35% | 1% | - |
| XYZ | 54.29 | 46.16 | 99.82 | - |
| YUV | 185 | 166.94 | 135.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 166 | 254 | 0.23 | 0.35 | 0 | 0.00 | 260.45 | 0.98 | 0.82 |
| Hex | C4 | A6 | FE | 17 | 23 | 0 | 0 | 104 | 62 | 52 |
| Octal | 304 | 246 | 376 | 27 | 43 | 0 | 0 | 404 | 142 | 122 |
| Binary | 11000100 | 10100110 | 11111110 | 10111 | 100011 | 0 | 0 | 100000100 | 1100010 | 1010010 |
Color Harmonies of #C4A6FE
Complementary color
Monochromatic Colors of #C4A6FE
Black with #C4A6FE
Text Example
Text Example
White with #C4A6FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4A6FE; }
p { color: rgb(196,166,254); }
H1.HeaderClassName
{
color: #C4A6FE;
}
.AnyTagClassName
{
color: #C4A6FE;
}
</style>
background-color css
<style>
a { background-color: #C4A6FE; }
a { background-color: rgb(196,166,254); }
div.DivClassName
{
background-color: #C4A6FE;
}
.BgClassName
{
background-color: #C4A6FE;
}
</style>
border-color css
<style>
span { border-color: #C4A6FE; }
span { border-color: rgb(196,166,254); }
td.TdClassName
{
border-color: #C4A6FE;
}
.TagClassName
{
border-color: #C4A6FE;
}
</style>