Shades of Mandy #CC4753
Tints of Mandy #CC4753
RGB
CMYK
RGB Variations
Color information
#CC4753 (or 0xCC4753) is known color: Mandy. HEX triplet: CC, 47 and 53. RGB value is (204,71,83). Sum of RGB (Red+Green+Blue) = 204+71+83=358 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.98% from 358); Green value is 71 (28.12% from 255 or 19.83% from 358); Blue value is 83 (32.81% from 255 or 23.18% from 358); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4753 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC4753 is #33B8AC. Grayscale: #707070. Windows color (decimal): -3389613 or 5457868. OLE color: 5457868.
HSL color Cylindrical-coordinate representation of color #CC4753: hue angle of 354.59º 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 #CC4753 is Cyan = 0, Magento = 0.65, Yellow = 0.59 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 71 | 83 | - |
| CMYK | 0 | 0.65 | 0.59 | 0.2 |
| HSL | 354.59º | 0.57% | 0.54% | - |
| HSV(B) | 354.59º | 0.65% | 0.8% | - |
| XYZ | 28.72 | 17.97 | 10.14 | - |
| YUV | 112.14 | 111.56 | 193.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 71 | 83 | 0 | 0.65 | 0.59 | 0.2 | 354.59 | 0.57 | 0.54 |
| Hex | CC | 47 | 53 | 0 | 41 | 3B | 14 | 163 | 39 | 36 |
| Octal | 314 | 107 | 123 | 0 | 101 | 73 | 24 | 543 | 71 | 66 |
| Binary | 11001100 | 1000111 | 1010011 | 0 | 1000001 | 111011 | 10100 | 101100011 | 111001 | 110110 |
Color Harmonies of #CC4753
Complementary color
Monochromatic Colors of #CC4753
Black with #CC4753
Text Example
Text Example
White with #CC4753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4753; }
p { color: rgb(204,71,83); }
H1.HeaderClassName
{
color: #CC4753;
}
.AnyTagClassName
{
color: #CC4753;
}
</style>
background-color css
<style>
a { background-color: #CC4753; }
a { background-color: rgb(204,71,83); }
div.DivClassName
{
background-color: #CC4753;
}
.BgClassName
{
background-color: #CC4753;
}
</style>
border-color css
<style>
span { border-color: #CC4753; }
span { border-color: rgb(204,71,83); }
td.TdClassName
{
border-color: #CC4753;
}
.TagClassName
{
border-color: #CC4753;
}
</style>