Shades of Mandy #CC4749
Tints of Mandy #CC4749
RGB
CMYK
RGB Variations
Color information
#CC4749 (or 0xCC4749) is known color: Mandy. HEX triplet: CC, 47 and 49. RGB value is (204,71,73). Sum of RGB (Red+Green+Blue) = 204+71+73=348 (46% of max value = 765). Red value is 204 (80.08% from 255 or 58.62% from 348); Green value is 71 (28.12% from 255 or 20.40% from 348); Blue value is 73 (28.91% from 255 or 20.98% from 348); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4749 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC4749 is #33B8B6. Grayscale: #6F6F6F. Windows color (decimal): -3389623 or 4802508. OLE color: 4802508.
HSL color Cylindrical-coordinate representation of color #CC4749: hue angle of 359.1º 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 #CC4749 is Cyan = 0, Magento = 0.65, Yellow = 0.64 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 71 | 73 | - |
| CMYK | 0 | 0.65 | 0.64 | 0.2 |
| HSL | 359.1º | 0.57% | 0.54% | - |
| HSV(B) | 359.1º | 0.65% | 0.8% | - |
| XYZ | 28.36 | 17.82 | 8.25 | - |
| YUV | 111 | 106.56 | 194.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 71 | 73 | 0 | 0.65 | 0.64 | 0.2 | 359.1 | 0.57 | 0.54 |
| Hex | CC | 47 | 49 | 0 | 41 | 40 | 14 | 167 | 39 | 36 |
| Octal | 314 | 107 | 111 | 0 | 101 | 100 | 24 | 547 | 71 | 66 |
| Binary | 11001100 | 1000111 | 1001001 | 0 | 1000001 | 1000000 | 10100 | 101100111 | 111001 | 110110 |
Color Harmonies of #CC4749
Complementary color
Monochromatic Colors of #CC4749
Black with #CC4749
Text Example
Text Example
White with #CC4749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4749; }
p { color: rgb(204,71,73); }
H1.HeaderClassName
{
color: #CC4749;
}
.AnyTagClassName
{
color: #CC4749;
}
</style>
background-color css
<style>
a { background-color: #CC4749; }
a { background-color: rgb(204,71,73); }
div.DivClassName
{
background-color: #CC4749;
}
.BgClassName
{
background-color: #CC4749;
}
</style>
border-color css
<style>
span { border-color: #CC4749; }
span { border-color: rgb(204,71,73); }
td.TdClassName
{
border-color: #CC4749;
}
.TagClassName
{
border-color: #CC4749;
}
</style>