Shades of Mauve #CBACF8
Tints of Mauve #CBACF8
RGB
CMYK
RGB Variations
Color information
#CBACF8 (or 0xCBACF8) is known color: Mauve. HEX triplet: CB, AC and F8. RGB value is (203,172,248). Sum of RGB (Red+Green+Blue) = 203+172+248=623 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.58% from 623); Green value is 172 (67.58% from 255 or 27.61% from 623); Blue value is 248 (97.27% from 255 or 39.81% from 623); Max value from RGB is 248 - color contains mainly: blue. Hex color #CBACF8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBACF8 is #345307. Grayscale: #BDBDBD. Windows color (decimal): -3429128 or 16297163. OLE color: 16297163.
HSL color Cylindrical-coordinate representation of color #CBACF8: hue angle of 264.47º degrees, saturation: 0.84, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CBACF8 is Cyan = 0.18, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 203 | 172 | 248 | - |
| CMYK | 0.18 | 0.31 | 0 | 0.03 |
| HSL | 264.47º | 0.84% | 0.82% | - |
| HSV(B) | 264.47º | 0.31% | 0.97% | - |
| XYZ | 56.32 | 48.98 | 95.29 | - |
| YUV | 189.93 | 160.77 | 137.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 172 | 248 | 0.18 | 0.31 | 0 | 0.03 | 264.47 | 0.84 | 0.82 |
| Hex | CB | AC | F8 | 12 | 1F | 0 | 3 | 108 | 54 | 52 |
| Octal | 313 | 254 | 370 | 22 | 37 | 0 | 3 | 410 | 124 | 122 |
| Binary | 11001011 | 10101100 | 11111000 | 10010 | 11111 | 0 | 11 | 100001000 | 1010100 | 1010010 |
Color Harmonies of #CBACF8
Complementary color
Monochromatic Colors of #CBACF8
Black with #CBACF8
Text Example
Text Example
White with #CBACF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBACF8; }
p { color: rgb(203,172,248); }
H1.HeaderClassName
{
color: #CBACF8;
}
.AnyTagClassName
{
color: #CBACF8;
}
</style>
background-color css
<style>
a { background-color: #CBACF8; }
a { background-color: rgb(203,172,248); }
div.DivClassName
{
background-color: #CBACF8;
}
.BgClassName
{
background-color: #CBACF8;
}
</style>
border-color css
<style>
span { border-color: #CBACF8; }
span { border-color: rgb(203,172,248); }
td.TdClassName
{
border-color: #CBACF8;
}
.TagClassName
{
border-color: #CBACF8;
}
</style>