Shades of Mauve #CBA8FC
Tints of Mauve #CBA8FC
RGB
CMYK
RGB Variations
Color information
#CBA8FC (or 0xCBA8FC) is known color: Mauve. HEX triplet: CB, A8 and FC. RGB value is (203,168,252). Sum of RGB (Red+Green+Blue) = 203+168+252=623 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.58% from 623); Green value is 168 (66.02% from 255 or 26.97% from 623); Blue value is 252 (98.83% from 255 or 40.45% from 623); Max value from RGB is 252 - color contains mainly: blue. Hex color #CBA8FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBA8FC is #345703. Grayscale: #BBBBBB. Windows color (decimal): -3430148 or 16558283. OLE color: 16558283.
HSL color Cylindrical-coordinate representation of color #CBA8FC: hue angle of 265º degrees, saturation: 0.93, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CBA8FC is Cyan = 0.19, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 203 | 168 | 252 | - |
| CMYK | 0.19 | 0.33 | 0 | 0.01 |
| HSL | 265º | 0.93% | 0.82% | - |
| HSV(B) | 265º | 0.33% | 0.99% | - |
| XYZ | 56.2 | 47.73 | 98.35 | - |
| YUV | 188.04 | 164.1 | 138.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 168 | 252 | 0.19 | 0.33 | 0 | 0.01 | 265 | 0.93 | 0.82 |
| Hex | CB | A8 | FC | 13 | 21 | 0 | 1 | 109 | 5D | 52 |
| Octal | 313 | 250 | 374 | 23 | 41 | 0 | 1 | 411 | 135 | 122 |
| Binary | 11001011 | 10101000 | 11111100 | 10011 | 100001 | 0 | 1 | 100001001 | 1011101 | 1010010 |
Color Harmonies of #CBA8FC
Complementary color
Monochromatic Colors of #CBA8FC
Black with #CBA8FC
Text Example
Text Example
White with #CBA8FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA8FC; }
p { color: rgb(203,168,252); }
H1.HeaderClassName
{
color: #CBA8FC;
}
.AnyTagClassName
{
color: #CBA8FC;
}
</style>
background-color css
<style>
a { background-color: #CBA8FC; }
a { background-color: rgb(203,168,252); }
div.DivClassName
{
background-color: #CBA8FC;
}
.BgClassName
{
background-color: #CBA8FC;
}
</style>
border-color css
<style>
span { border-color: #CBA8FC; }
span { border-color: rgb(203,168,252); }
td.TdClassName
{
border-color: #CBA8FC;
}
.TagClassName
{
border-color: #CBA8FC;
}
</style>