Shades of Mauve #CCACF5
Tints of Mauve #CCACF5
RGB
CMYK
RGB Variations
Color information
#CCACF5 (or 0xCCACF5) is known color: Mauve. HEX triplet: CC, AC and F5. RGB value is (204,172,245). Sum of RGB (Red+Green+Blue) = 204+172+245=621 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.85% from 621); Green value is 172 (67.58% from 255 or 27.70% from 621); Blue value is 245 (96.09% from 255 or 39.45% from 621); Max value from RGB is 245 - color contains mainly: blue. Hex color #CCACF5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCACF5 is #33530A. Grayscale: #BDBDBD. Windows color (decimal): -3363595 or 16100556. OLE color: 16100556.
HSL color Cylindrical-coordinate representation of color #CCACF5: hue angle of 266.3º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CCACF5 is Cyan = 0.17, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 204 | 172 | 245 | - |
| CMYK | 0.17 | 0.30 | 0 | 0.04 |
| HSL | 266.3º | 0.78% | 0.82% | - |
| HSV(B) | 266.3º | 0.3% | 0.96% | - |
| XYZ | 56.14 | 48.93 | 92.87 | - |
| YUV | 189.89 | 159.1 | 138.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 172 | 245 | 0.17 | 0.30 | 0 | 0.04 | 266.3 | 0.78 | 0.82 |
| Hex | CC | AC | F5 | 11 | 1E | 0 | 4 | 10A | 4E | 52 |
| Octal | 314 | 254 | 365 | 21 | 36 | 0 | 4 | 412 | 116 | 122 |
| Binary | 11001100 | 10101100 | 11110101 | 10001 | 11110 | 0 | 100 | 100001010 | 1001110 | 1010010 |
Color Harmonies of #CCACF5
Complementary color
Monochromatic Colors of #CCACF5
Black with #CCACF5
Text Example
Text Example
White with #CCACF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCACF5; }
p { color: rgb(204,172,245); }
H1.HeaderClassName
{
color: #CCACF5;
}
.AnyTagClassName
{
color: #CCACF5;
}
</style>
background-color css
<style>
a { background-color: #CCACF5; }
a { background-color: rgb(204,172,245); }
div.DivClassName
{
background-color: #CCACF5;
}
.BgClassName
{
background-color: #CCACF5;
}
</style>
border-color css
<style>
span { border-color: #CCACF5; }
span { border-color: rgb(204,172,245); }
td.TdClassName
{
border-color: #CCACF5;
}
.TagClassName
{
border-color: #CCACF5;
}
</style>