Shades of Mauve #CAABFC
Tints of Mauve #CAABFC
RGB
CMYK
RGB Variations
Color information
#CAABFC (or 0xCAABFC) is known color: Mauve. HEX triplet: CA, AB and FC. RGB value is (202,171,252). Sum of RGB (Red+Green+Blue) = 202+171+252=625 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.32% from 625); Green value is 171 (67.19% from 255 or 27.36% from 625); Blue value is 252 (98.83% from 255 or 40.32% from 625); Max value from RGB is 252 - color contains mainly: blue. Hex color #CAABFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CAABFC is #355403. Grayscale: #BDBDBD. Windows color (decimal): -3494916 or 16559050. OLE color: 16559050.
HSL color Cylindrical-coordinate representation of color #CAABFC: hue angle of 262.96º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CAABFC is Cyan = 0.20, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 202 | 171 | 252 | - |
| CMYK | 0.20 | 0.32 | 0 | 0.01 |
| HSL | 262.96º | 0.93% | 0.83% | - |
| HSV(B) | 262.96º | 0.32% | 0.99% | - |
| XYZ | 56.49 | 48.71 | 98.52 | - |
| YUV | 189.5 | 163.27 | 136.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 171 | 252 | 0.20 | 0.32 | 0 | 0.01 | 262.96 | 0.93 | 0.83 |
| Hex | CA | AB | FC | 14 | 20 | 0 | 1 | 107 | 5D | 53 |
| Octal | 312 | 253 | 374 | 24 | 40 | 0 | 1 | 407 | 135 | 123 |
| Binary | 11001010 | 10101011 | 11111100 | 10100 | 100000 | 0 | 1 | 100000111 | 1011101 | 1010011 |
Color Harmonies of #CAABFC
Complementary color
Monochromatic Colors of #CAABFC
Black with #CAABFC
Text Example
Text Example
White with #CAABFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAABFC; }
p { color: rgb(202,171,252); }
H1.HeaderClassName
{
color: #CAABFC;
}
.AnyTagClassName
{
color: #CAABFC;
}
</style>
background-color css
<style>
a { background-color: #CAABFC; }
a { background-color: rgb(202,171,252); }
div.DivClassName
{
background-color: #CAABFC;
}
.BgClassName
{
background-color: #CAABFC;
}
</style>
border-color css
<style>
span { border-color: #CAABFC; }
span { border-color: rgb(202,171,252); }
td.TdClassName
{
border-color: #CAABFC;
}
.TagClassName
{
border-color: #CAABFC;
}
</style>