Shades of Mauve #CBAFF6
Tints of Mauve #CBAFF6
RGB
CMYK
RGB Variations
Color information
#CBAFF6 (or 0xCBAFF6) is known color: Mauve. HEX triplet: CB, AF and F6. RGB value is (203,175,246). Sum of RGB (Red+Green+Blue) = 203+175+246=624 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.53% from 624); Green value is 175 (68.75% from 255 or 28.04% from 624); Blue value is 246 (96.48% from 255 or 39.42% from 624); Max value from RGB is 246 - color contains mainly: blue. Hex color #CBAFF6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBAFF6 is #345009. Grayscale: #BFBFBF. Windows color (decimal): -3428362 or 16166859. OLE color: 16166859.
HSL color Cylindrical-coordinate representation of color #CBAFF6: hue angle of 263.66º degrees, saturation: 0.8, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CBAFF6 is Cyan = 0.17, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 203 | 175 | 246 | - |
| CMYK | 0.17 | 0.29 | 0 | 0.04 |
| HSL | 263.66º | 0.8% | 0.83% | - |
| HSV(B) | 263.66º | 0.29% | 0.96% | - |
| XYZ | 56.59 | 50.01 | 93.86 | - |
| YUV | 191.47 | 158.78 | 136.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 175 | 246 | 0.17 | 0.29 | 0 | 0.04 | 263.66 | 0.8 | 0.83 |
| Hex | CB | AF | F6 | 11 | 1D | 0 | 4 | 108 | 50 | 53 |
| Octal | 313 | 257 | 366 | 21 | 35 | 0 | 4 | 410 | 120 | 123 |
| Binary | 11001011 | 10101111 | 11110110 | 10001 | 11101 | 0 | 100 | 100001000 | 1010000 | 1010011 |
Color Harmonies of #CBAFF6
Complementary color
Monochromatic Colors of #CBAFF6
Black with #CBAFF6
Text Example
Text Example
White with #CBAFF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBAFF6; }
p { color: rgb(203,175,246); }
H1.HeaderClassName
{
color: #CBAFF6;
}
.AnyTagClassName
{
color: #CBAFF6;
}
</style>
background-color css
<style>
a { background-color: #CBAFF6; }
a { background-color: rgb(203,175,246); }
div.DivClassName
{
background-color: #CBAFF6;
}
.BgClassName
{
background-color: #CBAFF6;
}
</style>
border-color css
<style>
span { border-color: #CBAFF6; }
span { border-color: rgb(203,175,246); }
td.TdClassName
{
border-color: #CBAFF6;
}
.TagClassName
{
border-color: #CBAFF6;
}
</style>