Shades of Mauve #CBA9FF
Tints of Mauve #CBA9FF
RGB
CMYK
RGB Variations
Color information
#CBA9FF (or 0xCBA9FF) is known color: Mauve. HEX triplet: CB, A9 and FF. RGB value is (203,169,255). Sum of RGB (Red+Green+Blue) = 203+169+255=627 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.38% from 627); Green value is 169 (66.41% from 255 or 26.95% from 627); Blue value is 255 (100% from 255 or 40.67% from 627); Max value from RGB is 255 - color contains mainly: blue. Hex color #CBA9FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBA9FF is #345600. Grayscale: #BCBCBC. Windows color (decimal): -3429889 or 16755147. OLE color: 16755147.
HSL color Cylindrical-coordinate representation of color #CBA9FF: hue angle of 263.72º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CBA9FF is Cyan = 0.20, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 203 | 169 | 255 | - |
| CMYK | 0.20 | 0.34 | 0 | 0 |
| HSL | 263.72º | 1% | 0.83% | - |
| HSV(B) | 263.72º | 0.34% | 1% | - |
| XYZ | 56.87 | 48.29 | 100.93 | - |
| YUV | 188.97 | 165.26 | 138.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 169 | 255 | 0.20 | 0.34 | 0 | 0 | 263.72 | 1 | 0.83 |
| Hex | CB | A9 | FF | 14 | 22 | 0 | 0 | 108 | 64 | 53 |
| Octal | 313 | 251 | 377 | 24 | 42 | 0 | 0 | 410 | 144 | 123 |
| Binary | 11001011 | 10101001 | 11111111 | 10100 | 100010 | 0 | 0 | 100001000 | 1100100 | 1010011 |
Color Harmonies of #CBA9FF
Complementary color
Monochromatic Colors of #CBA9FF
Black with #CBA9FF
Text Example
Text Example
White with #CBA9FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA9FF; }
p { color: rgb(203,169,255); }
H1.HeaderClassName
{
color: #CBA9FF;
}
.AnyTagClassName
{
color: #CBA9FF;
}
</style>
background-color css
<style>
a { background-color: #CBA9FF; }
a { background-color: rgb(203,169,255); }
div.DivClassName
{
background-color: #CBA9FF;
}
.BgClassName
{
background-color: #CBA9FF;
}
</style>
border-color css
<style>
span { border-color: #CBA9FF; }
span { border-color: rgb(203,169,255); }
td.TdClassName
{
border-color: #CBA9FF;
}
.TagClassName
{
border-color: #CBA9FF;
}
</style>