Shades of Mandy #CC474E
Tints of Mandy #CC474E
RGB
CMYK
RGB Variations
Color information
#CC474E (or 0xCC474E) is known color: Mandy. HEX triplet: CC, 47 and 4E. RGB value is (204,71,78). Sum of RGB (Red+Green+Blue) = 204+71+78=353 (46% of max value = 765). Red value is 204 (80.08% from 255 or 57.79% from 353); Green value is 71 (28.12% from 255 or 20.11% from 353); Blue value is 78 (30.86% from 255 or 22.10% from 353); Max value from RGB is 204 - color contains mainly: red. Hex color #CC474E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC474E is #33B8B1. Grayscale: #6F6F6F. Windows color (decimal): -3389618 or 5130188. OLE color: 5130188.
HSL color Cylindrical-coordinate representation of color #CC474E: hue angle of 356.84º degrees, saturation: 0.57, 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 #CC474E is Cyan = 0, Magento = 0.65, Yellow = 0.62 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 71 | 78 | - |
| CMYK | 0 | 0.65 | 0.62 | 0.2 |
| HSL | 356.84º | 0.57% | 0.54% | - |
| HSV(B) | 356.84º | 0.65% | 0.8% | - |
| XYZ | 28.53 | 17.89 | 9.16 | - |
| YUV | 111.57 | 109.06 | 193.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 71 | 78 | 0 | 0.65 | 0.62 | 0.2 | 356.84 | 0.57 | 0.54 |
| Hex | CC | 47 | 4E | 0 | 41 | 3E | 14 | 165 | 39 | 36 |
| Octal | 314 | 107 | 116 | 0 | 101 | 76 | 24 | 545 | 71 | 66 |
| Binary | 11001100 | 1000111 | 1001110 | 0 | 1000001 | 111110 | 10100 | 101100101 | 111001 | 110110 |
Color Harmonies of #CC474E
Complementary color
Monochromatic Colors of #CC474E
Black with #CC474E
Text Example
Text Example
White with #CC474E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC474E; }
p { color: rgb(204,71,78); }
H1.HeaderClassName
{
color: #CC474E;
}
.AnyTagClassName
{
color: #CC474E;
}
</style>
background-color css
<style>
a { background-color: #CC474E; }
a { background-color: rgb(204,71,78); }
div.DivClassName
{
background-color: #CC474E;
}
.BgClassName
{
background-color: #CC474E;
}
</style>
border-color css
<style>
span { border-color: #CC474E; }
span { border-color: rgb(204,71,78); }
td.TdClassName
{
border-color: #CC474E;
}
.TagClassName
{
border-color: #CC474E;
}
</style>