Shades of Mauve #CBB0FF
Tints of Mauve #CBB0FF
RGB
CMYK
RGB Variations
Color information
#CBB0FF (or 0xCBB0FF) is known color: Mauve. HEX triplet: CB, B0 and FF. RGB value is (203,176,255). Sum of RGB (Red+Green+Blue) = 203+176+255=634 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.02% from 634); Green value is 176 (69.14% from 255 or 27.76% from 634); Blue value is 255 (100% from 255 or 40.22% from 634); Max value from RGB is 255 - color contains mainly: blue. Hex color #CBB0FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBB0FF is #344F00. Grayscale: #C0C0C0. Windows color (decimal): -3428097 or 16756939. OLE color: 16756939.
HSL color Cylindrical-coordinate representation of color #CBB0FF: hue angle of 260.51º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CBB0FF is Cyan = 0.20, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 203 | 176 | 255 | - |
| CMYK | 0.20 | 0.31 | 0 | 0 |
| HSL | 260.51º | 1% | 0.85% | - |
| HSV(B) | 260.51º | 0.31% | 1% | - |
| XYZ | 58.2 | 50.97 | 101.38 | - |
| YUV | 193.08 | 162.95 | 135.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 176 | 255 | 0.20 | 0.31 | 0 | 0 | 260.51 | 1 | 0.85 |
| Hex | CB | B0 | FF | 14 | 1F | 0 | 0 | 105 | 64 | 55 |
| Octal | 313 | 260 | 377 | 24 | 37 | 0 | 0 | 405 | 144 | 125 |
| Binary | 11001011 | 10110000 | 11111111 | 10100 | 11111 | 0 | 0 | 100000101 | 1100100 | 1010101 |
Color Harmonies of #CBB0FF
Complementary color
Monochromatic Colors of #CBB0FF
Black with #CBB0FF
Text Example
Text Example
White with #CBB0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB0FF; }
p { color: rgb(203,176,255); }
H1.HeaderClassName
{
color: #CBB0FF;
}
.AnyTagClassName
{
color: #CBB0FF;
}
</style>
background-color css
<style>
a { background-color: #CBB0FF; }
a { background-color: rgb(203,176,255); }
div.DivClassName
{
background-color: #CBB0FF;
}
.BgClassName
{
background-color: #CBB0FF;
}
</style>
border-color css
<style>
span { border-color: #CBB0FF; }
span { border-color: rgb(203,176,255); }
td.TdClassName
{
border-color: #CBB0FF;
}
.TagClassName
{
border-color: #CBB0FF;
}
</style>