Shades of Mauve #CBA7F6
Tints of Mauve #CBA7F6
RGB
CMYK
RGB Variations
Color information
#CBA7F6 (or 0xCBA7F6) is known color: Mauve. HEX triplet: CB, A7 and F6. RGB value is (203,167,246). Sum of RGB (Red+Green+Blue) = 203+167+246=616 (81% of max value = 765). Red value is 203 (79.69% from 255 or 32.95% from 616); Green value is 167 (65.62% from 255 or 27.11% from 616); Blue value is 246 (96.48% from 255 or 39.94% from 616); Max value from RGB is 246 - color contains mainly: blue. Hex color #CBA7F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBA7F6 is #345809. Grayscale: #BABABA. Windows color (decimal): -3430410 or 16164811. OLE color: 16164811.
HSL color Cylindrical-coordinate representation of color #CBA7F6: hue angle of 267.34º degrees, saturation: 0.81, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CBA7F6 is Cyan = 0.17, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 203 | 167 | 246 | - |
| CMYK | 0.17 | 0.32 | 0 | 0.04 |
| HSL | 267.34º | 0.81% | 0.81% | - |
| HSV(B) | 267.34º | 0.32% | 0.96% | - |
| XYZ | 55.08 | 46.99 | 93.36 | - |
| YUV | 186.77 | 161.43 | 139.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 167 | 246 | 0.17 | 0.32 | 0 | 0.04 | 267.34 | 0.81 | 0.81 |
| Hex | CB | A7 | F6 | 11 | 20 | 0 | 4 | 10B | 51 | 51 |
| Octal | 313 | 247 | 366 | 21 | 40 | 0 | 4 | 413 | 121 | 121 |
| Binary | 11001011 | 10100111 | 11110110 | 10001 | 100000 | 0 | 100 | 100001011 | 1010001 | 1010001 |
Color Harmonies of #CBA7F6
Complementary color
Monochromatic Colors of #CBA7F6
Black with #CBA7F6
Text Example
Text Example
White with #CBA7F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA7F6; }
p { color: rgb(203,167,246); }
H1.HeaderClassName
{
color: #CBA7F6;
}
.AnyTagClassName
{
color: #CBA7F6;
}
</style>
background-color css
<style>
a { background-color: #CBA7F6; }
a { background-color: rgb(203,167,246); }
div.DivClassName
{
background-color: #CBA7F6;
}
.BgClassName
{
background-color: #CBA7F6;
}
</style>
border-color css
<style>
span { border-color: #CBA7F6; }
span { border-color: rgb(203,167,246); }
td.TdClassName
{
border-color: #CBA7F6;
}
.TagClassName
{
border-color: #CBA7F6;
}
</style>