Shades of Mauve #CBB1FC
Tints of Mauve #CBB1FC
RGB
CMYK
RGB Variations
Color information
#CBB1FC (or 0xCBB1FC) is known color: Mauve. HEX triplet: CB, B1 and FC. RGB value is (203,177,252). Sum of RGB (Red+Green+Blue) = 203+177+252=632 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.12% from 632); Green value is 177 (69.53% from 255 or 28.01% from 632); Blue value is 252 (98.83% from 255 or 39.87% from 632); Max value from RGB is 252 - color contains mainly: blue. Hex color #CBB1FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBB1FC is #344E03. Grayscale: #C1C1C1. Windows color (decimal): -3427844 or 16560587. OLE color: 16560587.
HSL color Cylindrical-coordinate representation of color #CBB1FC: hue angle of 260.8º 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 #CBB1FC is Cyan = 0.19, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 203 | 177 | 252 | - |
| CMYK | 0.19 | 0.30 | 0 | 0.01 |
| HSL | 260.8º | 0.93% | 0.84% | - |
| HSV(B) | 260.8º | 0.3% | 0.99% | - |
| XYZ | 57.92 | 51.17 | 98.92 | - |
| YUV | 193.32 | 161.11 | 134.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 177 | 252 | 0.19 | 0.30 | 0 | 0.01 | 260.8 | 0.93 | 0.84 |
| Hex | CB | B1 | FC | 13 | 1E | 0 | 1 | 105 | 5D | 54 |
| Octal | 313 | 261 | 374 | 23 | 36 | 0 | 1 | 405 | 135 | 124 |
| Binary | 11001011 | 10110001 | 11111100 | 10011 | 11110 | 0 | 1 | 100000101 | 1011101 | 1010100 |
Color Harmonies of #CBB1FC
Complementary color
Monochromatic Colors of #CBB1FC
Black with #CBB1FC
Text Example
Text Example
White with #CBB1FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB1FC; }
p { color: rgb(203,177,252); }
H1.HeaderClassName
{
color: #CBB1FC;
}
.AnyTagClassName
{
color: #CBB1FC;
}
</style>
background-color css
<style>
a { background-color: #CBB1FC; }
a { background-color: rgb(203,177,252); }
div.DivClassName
{
background-color: #CBB1FC;
}
.BgClassName
{
background-color: #CBB1FC;
}
</style>
border-color css
<style>
span { border-color: #CBB1FC; }
span { border-color: rgb(203,177,252); }
td.TdClassName
{
border-color: #CBB1FC;
}
.TagClassName
{
border-color: #CBB1FC;
}
</style>