Shades of Mauve #CCA0FE
Tints of Mauve #CCA0FE
RGB
CMYK
RGB Variations
Color information
#CCA0FE (or 0xCCA0FE) is known color: Mauve. HEX triplet: CC, A0 and FE. RGB value is (204,160,254). Sum of RGB (Red+Green+Blue) = 204+160+254=618 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.01% from 618); Green value is 160 (62.89% from 255 or 25.89% from 618); Blue value is 254 (99.61% from 255 or 41.10% from 618); Max value from RGB is 254 - color contains mainly: blue. Hex color #CCA0FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCA0FE is #335F01. Grayscale: #B7B7B7. Windows color (decimal): -3366658 or 16687308. OLE color: 16687308.
HSL color Cylindrical-coordinate representation of color #CCA0FE: hue angle of 268.09º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CCA0FE is Cyan = 0.20, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 204 | 160 | 254 | - |
| CMYK | 0.20 | 0.37 | 0 | 0.00 |
| HSL | 268.09º | 0.98% | 0.81% | - |
| HSV(B) | 268.09º | 0.37% | 1% | - |
| XYZ | 55.36 | 45.13 | 99.56 | - |
| YUV | 183.87 | 167.58 | 142.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 160 | 254 | 0.20 | 0.37 | 0 | 0.00 | 268.09 | 0.98 | 0.81 |
| Hex | CC | A0 | FE | 14 | 25 | 0 | 0 | 10C | 62 | 51 |
| Octal | 314 | 240 | 376 | 24 | 45 | 0 | 0 | 414 | 142 | 121 |
| Binary | 11001100 | 10100000 | 11111110 | 10100 | 100101 | 0 | 0 | 100001100 | 1100010 | 1010001 |
Color Harmonies of #CCA0FE
Complementary color
Monochromatic Colors of #CCA0FE
Black with #CCA0FE
Text Example
Text Example
White with #CCA0FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA0FE; }
p { color: rgb(204,160,254); }
H1.HeaderClassName
{
color: #CCA0FE;
}
.AnyTagClassName
{
color: #CCA0FE;
}
</style>
background-color css
<style>
a { background-color: #CCA0FE; }
a { background-color: rgb(204,160,254); }
div.DivClassName
{
background-color: #CCA0FE;
}
.BgClassName
{
background-color: #CCA0FE;
}
</style>
border-color css
<style>
span { border-color: #CCA0FE; }
span { border-color: rgb(204,160,254); }
td.TdClassName
{
border-color: #CCA0FE;
}
.TagClassName
{
border-color: #CCA0FE;
}
</style>