Shades of Mauve #CAB0FA
Tints of Mauve #CAB0FA
RGB
CMYK
RGB Variations
Color information
#CAB0FA (or 0xCAB0FA) is known color: Mauve. HEX triplet: CA, B0 and FA. RGB value is (202,176,250). Sum of RGB (Red+Green+Blue) = 202+176+250=628 (83% of max value = 765). Red value is 202 (79.30% from 255 or 32.17% from 628); Green value is 176 (69.14% from 255 or 28.03% from 628); Blue value is 250 (98.05% from 255 or 39.81% from 628); Max value from RGB is 250 - color contains mainly: blue. Hex color #CAB0FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CAB0FA is #354F05. Grayscale: #BFBFBF. Windows color (decimal): -3493638 or 16429258. OLE color: 16429258.
HSL color Cylindrical-coordinate representation of color #CAB0FA: hue angle of 261.08º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CAB0FA is Cyan = 0.19, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 202 | 176 | 250 | - |
| CMYK | 0.19 | 0.30 | 0 | 0.02 |
| HSL | 261.08º | 0.88% | 0.84% | - |
| HSV(B) | 261.08º | 0.3% | 0.98% | - |
| XYZ | 57.14 | 50.51 | 97.18 | - |
| YUV | 192.21 | 160.61 | 134.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 176 | 250 | 0.19 | 0.30 | 0 | 0.02 | 261.08 | 0.88 | 0.84 |
| Hex | CA | B0 | FA | 13 | 1E | 0 | 2 | 105 | 58 | 54 |
| Octal | 312 | 260 | 372 | 23 | 36 | 0 | 2 | 405 | 130 | 124 |
| Binary | 11001010 | 10110000 | 11111010 | 10011 | 11110 | 0 | 10 | 100000101 | 1011000 | 1010100 |
Color Harmonies of #CAB0FA
Complementary color
Monochromatic Colors of #CAB0FA
Black with #CAB0FA
Text Example
Text Example
White with #CAB0FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB0FA; }
p { color: rgb(202,176,250); }
H1.HeaderClassName
{
color: #CAB0FA;
}
.AnyTagClassName
{
color: #CAB0FA;
}
</style>
background-color css
<style>
a { background-color: #CAB0FA; }
a { background-color: rgb(202,176,250); }
div.DivClassName
{
background-color: #CAB0FA;
}
.BgClassName
{
background-color: #CAB0FA;
}
</style>
border-color css
<style>
span { border-color: #CAB0FA; }
span { border-color: rgb(202,176,250); }
td.TdClassName
{
border-color: #CAB0FA;
}
.TagClassName
{
border-color: #CAB0FA;
}
</style>