Shades of Mauve #CFACF6
Tints of Mauve #CFACF6
RGB
CMYK
RGB Variations
Color information
#CFACF6 (or 0xCFACF6) is known color: Mauve. HEX triplet: CF, AC and F6. RGB value is (207,172,246). Sum of RGB (Red+Green+Blue) = 207+172+246=625 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.12% from 625); Green value is 172 (67.58% from 255 or 27.52% from 625); Blue value is 246 (96.48% from 255 or 39.36% from 625); Max value from RGB is 246 - color contains mainly: blue. Hex color #CFACF6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFACF6 is #305309. Grayscale: #BEBEBE. Windows color (decimal): -3166986 or 16166095. OLE color: 16166095.
HSL color Cylindrical-coordinate representation of color #CFACF6: hue angle of 268.38º degrees, saturation: 0.8, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CFACF6 is Cyan = 0.16, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 207 | 172 | 246 | - |
| CMYK | 0.16 | 0.30 | 0 | 0.04 |
| HSL | 268.38º | 0.8% | 0.82% | - |
| HSV(B) | 268.38º | 0.3% | 0.96% | - |
| XYZ | 57.12 | 49.42 | 93.72 | - |
| YUV | 190.9 | 159.1 | 139.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 172 | 246 | 0.16 | 0.30 | 0 | 0.04 | 268.38 | 0.8 | 0.82 |
| Hex | CF | AC | F6 | 10 | 1E | 0 | 4 | 10C | 50 | 52 |
| Octal | 317 | 254 | 366 | 20 | 36 | 0 | 4 | 414 | 120 | 122 |
| Binary | 11001111 | 10101100 | 11110110 | 10000 | 11110 | 0 | 100 | 100001100 | 1010000 | 1010010 |
Color Harmonies of #CFACF6
Complementary color
Monochromatic Colors of #CFACF6
Black with #CFACF6
Text Example
Text Example
White with #CFACF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFACF6; }
p { color: rgb(207,172,246); }
H1.HeaderClassName
{
color: #CFACF6;
}
.AnyTagClassName
{
color: #CFACF6;
}
</style>
background-color css
<style>
a { background-color: #CFACF6; }
a { background-color: rgb(207,172,246); }
div.DivClassName
{
background-color: #CFACF6;
}
.BgClassName
{
background-color: #CFACF6;
}
</style>
border-color css
<style>
span { border-color: #CFACF6; }
span { border-color: rgb(207,172,246); }
td.TdClassName
{
border-color: #CFACF6;
}
.TagClassName
{
border-color: #CFACF6;
}
</style>