Shades of Mandy #CC4557
Tints of Mandy #CC4557
RGB
CMYK
RGB Variations
Color information
#CC4557 (or 0xCC4557) is known color: Mandy. HEX triplet: CC, 45 and 57. RGB value is (204,69,87). Sum of RGB (Red+Green+Blue) = 204+69+87=360 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.67% from 360); Green value is 69 (27.34% from 255 or 19.17% from 360); Blue value is 87 (34.38% from 255 or 24.17% from 360); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4557 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC4557 is #33BAA8. Grayscale: #6F6F6F. Windows color (decimal): -3390121 or 5719500. OLE color: 5719500.
HSL color Cylindrical-coordinate representation of color #CC4557: hue angle of 352º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CC4557 is Cyan = 0, Magento = 0.66, Yellow = 0.57 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 69 | 87 | - |
| CMYK | 0 | 0.66 | 0.57 | 0.2 |
| HSL | 352º | 0.57% | 0.54% | - |
| HSV(B) | 352º | 0.66% | 0.8% | - |
| XYZ | 28.75 | 17.78 | 10.93 | - |
| YUV | 111.42 | 114.23 | 194.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 69 | 87 | 0 | 0.66 | 0.57 | 0.2 | 352 | 0.57 | 0.54 |
| Hex | CC | 45 | 57 | 0 | 42 | 39 | 14 | 160 | 39 | 36 |
| Octal | 314 | 105 | 127 | 0 | 102 | 71 | 24 | 540 | 71 | 66 |
| Binary | 11001100 | 1000101 | 1010111 | 0 | 1000010 | 111001 | 10100 | 101100000 | 111001 | 110110 |
Color Harmonies of #CC4557
Complementary color
Monochromatic Colors of #CC4557
Black with #CC4557
Text Example
Text Example
White with #CC4557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4557; }
p { color: rgb(204,69,87); }
H1.HeaderClassName
{
color: #CC4557;
}
.AnyTagClassName
{
color: #CC4557;
}
</style>
background-color css
<style>
a { background-color: #CC4557; }
a { background-color: rgb(204,69,87); }
div.DivClassName
{
background-color: #CC4557;
}
.BgClassName
{
background-color: #CC4557;
}
</style>
border-color css
<style>
span { border-color: #CC4557; }
span { border-color: rgb(204,69,87); }
td.TdClassName
{
border-color: #CC4557;
}
.TagClassName
{
border-color: #CC4557;
}
</style>