Shades of Mauve #CBB0FC
Tints of Mauve #CBB0FC
RGB
CMYK
RGB Variations
Color information
#CBB0FC (or 0xCBB0FC) is known color: Mauve. HEX triplet: CB, B0 and FC. RGB value is (203,176,252). Sum of RGB (Red+Green+Blue) = 203+176+252=631 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.17% from 631); Green value is 176 (69.14% from 255 or 27.89% from 631); Blue value is 252 (98.83% from 255 or 39.94% from 631); Max value from RGB is 252 - color contains mainly: blue. Hex color #CBB0FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBB0FC is #344F03. Grayscale: #C0C0C0. Windows color (decimal): -3428100 or 16560331. OLE color: 16560331.
HSL color Cylindrical-coordinate representation of color #CBB0FC: hue angle of 261.32º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CBB0FC is Cyan = 0.19, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 203 | 176 | 252 | - |
| CMYK | 0.19 | 0.30 | 0 | 0.01 |
| HSL | 261.32º | 0.93% | 0.84% | - |
| HSV(B) | 261.32º | 0.3% | 0.99% | - |
| XYZ | 57.72 | 50.78 | 98.85 | - |
| YUV | 192.74 | 161.45 | 135.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 176 | 252 | 0.19 | 0.30 | 0 | 0.01 | 261.32 | 0.93 | 0.84 |
| Hex | CB | B0 | FC | 13 | 1E | 0 | 1 | 105 | 5D | 54 |
| Octal | 313 | 260 | 374 | 23 | 36 | 0 | 1 | 405 | 135 | 124 |
| Binary | 11001011 | 10110000 | 11111100 | 10011 | 11110 | 0 | 1 | 100000101 | 1011101 | 1010100 |
Color Harmonies of #CBB0FC
Complementary color
Monochromatic Colors of #CBB0FC
Black with #CBB0FC
Text Example
Text Example
White with #CBB0FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB0FC; }
p { color: rgb(203,176,252); }
H1.HeaderClassName
{
color: #CBB0FC;
}
.AnyTagClassName
{
color: #CBB0FC;
}
</style>
background-color css
<style>
a { background-color: #CBB0FC; }
a { background-color: rgb(203,176,252); }
div.DivClassName
{
background-color: #CBB0FC;
}
.BgClassName
{
background-color: #CBB0FC;
}
</style>
border-color css
<style>
span { border-color: #CBB0FC; }
span { border-color: rgb(203,176,252); }
td.TdClassName
{
border-color: #CBB0FC;
}
.TagClassName
{
border-color: #CBB0FC;
}
</style>