Shades of Mauve #CB9CFB
Tints of Mauve #CB9CFB
RGB
CMYK
RGB Variations
Color information
#CB9CFB (or 0xCB9CFB) is known color: Mauve. HEX triplet: CB, 9C and FB. RGB value is (203,156,251). Sum of RGB (Red+Green+Blue) = 203+156+251=610 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.28% from 610); Green value is 156 (61.33% from 255 or 25.57% from 610); Blue value is 251 (98.44% from 255 or 41.15% from 610); Max value from RGB is 251 - color contains mainly: blue. Hex color #CB9CFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB9CFB is #346304. Grayscale: #B4B4B4. Windows color (decimal): -3433221 or 16489675. OLE color: 16489675.
HSL color Cylindrical-coordinate representation of color #CB9CFB: hue angle of 269.68º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CB9CFB is Cyan = 0.19, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 203 | 156 | 251 | - |
| CMYK | 0.19 | 0.38 | 0 | 0.02 |
| HSL | 269.68º | 0.92% | 0.8% | - |
| HSV(B) | 269.68º | 0.38% | 0.98% | - |
| XYZ | 53.93 | 43.44 | 96.81 | - |
| YUV | 180.88 | 167.57 | 143.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 156 | 251 | 0.19 | 0.38 | 0 | 0.02 | 269.68 | 0.92 | 0.8 |
| Hex | CB | 9C | FB | 13 | 26 | 0 | 2 | 10E | 5C | 50 |
| Octal | 313 | 234 | 373 | 23 | 46 | 0 | 2 | 416 | 134 | 120 |
| Binary | 11001011 | 10011100 | 11111011 | 10011 | 100110 | 0 | 10 | 100001110 | 1011100 | 1010000 |
Color Harmonies of #CB9CFB
Complementary color
Monochromatic Colors of #CB9CFB
Black with #CB9CFB
Text Example
Text Example
White with #CB9CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9CFB; }
p { color: rgb(203,156,251); }
H1.HeaderClassName
{
color: #CB9CFB;
}
.AnyTagClassName
{
color: #CB9CFB;
}
</style>
background-color css
<style>
a { background-color: #CB9CFB; }
a { background-color: rgb(203,156,251); }
div.DivClassName
{
background-color: #CB9CFB;
}
.BgClassName
{
background-color: #CB9CFB;
}
</style>
border-color css
<style>
span { border-color: #CB9CFB; }
span { border-color: rgb(203,156,251); }
td.TdClassName
{
border-color: #CB9CFB;
}
.TagClassName
{
border-color: #CB9CFB;
}
</style>