Shades of Mandy #CC474C
Tints of Mandy #CC474C
RGB
CMYK
RGB Variations
Color information
#CC474C (or 0xCC474C) is known color: Mandy. HEX triplet: CC, 47 and 4C. RGB value is (204,71,76). Sum of RGB (Red+Green+Blue) = 204+71+76=351 (46% of max value = 765). Red value is 204 (80.08% from 255 or 58.12% from 351); Green value is 71 (28.12% from 255 or 20.23% from 351); Blue value is 76 (30.08% from 255 or 21.65% from 351); Max value from RGB is 204 - color contains mainly: red. Hex color #CC474C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC474C is #33B8B3. Grayscale: #6F6F6F. Windows color (decimal): -3389620 or 4999116. OLE color: 4999116.
HSL color Cylindrical-coordinate representation of color #CC474C: hue angle of 357.74º 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 #CC474C is Cyan = 0, Magento = 0.65, Yellow = 0.63 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 71 | 76 | - |
| CMYK | 0 | 0.65 | 0.63 | 0.2 |
| HSL | 357.74º | 0.57% | 0.54% | - |
| HSV(B) | 357.74º | 0.65% | 0.8% | - |
| XYZ | 28.46 | 17.87 | 8.79 | - |
| YUV | 111.34 | 108.06 | 194.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 71 | 76 | 0 | 0.65 | 0.63 | 0.2 | 357.74 | 0.57 | 0.54 |
| Hex | CC | 47 | 4C | 0 | 41 | 3F | 14 | 166 | 39 | 36 |
| Octal | 314 | 107 | 114 | 0 | 101 | 77 | 24 | 546 | 71 | 66 |
| Binary | 11001100 | 1000111 | 1001100 | 0 | 1000001 | 111111 | 10100 | 101100110 | 111001 | 110110 |
Color Harmonies of #CC474C
Complementary color
Monochromatic Colors of #CC474C
Black with #CC474C
Text Example
Text Example
White with #CC474C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC474C; }
p { color: rgb(204,71,76); }
H1.HeaderClassName
{
color: #CC474C;
}
.AnyTagClassName
{
color: #CC474C;
}
</style>
background-color css
<style>
a { background-color: #CC474C; }
a { background-color: rgb(204,71,76); }
div.DivClassName
{
background-color: #CC474C;
}
.BgClassName
{
background-color: #CC474C;
}
</style>
border-color css
<style>
span { border-color: #CC474C; }
span { border-color: rgb(204,71,76); }
td.TdClassName
{
border-color: #CC474C;
}
.TagClassName
{
border-color: #CC474C;
}
</style>