Shades of Mauve #CBA6FF
Tints of Mauve #CBA6FF
RGB
CMYK
RGB Variations
Color information
#CBA6FF (or 0xCBA6FF) is known color: Mauve. HEX triplet: CB, A6 and FF. RGB value is (203,166,255). Sum of RGB (Red+Green+Blue) = 203+166+255=624 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.53% from 624); Green value is 166 (65.23% from 255 or 26.60% from 624); Blue value is 255 (100% from 255 or 40.87% from 624); Max value from RGB is 255 - color contains mainly: blue. Hex color #CBA6FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBA6FF is #345900. Grayscale: #BABABA. Windows color (decimal): -3430657 or 16754379. OLE color: 16754379.
HSL color Cylindrical-coordinate representation of color #CBA6FF: hue angle of 264.94º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CBA6FF is Cyan = 0.20, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 203 | 166 | 255 | - |
| CMYK | 0.20 | 0.35 | 0 | 0 |
| HSL | 264.94º | 1% | 0.83% | - |
| HSV(B) | 264.94º | 0.35% | 1% | - |
| XYZ | 56.31 | 47.19 | 100.75 | - |
| YUV | 187.21 | 166.26 | 139.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 166 | 255 | 0.20 | 0.35 | 0 | 0 | 264.94 | 1 | 0.83 |
| Hex | CB | A6 | FF | 14 | 23 | 0 | 0 | 109 | 64 | 53 |
| Octal | 313 | 246 | 377 | 24 | 43 | 0 | 0 | 411 | 144 | 123 |
| Binary | 11001011 | 10100110 | 11111111 | 10100 | 100011 | 0 | 0 | 100001001 | 1100100 | 1010011 |
Color Harmonies of #CBA6FF
Complementary color
Monochromatic Colors of #CBA6FF
Black with #CBA6FF
Text Example
Text Example
White with #CBA6FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA6FF; }
p { color: rgb(203,166,255); }
H1.HeaderClassName
{
color: #CBA6FF;
}
.AnyTagClassName
{
color: #CBA6FF;
}
</style>
background-color css
<style>
a { background-color: #CBA6FF; }
a { background-color: rgb(203,166,255); }
div.DivClassName
{
background-color: #CBA6FF;
}
.BgClassName
{
background-color: #CBA6FF;
}
</style>
border-color css
<style>
span { border-color: #CBA6FF; }
span { border-color: rgb(203,166,255); }
td.TdClassName
{
border-color: #CBA6FF;
}
.TagClassName
{
border-color: #CBA6FF;
}
</style>