Shades of Mauve #CFA6F3
Tints of Mauve #CFA6F3
RGB
CMYK
RGB Variations
Color information
#CFA6F3 (or 0xCFA6F3) is known color: Mauve. HEX triplet: CF, A6 and F3. RGB value is (207,166,243). Sum of RGB (Red+Green+Blue) = 207+166+243=616 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.60% from 616); Green value is 166 (65.23% from 255 or 26.95% from 616); Blue value is 243 (95.31% from 255 or 39.45% from 616); Max value from RGB is 243 - color contains mainly: blue. Hex color #CFA6F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFA6F3 is #30590C. Grayscale: #BABABA. Windows color (decimal): -3168525 or 15967951. OLE color: 15967951.
HSL color Cylindrical-coordinate representation of color #CFA6F3: hue angle of 271.95º degrees, saturation: 0.76, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CFA6F3 is Cyan = 0.15, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 166 | 243 | - |
| CMYK | 0.15 | 0.32 | 0 | 0.05 |
| HSL | 271.95º | 0.76% | 0.8% | - |
| HSV(B) | 271.95º | 0.32% | 0.95% | - |
| XYZ | 55.55 | 47.01 | 90.94 | - |
| YUV | 187.04 | 159.58 | 142.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 166 | 243 | 0.15 | 0.32 | 0 | 0.05 | 271.95 | 0.76 | 0.8 |
| Hex | CF | A6 | F3 | F | 20 | 0 | 5 | 110 | 4C | 50 |
| Octal | 317 | 246 | 363 | 17 | 40 | 0 | 5 | 420 | 114 | 120 |
| Binary | 11001111 | 10100110 | 11110011 | 1111 | 100000 | 0 | 101 | 100010000 | 1001100 | 1010000 |
Color Harmonies of #CFA6F3
Complementary color
Monochromatic Colors of #CFA6F3
Black with #CFA6F3
Text Example
Text Example
White with #CFA6F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA6F3; }
p { color: rgb(207,166,243); }
H1.HeaderClassName
{
color: #CFA6F3;
}
.AnyTagClassName
{
color: #CFA6F3;
}
</style>
background-color css
<style>
a { background-color: #CFA6F3; }
a { background-color: rgb(207,166,243); }
div.DivClassName
{
background-color: #CFA6F3;
}
.BgClassName
{
background-color: #CFA6F3;
}
</style>
border-color css
<style>
span { border-color: #CFA6F3; }
span { border-color: rgb(207,166,243); }
td.TdClassName
{
border-color: #CFA6F3;
}
.TagClassName
{
border-color: #CFA6F3;
}
</style>