Shades of Mauve #C6A9FC
Tints of Mauve #C6A9FC
RGB
CMYK
RGB Variations
Color information
#C6A9FC (or 0xC6A9FC) is known color: Mauve. HEX triplet: C6, A9 and FC. RGB value is (198,169,252). Sum of RGB (Red+Green+Blue) = 198+169+252=619 (81% of max value = 765). Red value is 198 (77.73% from 255 or 31.99% from 619); Green value is 169 (66.41% from 255 or 27.30% from 619); Blue value is 252 (98.83% from 255 or 40.71% from 619); Max value from RGB is 252 - color contains mainly: blue. Hex color #C6A9FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C6A9FC is #395603. Grayscale: #BABABA. Windows color (decimal): -3757572 or 16558534. OLE color: 16558534.
HSL color Cylindrical-coordinate representation of color #C6A9FC: hue angle of 260.96º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C6A9FC is Cyan = 0.21, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 198 | 169 | 252 | - |
| CMYK | 0.21 | 0.33 | 0 | 0.01 |
| HSL | 260.96º | 0.93% | 0.83% | - |
| HSV(B) | 260.96º | 0.33% | 0.99% | - |
| XYZ | 55.05 | 47.41 | 98.35 | - |
| YUV | 187.13 | 164.61 | 135.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 169 | 252 | 0.21 | 0.33 | 0 | 0.01 | 260.96 | 0.93 | 0.83 |
| Hex | C6 | A9 | FC | 15 | 21 | 0 | 1 | 105 | 5D | 53 |
| Octal | 306 | 251 | 374 | 25 | 41 | 0 | 1 | 405 | 135 | 123 |
| Binary | 11000110 | 10101001 | 11111100 | 10101 | 100001 | 0 | 1 | 100000101 | 1011101 | 1010011 |
Color Harmonies of #C6A9FC
Complementary color
Monochromatic Colors of #C6A9FC
Black with #C6A9FC
Text Example
Text Example
White with #C6A9FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6A9FC; }
p { color: rgb(198,169,252); }
H1.HeaderClassName
{
color: #C6A9FC;
}
.AnyTagClassName
{
color: #C6A9FC;
}
</style>
background-color css
<style>
a { background-color: #C6A9FC; }
a { background-color: rgb(198,169,252); }
div.DivClassName
{
background-color: #C6A9FC;
}
.BgClassName
{
background-color: #C6A9FC;
}
</style>
border-color css
<style>
span { border-color: #C6A9FC; }
span { border-color: rgb(198,169,252); }
td.TdClassName
{
border-color: #C6A9FC;
}
.TagClassName
{
border-color: #C6A9FC;
}
</style>