Shades of Mauve #CBB0FA
Tints of Mauve #CBB0FA
RGB
CMYK
RGB Variations
Color information
#CBB0FA (or 0xCBB0FA) is known color: Mauve. HEX triplet: CB, B0 and FA. RGB value is (203,176,250). Sum of RGB (Red+Green+Blue) = 203+176+250=629 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.27% from 629); Green value is 176 (69.14% from 255 or 27.98% from 629); Blue value is 250 (98.05% from 255 or 39.75% from 629); Max value from RGB is 250 - color contains mainly: blue. Hex color #CBB0FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBB0FA is #344F05. Grayscale: #C0C0C0. Windows color (decimal): -3428102 or 16429259. OLE color: 16429259.
HSL color Cylindrical-coordinate representation of color #CBB0FA: hue angle of 261.89º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CBB0FA is Cyan = 0.19, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 203 | 176 | 250 | - |
| CMYK | 0.19 | 0.30 | 0 | 0.02 |
| HSL | 261.89º | 0.88% | 0.84% | - |
| HSV(B) | 261.89º | 0.3% | 0.98% | - |
| XYZ | 57.41 | 50.65 | 97.19 | - |
| YUV | 192.51 | 160.45 | 135.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 176 | 250 | 0.19 | 0.30 | 0 | 0.02 | 261.89 | 0.88 | 0.84 |
| Hex | CB | B0 | FA | 13 | 1E | 0 | 2 | 106 | 58 | 54 |
| Octal | 313 | 260 | 372 | 23 | 36 | 0 | 2 | 406 | 130 | 124 |
| Binary | 11001011 | 10110000 | 11111010 | 10011 | 11110 | 0 | 10 | 100000110 | 1011000 | 1010100 |
Color Harmonies of #CBB0FA
Complementary color
Monochromatic Colors of #CBB0FA
Black with #CBB0FA
Text Example
Text Example
White with #CBB0FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB0FA; }
p { color: rgb(203,176,250); }
H1.HeaderClassName
{
color: #CBB0FA;
}
.AnyTagClassName
{
color: #CBB0FA;
}
</style>
background-color css
<style>
a { background-color: #CBB0FA; }
a { background-color: rgb(203,176,250); }
div.DivClassName
{
background-color: #CBB0FA;
}
.BgClassName
{
background-color: #CBB0FA;
}
</style>
border-color css
<style>
span { border-color: #CBB0FA; }
span { border-color: rgb(203,176,250); }
td.TdClassName
{
border-color: #CBB0FA;
}
.TagClassName
{
border-color: #CBB0FA;
}
</style>