Shades of Mauve #CCA6FB
Tints of Mauve #CCA6FB
RGB
CMYK
RGB Variations
Color information
#CCA6FB (or 0xCCA6FB) is known color: Mauve. HEX triplet: CC, A6 and FB. RGB value is (204,166,251). Sum of RGB (Red+Green+Blue) = 204+166+251=621 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.85% from 621); Green value is 166 (65.23% from 255 or 26.73% from 621); Blue value is 251 (98.44% from 255 or 40.42% from 621); Max value from RGB is 251 - color contains mainly: blue. Hex color #CCA6FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCA6FB is #335904. Grayscale: #BABABA. Windows color (decimal): -3365125 or 16492236. OLE color: 16492236.
HSL color Cylindrical-coordinate representation of color #CCA6FB: hue angle of 266.82º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CCA6FB is Cyan = 0.19, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 204 | 166 | 251 | - |
| CMYK | 0.19 | 0.34 | 0 | 0.02 |
| HSL | 266.82º | 0.91% | 0.82% | - |
| HSV(B) | 266.82º | 0.34% | 0.98% | - |
| XYZ | 55.95 | 47.07 | 97.4 | - |
| YUV | 187.05 | 164.09 | 140.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 166 | 251 | 0.19 | 0.34 | 0 | 0.02 | 266.82 | 0.91 | 0.82 |
| Hex | CC | A6 | FB | 13 | 22 | 0 | 2 | 10B | 5B | 52 |
| Octal | 314 | 246 | 373 | 23 | 42 | 0 | 2 | 413 | 133 | 122 |
| Binary | 11001100 | 10100110 | 11111011 | 10011 | 100010 | 0 | 10 | 100001011 | 1011011 | 1010010 |
Color Harmonies of #CCA6FB
Complementary color
Monochromatic Colors of #CCA6FB
Black with #CCA6FB
Text Example
Text Example
White with #CCA6FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA6FB; }
p { color: rgb(204,166,251); }
H1.HeaderClassName
{
color: #CCA6FB;
}
.AnyTagClassName
{
color: #CCA6FB;
}
</style>
background-color css
<style>
a { background-color: #CCA6FB; }
a { background-color: rgb(204,166,251); }
div.DivClassName
{
background-color: #CCA6FB;
}
.BgClassName
{
background-color: #CCA6FB;
}
</style>
border-color css
<style>
span { border-color: #CCA6FB; }
span { border-color: rgb(204,166,251); }
td.TdClassName
{
border-color: #CCA6FB;
}
.TagClassName
{
border-color: #CCA6FB;
}
</style>