Shades of Mauve #CBA6F8
Tints of Mauve #CBA6F8
RGB
CMYK
RGB Variations
Color information
#CBA6F8 (or 0xCBA6F8) is known color: Mauve. HEX triplet: CB, A6 and F8. RGB value is (203,166,248). Sum of RGB (Red+Green+Blue) = 203+166+248=617 (81% of max value = 765). Red value is 203 (79.69% from 255 or 32.90% from 617); Green value is 166 (65.23% from 255 or 26.90% from 617); Blue value is 248 (97.27% from 255 or 40.19% from 617); Max value from RGB is 248 - color contains mainly: blue. Hex color #CBA6F8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBA6F8 is #345907. Grayscale: #BABABA. Windows color (decimal): -3430664 or 16295627. OLE color: 16295627.
HSL color Cylindrical-coordinate representation of color #CBA6F8: hue angle of 267.07º degrees, saturation: 0.85, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CBA6F8 is Cyan = 0.18, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 203 | 166 | 248 | - |
| CMYK | 0.18 | 0.33 | 0 | 0.03 |
| HSL | 267.07º | 0.85% | 0.81% | - |
| HSV(B) | 267.07º | 0.33% | 0.97% | - |
| XYZ | 55.21 | 46.75 | 94.92 | - |
| YUV | 186.41 | 162.76 | 139.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 166 | 248 | 0.18 | 0.33 | 0 | 0.03 | 267.07 | 0.85 | 0.81 |
| Hex | CB | A6 | F8 | 12 | 21 | 0 | 3 | 10B | 55 | 51 |
| Octal | 313 | 246 | 370 | 22 | 41 | 0 | 3 | 413 | 125 | 121 |
| Binary | 11001011 | 10100110 | 11111000 | 10010 | 100001 | 0 | 11 | 100001011 | 1010101 | 1010001 |
Color Harmonies of #CBA6F8
Complementary color
Monochromatic Colors of #CBA6F8
Black with #CBA6F8
Text Example
Text Example
White with #CBA6F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA6F8; }
p { color: rgb(203,166,248); }
H1.HeaderClassName
{
color: #CBA6F8;
}
.AnyTagClassName
{
color: #CBA6F8;
}
</style>
background-color css
<style>
a { background-color: #CBA6F8; }
a { background-color: rgb(203,166,248); }
div.DivClassName
{
background-color: #CBA6F8;
}
.BgClassName
{
background-color: #CBA6F8;
}
</style>
border-color css
<style>
span { border-color: #CBA6F8; }
span { border-color: rgb(203,166,248); }
td.TdClassName
{
border-color: #CBA6F8;
}
.TagClassName
{
border-color: #CBA6F8;
}
</style>