Shades of Mauve #CAACFF
Tints of Mauve #CAACFF
RGB
CMYK
RGB Variations
Color information
#CAACFF (or 0xCAACFF) is known color: Mauve. HEX triplet: CA, AC and FF. RGB value is (202,172,255). Sum of RGB (Red+Green+Blue) = 202+172+255=629 (83% of max value = 765). Red value is 202 (79.30% from 255 or 32.11% from 629); Green value is 172 (67.58% from 255 or 27.34% from 629); Blue value is 255 (100% from 255 or 40.54% from 629); Max value from RGB is 255 - color contains mainly: blue. Hex color #CAACFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CAACFF is #355300. Grayscale: #BEBEBE. Windows color (decimal): -3494657 or 16755914. OLE color: 16755914.
HSL color Cylindrical-coordinate representation of color #CAACFF: hue angle of 261.69º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CAACFF is Cyan = 0.21, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 202 | 172 | 255 | - |
| CMYK | 0.21 | 0.33 | 0 | 0 |
| HSL | 261.69º | 1% | 0.84% | - |
| HSV(B) | 261.69º | 0.33% | 1% | - |
| XYZ | 57.16 | 49.28 | 101.11 | - |
| YUV | 190.43 | 164.44 | 136.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 172 | 255 | 0.21 | 0.33 | 0 | 0 | 261.69 | 1 | 0.84 |
| Hex | CA | AC | FF | 15 | 21 | 0 | 0 | 106 | 64 | 54 |
| Octal | 312 | 254 | 377 | 25 | 41 | 0 | 0 | 406 | 144 | 124 |
| Binary | 11001010 | 10101100 | 11111111 | 10101 | 100001 | 0 | 0 | 100000110 | 1100100 | 1010100 |
Color Harmonies of #CAACFF
Complementary color
Monochromatic Colors of #CAACFF
Black with #CAACFF
Text Example
Text Example
White with #CAACFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAACFF; }
p { color: rgb(202,172,255); }
H1.HeaderClassName
{
color: #CAACFF;
}
.AnyTagClassName
{
color: #CAACFF;
}
</style>
background-color css
<style>
a { background-color: #CAACFF; }
a { background-color: rgb(202,172,255); }
div.DivClassName
{
background-color: #CAACFF;
}
.BgClassName
{
background-color: #CAACFF;
}
</style>
border-color css
<style>
span { border-color: #CAACFF; }
span { border-color: rgb(202,172,255); }
td.TdClassName
{
border-color: #CAACFF;
}
.TagClassName
{
border-color: #CAACFF;
}
</style>