Shades of Mauve #CBA2F9
Tints of Mauve #CBA2F9
RGB
CMYK
RGB Variations
Color information
#CBA2F9 (or 0xCBA2F9) is known color: Mauve. HEX triplet: CB, A2 and F9. RGB value is (203,162,249). Sum of RGB (Red+Green+Blue) = 203+162+249=614 (81% of max value = 765). Red value is 203 (79.69% from 255 or 33.06% from 614); Green value is 162 (63.67% from 255 or 26.38% from 614); Blue value is 249 (97.66% from 255 or 40.55% from 614); Max value from RGB is 249 - color contains mainly: blue. Hex color #CBA2F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBA2F9 is #345D06. Grayscale: #B7B7B7. Windows color (decimal): -3431687 or 16360139. OLE color: 16360139.
HSL color Cylindrical-coordinate representation of color #CBA2F9: hue angle of 268.28º degrees, saturation: 0.88, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CBA2F9 is Cyan = 0.18, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 203 | 162 | 249 | - |
| CMYK | 0.18 | 0.35 | 0 | 0.02 |
| HSL | 268.28º | 0.88% | 0.81% | - |
| HSV(B) | 268.28º | 0.35% | 0.98% | - |
| XYZ | 54.65 | 45.38 | 95.5 | - |
| YUV | 184.18 | 164.58 | 141.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 162 | 249 | 0.18 | 0.35 | 0 | 0.02 | 268.28 | 0.88 | 0.81 |
| Hex | CB | A2 | F9 | 12 | 23 | 0 | 2 | 10C | 58 | 51 |
| Octal | 313 | 242 | 371 | 22 | 43 | 0 | 2 | 414 | 130 | 121 |
| Binary | 11001011 | 10100010 | 11111001 | 10010 | 100011 | 0 | 10 | 100001100 | 1011000 | 1010001 |
Color Harmonies of #CBA2F9
Complementary color
Monochromatic Colors of #CBA2F9
Black with #CBA2F9
Text Example
Text Example
White with #CBA2F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA2F9; }
p { color: rgb(203,162,249); }
H1.HeaderClassName
{
color: #CBA2F9;
}
.AnyTagClassName
{
color: #CBA2F9;
}
</style>
background-color css
<style>
a { background-color: #CBA2F9; }
a { background-color: rgb(203,162,249); }
div.DivClassName
{
background-color: #CBA2F9;
}
.BgClassName
{
background-color: #CBA2F9;
}
</style>
border-color css
<style>
span { border-color: #CBA2F9; }
span { border-color: rgb(203,162,249); }
td.TdClassName
{
border-color: #CBA2F9;
}
.TagClassName
{
border-color: #CBA2F9;
}
</style>