Shades of Mauve #CCA6FF
Tints of Mauve #CCA6FF
RGB
CMYK
RGB Variations
Color information
#CCA6FF (or 0xCCA6FF) is known color: Mauve. HEX triplet: CC, A6 and FF. RGB value is (204,166,255). Sum of RGB (Red+Green+Blue) = 204+166+255=625 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.64% from 625); Green value is 166 (65.23% from 255 or 26.56% from 625); Blue value is 255 (100% from 255 or 40.8% from 625); Max value from RGB is 255 - color contains mainly: blue. Hex color #CCA6FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCA6FF is #335900. Grayscale: #BBBBBB. Windows color (decimal): -3365121 or 16754380. OLE color: 16754380.
HSL color Cylindrical-coordinate representation of color #CCA6FF: hue angle of 265.62º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CCA6FF is Cyan = 0.2, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 204 | 166 | 255 | - |
| CMYK | 0.2 | 0.35 | 0 | 0 |
| HSL | 265.62º | 1% | 0.83% | - |
| HSV(B) | 265.62º | 0.35% | 1% | - |
| XYZ | 56.59 | 47.33 | 100.76 | - |
| YUV | 187.51 | 166.09 | 139.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 166 | 255 | 0.2 | 0.35 | 0 | 0 | 265.62 | 1 | 0.83 |
| Hex | CC | A6 | FF | 14 | 23 | 0 | 0 | 10A | 64 | 53 |
| Octal | 314 | 246 | 377 | 24 | 43 | 0 | 0 | 412 | 144 | 123 |
| Binary | 11001100 | 10100110 | 11111111 | 10100 | 100011 | 0 | 0 | 100001010 | 1100100 | 1010011 |
Color Harmonies of #CCA6FF
Complementary color
Monochromatic Colors of #CCA6FF
Black with #CCA6FF
Text Example
Text Example
White with #CCA6FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA6FF; }
p { color: rgb(204,166,255); }
H1.HeaderClassName
{
color: #CCA6FF;
}
.AnyTagClassName
{
color: #CCA6FF;
}
</style>
background-color css
<style>
a { background-color: #CCA6FF; }
a { background-color: rgb(204,166,255); }
div.DivClassName
{
background-color: #CCA6FF;
}
.BgClassName
{
background-color: #CCA6FF;
}
</style>
border-color css
<style>
span { border-color: #CCA6FF; }
span { border-color: rgb(204,166,255); }
td.TdClassName
{
border-color: #CCA6FF;
}
.TagClassName
{
border-color: #CCA6FF;
}
</style>