Shades of Mandy #CC484E
Tints of Mandy #CC484E
RGB
CMYK
RGB Variations
Color information
#CC484E (or 0xCC484E) is known color: Mandy. HEX triplet: CC, 48 and 4E. RGB value is (204,72,78). Sum of RGB (Red+Green+Blue) = 204+72+78=354 (46% of max value = 765). Red value is 204 (80.08% from 255 or 57.63% from 354); Green value is 72 (28.52% from 255 or 20.34% from 354); Blue value is 78 (30.86% from 255 or 22.03% from 354); Max value from RGB is 204 - color contains mainly: red. Hex color #CC484E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC484E is #33B7B1. Grayscale: #707070. Windows color (decimal): -3389362 or 5130444. OLE color: 5130444.
HSL color Cylindrical-coordinate representation of color #CC484E: hue angle of 357.27º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CC484E is Cyan = 0, Magento = 0.65, Yellow = 0.62 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 72 | 78 | - |
| CMYK | 0 | 0.65 | 0.62 | 0.2 |
| HSL | 357.27º | 0.56% | 0.54% | - |
| HSV(B) | 357.27º | 0.65% | 0.8% | - |
| XYZ | 28.59 | 18.02 | 9.18 | - |
| YUV | 112.15 | 108.73 | 193.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 72 | 78 | 0 | 0.65 | 0.62 | 0.2 | 357.27 | 0.56 | 0.54 |
| Hex | CC | 48 | 4E | 0 | 41 | 3E | 14 | 165 | 38 | 36 |
| Octal | 314 | 110 | 116 | 0 | 101 | 76 | 24 | 545 | 70 | 66 |
| Binary | 11001100 | 1001000 | 1001110 | 0 | 1000001 | 111110 | 10100 | 101100101 | 111000 | 110110 |
Color Harmonies of #CC484E
Complementary color
Monochromatic Colors of #CC484E
Black with #CC484E
Text Example
Text Example
White with #CC484E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC484E; }
p { color: rgb(204,72,78); }
H1.HeaderClassName
{
color: #CC484E;
}
.AnyTagClassName
{
color: #CC484E;
}
</style>
background-color css
<style>
a { background-color: #CC484E; }
a { background-color: rgb(204,72,78); }
div.DivClassName
{
background-color: #CC484E;
}
.BgClassName
{
background-color: #CC484E;
}
</style>
border-color css
<style>
span { border-color: #CC484E; }
span { border-color: rgb(204,72,78); }
td.TdClassName
{
border-color: #CC484E;
}
.TagClassName
{
border-color: #CC484E;
}
</style>