Shades of Mauve #CCA6FC
Tints of Mauve #CCA6FC
RGB
CMYK
RGB Variations
Color information
#CCA6FC (or 0xCCA6FC) is known color: Mauve. HEX triplet: CC, A6 and FC. RGB value is (204,166,252). Sum of RGB (Red+Green+Blue) = 204+166+252=622 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.80% from 622); Green value is 166 (65.23% from 255 or 26.69% from 622); Blue value is 252 (98.83% from 255 or 40.51% from 622); Max value from RGB is 252 - color contains mainly: blue. Hex color #CCA6FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCA6FC is #335903. Grayscale: #BABABA. Windows color (decimal): -3365124 or 16557772. OLE color: 16557772.
HSL color Cylindrical-coordinate representation of color #CCA6FC: hue angle of 266.51º degrees, saturation: 0.93, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CCA6FC is Cyan = 0.19, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 204 | 166 | 252 | - |
| CMYK | 0.19 | 0.34 | 0 | 0.01 |
| HSL | 266.51º | 0.93% | 0.82% | - |
| HSV(B) | 266.51º | 0.34% | 0.99% | - |
| XYZ | 56.11 | 47.14 | 98.24 | - |
| YUV | 187.17 | 164.59 | 140.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 166 | 252 | 0.19 | 0.34 | 0 | 0.01 | 266.51 | 0.93 | 0.82 |
| Hex | CC | A6 | FC | 13 | 22 | 0 | 1 | 10B | 5D | 52 |
| Octal | 314 | 246 | 374 | 23 | 42 | 0 | 1 | 413 | 135 | 122 |
| Binary | 11001100 | 10100110 | 11111100 | 10011 | 100010 | 0 | 1 | 100001011 | 1011101 | 1010010 |
Color Harmonies of #CCA6FC
Complementary color
Monochromatic Colors of #CCA6FC
Black with #CCA6FC
Text Example
Text Example
White with #CCA6FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA6FC; }
p { color: rgb(204,166,252); }
H1.HeaderClassName
{
color: #CCA6FC;
}
.AnyTagClassName
{
color: #CCA6FC;
}
</style>
background-color css
<style>
a { background-color: #CCA6FC; }
a { background-color: rgb(204,166,252); }
div.DivClassName
{
background-color: #CCA6FC;
}
.BgClassName
{
background-color: #CCA6FC;
}
</style>
border-color css
<style>
span { border-color: #CCA6FC; }
span { border-color: rgb(204,166,252); }
td.TdClassName
{
border-color: #CCA6FC;
}
.TagClassName
{
border-color: #CCA6FC;
}
</style>