Shades of Mauve #CBA6FE
Tints of Mauve #CBA6FE
RGB
CMYK
RGB Variations
Color information
#CBA6FE (or 0xCBA6FE) is known color: Mauve. HEX triplet: CB, A6 and FE. RGB value is (203,166,254). Sum of RGB (Red+Green+Blue) = 203+166+254=623 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.58% from 623); Green value is 166 (65.23% from 255 or 26.65% from 623); Blue value is 254 (99.61% from 255 or 40.77% from 623); Max value from RGB is 254 - color contains mainly: blue. Hex color #CBA6FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBA6FE is #345901. Grayscale: #BABABA. Windows color (decimal): -3430658 or 16688843. OLE color: 16688843.
HSL color Cylindrical-coordinate representation of color #CBA6FE: hue angle of 265.23º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CBA6FE is Cyan = 0.20, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 203 | 166 | 254 | - |
| CMYK | 0.20 | 0.35 | 0 | 0.00 |
| HSL | 265.23º | 0.98% | 0.82% | - |
| HSV(B) | 265.23º | 0.35% | 1% | - |
| XYZ | 56.15 | 47.12 | 99.9 | - |
| YUV | 187.1 | 165.76 | 139.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 166 | 254 | 0.20 | 0.35 | 0 | 0.00 | 265.23 | 0.98 | 0.82 |
| Hex | CB | A6 | FE | 14 | 23 | 0 | 0 | 109 | 62 | 52 |
| Octal | 313 | 246 | 376 | 24 | 43 | 0 | 0 | 411 | 142 | 122 |
| Binary | 11001011 | 10100110 | 11111110 | 10100 | 100011 | 0 | 0 | 100001001 | 1100010 | 1010010 |
Color Harmonies of #CBA6FE
Complementary color
Monochromatic Colors of #CBA6FE
Black with #CBA6FE
Text Example
Text Example
White with #CBA6FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA6FE; }
p { color: rgb(203,166,254); }
H1.HeaderClassName
{
color: #CBA6FE;
}
.AnyTagClassName
{
color: #CBA6FE;
}
</style>
background-color css
<style>
a { background-color: #CBA6FE; }
a { background-color: rgb(203,166,254); }
div.DivClassName
{
background-color: #CBA6FE;
}
.BgClassName
{
background-color: #CBA6FE;
}
</style>
border-color css
<style>
span { border-color: #CBA6FE; }
span { border-color: rgb(203,166,254); }
td.TdClassName
{
border-color: #CBA6FE;
}
.TagClassName
{
border-color: #CBA6FE;
}
</style>