Shades of Mauve #CCACF4
Tints of Mauve #CCACF4
RGB
CMYK
RGB Variations
Color information
#CCACF4 (or 0xCCACF4) is known color: Mauve. HEX triplet: CC, AC and F4. RGB value is (204,172,244). Sum of RGB (Red+Green+Blue) = 204+172+244=620 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.90% from 620); Green value is 172 (67.58% from 255 or 27.74% from 620); Blue value is 244 (95.70% from 255 or 39.35% from 620); Max value from RGB is 244 - color contains mainly: blue. Hex color #CCACF4 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCACF4 is #33530B. Grayscale: #BDBDBD. Windows color (decimal): -3363596 or 16035020. OLE color: 16035020.
HSL color Cylindrical-coordinate representation of color #CCACF4: hue angle of 266.67º degrees, saturation: 0.77, 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 #CCACF4 is Cyan = 0.16, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 204 | 172 | 244 | - |
| CMYK | 0.16 | 0.30 | 0 | 0.04 |
| HSL | 266.67º | 0.77% | 0.82% | - |
| HSV(B) | 266.67º | 0.3% | 0.96% | - |
| XYZ | 55.98 | 48.87 | 92.07 | - |
| YUV | 189.78 | 158.6 | 138.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 172 | 244 | 0.16 | 0.30 | 0 | 0.04 | 266.67 | 0.77 | 0.82 |
| Hex | CC | AC | F4 | 10 | 1E | 0 | 4 | 10B | 4D | 52 |
| Octal | 314 | 254 | 364 | 20 | 36 | 0 | 4 | 413 | 115 | 122 |
| Binary | 11001100 | 10101100 | 11110100 | 10000 | 11110 | 0 | 100 | 100001011 | 1001101 | 1010010 |
Color Harmonies of #CCACF4
Complementary color
Monochromatic Colors of #CCACF4
Black with #CCACF4
Text Example
Text Example
White with #CCACF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCACF4; }
p { color: rgb(204,172,244); }
H1.HeaderClassName
{
color: #CCACF4;
}
.AnyTagClassName
{
color: #CCACF4;
}
</style>
background-color css
<style>
a { background-color: #CCACF4; }
a { background-color: rgb(204,172,244); }
div.DivClassName
{
background-color: #CCACF4;
}
.BgClassName
{
background-color: #CCACF4;
}
</style>
border-color css
<style>
span { border-color: #CCACF4; }
span { border-color: rgb(204,172,244); }
td.TdClassName
{
border-color: #CCACF4;
}
.TagClassName
{
border-color: #CCACF4;
}
</style>