Shades of Mauve #CAB0FC
Tints of Mauve #CAB0FC
RGB
CMYK
RGB Variations
Color information
#CAB0FC (or 0xCAB0FC) is known color: Mauve. HEX triplet: CA, B0 and FC. RGB value is (202,176,252). Sum of RGB (Red+Green+Blue) = 202+176+252=630 (83% of max value = 765). Red value is 202 (79.30% from 255 or 32.06% from 630); Green value is 176 (69.14% from 255 or 27.94% from 630); Blue value is 252 (98.83% from 255 or 40% from 630); Max value from RGB is 252 - color contains mainly: blue. Hex color #CAB0FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CAB0FC is #354F03. Grayscale: #C0C0C0. Windows color (decimal): -3493636 or 16560330. OLE color: 16560330.
HSL color Cylindrical-coordinate representation of color #CAB0FC: hue angle of 260.53º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CAB0FC is Cyan = 0.20, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 202 | 176 | 252 | - |
| CMYK | 0.20 | 0.30 | 0 | 0.01 |
| HSL | 260.53º | 0.93% | 0.84% | - |
| HSV(B) | 260.53º | 0.3% | 0.99% | - |
| XYZ | 57.45 | 50.64 | 98.84 | - |
| YUV | 192.44 | 161.61 | 134.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 176 | 252 | 0.20 | 0.30 | 0 | 0.01 | 260.53 | 0.93 | 0.84 |
| Hex | CA | B0 | FC | 14 | 1E | 0 | 1 | 105 | 5D | 54 |
| Octal | 312 | 260 | 374 | 24 | 36 | 0 | 1 | 405 | 135 | 124 |
| Binary | 11001010 | 10110000 | 11111100 | 10100 | 11110 | 0 | 1 | 100000101 | 1011101 | 1010100 |
Color Harmonies of #CAB0FC
Complementary color
Monochromatic Colors of #CAB0FC
Black with #CAB0FC
Text Example
Text Example
White with #CAB0FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB0FC; }
p { color: rgb(202,176,252); }
H1.HeaderClassName
{
color: #CAB0FC;
}
.AnyTagClassName
{
color: #CAB0FC;
}
</style>
background-color css
<style>
a { background-color: #CAB0FC; }
a { background-color: rgb(202,176,252); }
div.DivClassName
{
background-color: #CAB0FC;
}
.BgClassName
{
background-color: #CAB0FC;
}
</style>
border-color css
<style>
span { border-color: #CAB0FC; }
span { border-color: rgb(202,176,252); }
td.TdClassName
{
border-color: #CAB0FC;
}
.TagClassName
{
border-color: #CAB0FC;
}
</style>