Shades of Mauve #C9A0FE
Tints of Mauve #C9A0FE
RGB
CMYK
RGB Variations
Color information
#C9A0FE (or 0xC9A0FE) is known color: Mauve. HEX triplet: C9, A0 and FE. RGB value is (201,160,254). Sum of RGB (Red+Green+Blue) = 201+160+254=615 (81% of max value = 765). Red value is 201 (78.91% from 255 or 32.68% from 615); Green value is 160 (62.89% from 255 or 26.02% from 615); Blue value is 254 (99.61% from 255 or 41.30% from 615); Max value from RGB is 254 - color contains mainly: blue. Hex color #C9A0FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C9A0FE is #365F01. Grayscale: #B6B6B6. Windows color (decimal): -3563266 or 16687305. OLE color: 16687305.
HSL color Cylindrical-coordinate representation of color #C9A0FE: hue angle of 266.17º 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 #C9A0FE is Cyan = 0.21, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 201 | 160 | 254 | - |
| CMYK | 0.21 | 0.37 | 0 | 0.00 |
| HSL | 266.17º | 0.98% | 0.81% | - |
| HSV(B) | 266.17º | 0.37% | 1% | - |
| XYZ | 54.55 | 44.71 | 99.52 | - |
| YUV | 182.98 | 168.08 | 140.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 160 | 254 | 0.21 | 0.37 | 0 | 0.00 | 266.17 | 0.98 | 0.81 |
| Hex | C9 | A0 | FE | 15 | 25 | 0 | 0 | 10A | 62 | 51 |
| Octal | 311 | 240 | 376 | 25 | 45 | 0 | 0 | 412 | 142 | 121 |
| Binary | 11001001 | 10100000 | 11111110 | 10101 | 100101 | 0 | 0 | 100001010 | 1100010 | 1010001 |
Color Harmonies of #C9A0FE
Complementary color
Monochromatic Colors of #C9A0FE
Black with #C9A0FE
Text Example
Text Example
White with #C9A0FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9A0FE; }
p { color: rgb(201,160,254); }
H1.HeaderClassName
{
color: #C9A0FE;
}
.AnyTagClassName
{
color: #C9A0FE;
}
</style>
background-color css
<style>
a { background-color: #C9A0FE; }
a { background-color: rgb(201,160,254); }
div.DivClassName
{
background-color: #C9A0FE;
}
.BgClassName
{
background-color: #C9A0FE;
}
</style>
border-color css
<style>
span { border-color: #C9A0FE; }
span { border-color: rgb(201,160,254); }
td.TdClassName
{
border-color: #C9A0FE;
}
.TagClassName
{
border-color: #C9A0FE;
}
</style>