Shades of Mauve #CAB0FF
Tints of Mauve #CAB0FF
RGB
CMYK
RGB Variations
Color information
#CAB0FF (or 0xCAB0FF) is known color: Mauve. HEX triplet: CA, B0 and FF. RGB value is (202,176,255). Sum of RGB (Red+Green+Blue) = 202+176+255=633 (83% of max value = 765). Red value is 202 (79.30% from 255 or 31.91% from 633); Green value is 176 (69.14% from 255 or 27.80% from 633); Blue value is 255 (100% from 255 or 40.28% from 633); Max value from RGB is 255 - color contains mainly: blue. Hex color #CAB0FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CAB0FF is #354F00. Grayscale: #C0C0C0. Windows color (decimal): -3493633 or 16756938. OLE color: 16756938.
HSL color Cylindrical-coordinate representation of color #CAB0FF: hue angle of 259.75º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CAB0FF is Cyan = 0.21, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 202 | 176 | 255 | - |
| CMYK | 0.21 | 0.31 | 0 | 0 |
| HSL | 259.75º | 1% | 0.85% | - |
| HSV(B) | 259.75º | 0.31% | 1% | - |
| XYZ | 57.93 | 50.83 | 101.37 | - |
| YUV | 192.78 | 163.11 | 134.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 176 | 255 | 0.21 | 0.31 | 0 | 0 | 259.75 | 1 | 0.85 |
| Hex | CA | B0 | FF | 15 | 1F | 0 | 0 | 104 | 64 | 55 |
| Octal | 312 | 260 | 377 | 25 | 37 | 0 | 0 | 404 | 144 | 125 |
| Binary | 11001010 | 10110000 | 11111111 | 10101 | 11111 | 0 | 0 | 100000100 | 1100100 | 1010101 |
Color Harmonies of #CAB0FF
Complementary color
Monochromatic Colors of #CAB0FF
Black with #CAB0FF
Text Example
Text Example
White with #CAB0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB0FF; }
p { color: rgb(202,176,255); }
H1.HeaderClassName
{
color: #CAB0FF;
}
.AnyTagClassName
{
color: #CAB0FF;
}
</style>
background-color css
<style>
a { background-color: #CAB0FF; }
a { background-color: rgb(202,176,255); }
div.DivClassName
{
background-color: #CAB0FF;
}
.BgClassName
{
background-color: #CAB0FF;
}
</style>
border-color css
<style>
span { border-color: #CAB0FF; }
span { border-color: rgb(202,176,255); }
td.TdClassName
{
border-color: #CAB0FF;
}
.TagClassName
{
border-color: #CAB0FF;
}
</style>