Shades of Mauve #CBA9F6
Tints of Mauve #CBA9F6
RGB
CMYK
RGB Variations
Color information
#CBA9F6 (or 0xCBA9F6) is known color: Mauve. HEX triplet: CB, A9 and F6. RGB value is (203,169,246). Sum of RGB (Red+Green+Blue) = 203+169+246=618 (81% of max value = 765). Red value is 203 (79.69% from 255 or 32.85% from 618); Green value is 169 (66.41% from 255 or 27.35% from 618); Blue value is 246 (96.48% from 255 or 39.81% from 618); Max value from RGB is 246 - color contains mainly: blue. Hex color #CBA9F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBA9F6 is #345609. Grayscale: #BBBBBB. Windows color (decimal): -3429898 or 16165323. OLE color: 16165323.
HSL color Cylindrical-coordinate representation of color #CBA9F6: hue angle of 266.49º degrees, saturation: 0.81, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CBA9F6 is Cyan = 0.17, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 203 | 169 | 246 | - |
| CMYK | 0.17 | 0.31 | 0 | 0.04 |
| HSL | 266.49º | 0.81% | 0.81% | - |
| HSV(B) | 266.49º | 0.31% | 0.96% | - |
| XYZ | 55.45 | 47.73 | 93.48 | - |
| YUV | 187.94 | 160.76 | 138.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 169 | 246 | 0.17 | 0.31 | 0 | 0.04 | 266.49 | 0.81 | 0.81 |
| Hex | CB | A9 | F6 | 11 | 1F | 0 | 4 | 10A | 51 | 51 |
| Octal | 313 | 251 | 366 | 21 | 37 | 0 | 4 | 412 | 121 | 121 |
| Binary | 11001011 | 10101001 | 11110110 | 10001 | 11111 | 0 | 100 | 100001010 | 1010001 | 1010001 |
Color Harmonies of #CBA9F6
Complementary color
Monochromatic Colors of #CBA9F6
Black with #CBA9F6
Text Example
Text Example
White with #CBA9F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA9F6; }
p { color: rgb(203,169,246); }
H1.HeaderClassName
{
color: #CBA9F6;
}
.AnyTagClassName
{
color: #CBA9F6;
}
</style>
background-color css
<style>
a { background-color: #CBA9F6; }
a { background-color: rgb(203,169,246); }
div.DivClassName
{
background-color: #CBA9F6;
}
.BgClassName
{
background-color: #CBA9F6;
}
</style>
border-color css
<style>
span { border-color: #CBA9F6; }
span { border-color: rgb(203,169,246); }
td.TdClassName
{
border-color: #CBA9F6;
}
.TagClassName
{
border-color: #CBA9F6;
}
</style>