Shades of Mandy #CC4751
Tints of Mandy #CC4751
RGB
CMYK
RGB Variations
Color information
#CC4751 (or 0xCC4751) is known color: Mandy. HEX triplet: CC, 47 and 51. RGB value is (204,71,81). Sum of RGB (Red+Green+Blue) = 204+71+81=356 (47% of max value = 765). Red value is 204 (80.08% from 255 or 57.30% from 356); Green value is 71 (28.12% from 255 or 19.94% from 356); Blue value is 81 (32.03% from 255 or 22.75% from 356); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4751 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC4751 is #33B8AE. Grayscale: #707070. Windows color (decimal): -3389615 or 5326796. OLE color: 5326796.
HSL color Cylindrical-coordinate representation of color #CC4751: hue angle of 355.49º 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 #CC4751 is Cyan = 0, Magento = 0.65, Yellow = 0.60 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 71 | 81 | - |
| CMYK | 0 | 0.65 | 0.60 | 0.2 |
| HSL | 355.49º | 0.57% | 0.54% | - |
| HSV(B) | 355.49º | 0.65% | 0.8% | - |
| XYZ | 28.64 | 17.94 | 9.74 | - |
| YUV | 111.91 | 110.56 | 193.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 71 | 81 | 0 | 0.65 | 0.60 | 0.2 | 355.49 | 0.57 | 0.54 |
| Hex | CC | 47 | 51 | 0 | 41 | 3C | 14 | 163 | 39 | 36 |
| Octal | 314 | 107 | 121 | 0 | 101 | 74 | 24 | 543 | 71 | 66 |
| Binary | 11001100 | 1000111 | 1010001 | 0 | 1000001 | 111100 | 10100 | 101100011 | 111001 | 110110 |
Color Harmonies of #CC4751
Complementary color
Monochromatic Colors of #CC4751
Black with #CC4751
Text Example
Text Example
White with #CC4751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4751; }
p { color: rgb(204,71,81); }
H1.HeaderClassName
{
color: #CC4751;
}
.AnyTagClassName
{
color: #CC4751;
}
</style>
background-color css
<style>
a { background-color: #CC4751; }
a { background-color: rgb(204,71,81); }
div.DivClassName
{
background-color: #CC4751;
}
.BgClassName
{
background-color: #CC4751;
}
</style>
border-color css
<style>
span { border-color: #CC4751; }
span { border-color: rgb(204,71,81); }
td.TdClassName
{
border-color: #CC4751;
}
.TagClassName
{
border-color: #CC4751;
}
</style>