Shades of Mandy #CC4752
Tints of Mandy #CC4752
RGB
CMYK
RGB Variations
Color information
#CC4752 (or 0xCC4752) is known color: Mandy. HEX triplet: CC, 47 and 52. RGB value is (204,71,82). Sum of RGB (Red+Green+Blue) = 204+71+82=357 (47% of max value = 765). Red value is 204 (80.08% from 255 or 57.14% from 357); Green value is 71 (28.12% from 255 or 19.89% from 357); Blue value is 82 (32.42% from 255 or 22.97% from 357); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4752 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC4752 is #33B8AD. Grayscale: #707070. Windows color (decimal): -3389614 or 5392332. OLE color: 5392332.
HSL color Cylindrical-coordinate representation of color #CC4752: hue angle of 355.04º 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 #CC4752 is Cyan = 0, Magento = 0.65, Yellow = 0.60 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 71 | 82 | - |
| CMYK | 0 | 0.65 | 0.60 | 0.2 |
| HSL | 355.04º | 0.57% | 0.54% | - |
| HSV(B) | 355.04º | 0.65% | 0.8% | - |
| XYZ | 28.68 | 17.95 | 9.94 | - |
| YUV | 112.02 | 111.06 | 193.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 71 | 82 | 0 | 0.65 | 0.60 | 0.2 | 355.04 | 0.57 | 0.54 |
| Hex | CC | 47 | 52 | 0 | 41 | 3C | 14 | 163 | 39 | 36 |
| Octal | 314 | 107 | 122 | 0 | 101 | 74 | 24 | 543 | 71 | 66 |
| Binary | 11001100 | 1000111 | 1010010 | 0 | 1000001 | 111100 | 10100 | 101100011 | 111001 | 110110 |
Color Harmonies of #CC4752
Complementary color
Monochromatic Colors of #CC4752
Black with #CC4752
Text Example
Text Example
White with #CC4752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4752; }
p { color: rgb(204,71,82); }
H1.HeaderClassName
{
color: #CC4752;
}
.AnyTagClassName
{
color: #CC4752;
}
</style>
background-color css
<style>
a { background-color: #CC4752; }
a { background-color: rgb(204,71,82); }
div.DivClassName
{
background-color: #CC4752;
}
.BgClassName
{
background-color: #CC4752;
}
</style>
border-color css
<style>
span { border-color: #CC4752; }
span { border-color: rgb(204,71,82); }
td.TdClassName
{
border-color: #CC4752;
}
.TagClassName
{
border-color: #CC4752;
}
</style>