Shades of Mauve #CBA1FC
Tints of Mauve #CBA1FC
RGB
CMYK
RGB Variations
Color information
#CBA1FC (or 0xCBA1FC) is known color: Mauve. HEX triplet: CB, A1 and FC. RGB value is (203,161,252). Sum of RGB (Red+Green+Blue) = 203+161+252=616 (81% of max value = 765). Red value is 203 (79.69% from 255 or 32.95% from 616); Green value is 161 (63.28% from 255 or 26.14% from 616); Blue value is 252 (98.83% from 255 or 40.91% from 616); Max value from RGB is 252 - color contains mainly: blue. Hex color #CBA1FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBA1FC is #345E03. Grayscale: #B7B7B7. Windows color (decimal): -3431940 or 16556491. OLE color: 16556491.
HSL color Cylindrical-coordinate representation of color #CBA1FC: hue angle of 267.69º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CBA1FC is Cyan = 0.19, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 203 | 161 | 252 | - |
| CMYK | 0.19 | 0.36 | 0 | 0.01 |
| HSL | 267.69º | 0.94% | 0.81% | - |
| HSV(B) | 267.69º | 0.36% | 0.99% | - |
| XYZ | 54.94 | 45.21 | 97.93 | - |
| YUV | 183.93 | 166.41 | 141.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 161 | 252 | 0.19 | 0.36 | 0 | 0.01 | 267.69 | 0.94 | 0.81 |
| Hex | CB | A1 | FC | 13 | 24 | 0 | 1 | 10C | 5E | 51 |
| Octal | 313 | 241 | 374 | 23 | 44 | 0 | 1 | 414 | 136 | 121 |
| Binary | 11001011 | 10100001 | 11111100 | 10011 | 100100 | 0 | 1 | 100001100 | 1011110 | 1010001 |
Color Harmonies of #CBA1FC
Complementary color
Monochromatic Colors of #CBA1FC
Black with #CBA1FC
Text Example
Text Example
White with #CBA1FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA1FC; }
p { color: rgb(203,161,252); }
H1.HeaderClassName
{
color: #CBA1FC;
}
.AnyTagClassName
{
color: #CBA1FC;
}
</style>
background-color css
<style>
a { background-color: #CBA1FC; }
a { background-color: rgb(203,161,252); }
div.DivClassName
{
background-color: #CBA1FC;
}
.BgClassName
{
background-color: #CBA1FC;
}
</style>
border-color css
<style>
span { border-color: #CBA1FC; }
span { border-color: rgb(203,161,252); }
td.TdClassName
{
border-color: #CBA1FC;
}
.TagClassName
{
border-color: #CBA1FC;
}
</style>