Shades of Mauve #C4A0FE
Tints of Mauve #C4A0FE
RGB
CMYK
RGB Variations
Color information
#C4A0FE (or 0xC4A0FE) is known color: Mauve. HEX triplet: C4, A0 and FE. RGB value is (196,160,254). Sum of RGB (Red+Green+Blue) = 196+160+254=610 (80% of max value = 765). Red value is 196 (76.95% from 255 or 32.13% from 610); Green value is 160 (62.89% from 255 or 26.23% from 610); Blue value is 254 (99.61% from 255 or 41.64% from 610); Max value from RGB is 254 - color contains mainly: blue. Hex color #C4A0FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C4A0FE is #3B5F01. Grayscale: #B5B5B5. Windows color (decimal): -3890946 or 16687300. OLE color: 16687300.
HSL color Cylindrical-coordinate representation of color #C4A0FE: hue angle of 262.98º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C4A0FE is Cyan = 0.23, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 196 | 160 | 254 | - |
| CMYK | 0.23 | 0.37 | 0 | 0.00 |
| HSL | 262.98º | 0.98% | 0.81% | - |
| HSV(B) | 262.98º | 0.37% | 1% | - |
| XYZ | 53.23 | 44.03 | 99.46 | - |
| YUV | 181.48 | 168.93 | 138.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 160 | 254 | 0.23 | 0.37 | 0 | 0.00 | 262.98 | 0.98 | 0.81 |
| Hex | C4 | A0 | FE | 17 | 25 | 0 | 0 | 107 | 62 | 51 |
| Octal | 304 | 240 | 376 | 27 | 45 | 0 | 0 | 407 | 142 | 121 |
| Binary | 11000100 | 10100000 | 11111110 | 10111 | 100101 | 0 | 0 | 100000111 | 1100010 | 1010001 |
Color Harmonies of #C4A0FE
Complementary color
Monochromatic Colors of #C4A0FE
Black with #C4A0FE
Text Example
Text Example
White with #C4A0FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4A0FE; }
p { color: rgb(196,160,254); }
H1.HeaderClassName
{
color: #C4A0FE;
}
.AnyTagClassName
{
color: #C4A0FE;
}
</style>
background-color css
<style>
a { background-color: #C4A0FE; }
a { background-color: rgb(196,160,254); }
div.DivClassName
{
background-color: #C4A0FE;
}
.BgClassName
{
background-color: #C4A0FE;
}
</style>
border-color css
<style>
span { border-color: #C4A0FE; }
span { border-color: rgb(196,160,254); }
td.TdClassName
{
border-color: #C4A0FE;
}
.TagClassName
{
border-color: #C4A0FE;
}
</style>