Shades of Mauve #CAA6F9
Tints of Mauve #CAA6F9
RGB
CMYK
RGB Variations
Color information
#CAA6F9 (or 0xCAA6F9) is known color: Mauve. HEX triplet: CA, A6 and F9. RGB value is (202,166,249). Sum of RGB (Red+Green+Blue) = 202+166+249=617 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.74% from 617); Green value is 166 (65.23% from 255 or 26.90% from 617); Blue value is 249 (97.66% from 255 or 40.36% from 617); Max value from RGB is 249 - color contains mainly: blue. Hex color #CAA6F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CAA6F9 is #355906. Grayscale: #B9B9B9. Windows color (decimal): -3496199 or 16361162. OLE color: 16361162.
HSL color Cylindrical-coordinate representation of color #CAA6F9: hue angle of 266.02º degrees, saturation: 0.87, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CAA6F9 is Cyan = 0.19, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 202 | 166 | 249 | - |
| CMYK | 0.19 | 0.33 | 0 | 0.02 |
| HSL | 266.02º | 0.87% | 0.81% | - |
| HSV(B) | 266.02º | 0.33% | 0.98% | - |
| XYZ | 55.09 | 46.67 | 95.73 | - |
| YUV | 186.23 | 163.43 | 139.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 166 | 249 | 0.19 | 0.33 | 0 | 0.02 | 266.02 | 0.87 | 0.81 |
| Hex | CA | A6 | F9 | 13 | 21 | 0 | 2 | 10A | 57 | 51 |
| Octal | 312 | 246 | 371 | 23 | 41 | 0 | 2 | 412 | 127 | 121 |
| Binary | 11001010 | 10100110 | 11111001 | 10011 | 100001 | 0 | 10 | 100001010 | 1010111 | 1010001 |
Color Harmonies of #CAA6F9
Complementary color
Monochromatic Colors of #CAA6F9
Black with #CAA6F9
Text Example
Text Example
White with #CAA6F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA6F9; }
p { color: rgb(202,166,249); }
H1.HeaderClassName
{
color: #CAA6F9;
}
.AnyTagClassName
{
color: #CAA6F9;
}
</style>
background-color css
<style>
a { background-color: #CAA6F9; }
a { background-color: rgb(202,166,249); }
div.DivClassName
{
background-color: #CAA6F9;
}
.BgClassName
{
background-color: #CAA6F9;
}
</style>
border-color css
<style>
span { border-color: #CAA6F9; }
span { border-color: rgb(202,166,249); }
td.TdClassName
{
border-color: #CAA6F9;
}
.TagClassName
{
border-color: #CAA6F9;
}
</style>