Shades of Mandy #CC5557
Tints of Mandy #CC5557
RGB
CMYK
RGB Variations
Color information
#CC5557 (or 0xCC5557) is known color: Mandy. HEX triplet: CC, 55 and 57. RGB value is (204,85,87). Sum of RGB (Red+Green+Blue) = 204+85+87=376 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.26% from 376); Green value is 85 (33.59% from 255 or 22.61% from 376); Blue value is 87 (34.38% from 255 or 23.14% from 376); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5557 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC5557 is #33AAA8. Grayscale: #787878. Windows color (decimal): -3386025 or 5723596. OLE color: 5723596.
HSL color Cylindrical-coordinate representation of color #CC5557: hue angle of 358.99º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CC5557 is Cyan = 0, Magento = 0.58, Yellow = 0.57 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 85 | 87 | - |
| CMYK | 0 | 0.58 | 0.57 | 0.2 |
| HSL | 358.99º | 0.54% | 0.57% | - |
| HSV(B) | 358.99º | 0.58% | 0.8% | - |
| XYZ | 29.87 | 20.02 | 11.31 | - |
| YUV | 120.81 | 108.92 | 187.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 85 | 87 | 0 | 0.58 | 0.57 | 0.2 | 358.99 | 0.54 | 0.57 |
| Hex | CC | 55 | 57 | 0 | 3A | 39 | 14 | 167 | 36 | 39 |
| Octal | 314 | 125 | 127 | 0 | 72 | 71 | 24 | 547 | 66 | 71 |
| Binary | 11001100 | 1010101 | 1010111 | 0 | 111010 | 111001 | 10100 | 101100111 | 110110 | 111001 |
Color Harmonies of #CC5557
Complementary color
Monochromatic Colors of #CC5557
Black with #CC5557
Text Example
Text Example
White with #CC5557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5557; }
p { color: rgb(204,85,87); }
H1.HeaderClassName
{
color: #CC5557;
}
.AnyTagClassName
{
color: #CC5557;
}
</style>
background-color css
<style>
a { background-color: #CC5557; }
a { background-color: rgb(204,85,87); }
div.DivClassName
{
background-color: #CC5557;
}
.BgClassName
{
background-color: #CC5557;
}
</style>
border-color css
<style>
span { border-color: #CC5557; }
span { border-color: rgb(204,85,87); }
td.TdClassName
{
border-color: #CC5557;
}
.TagClassName
{
border-color: #CC5557;
}
</style>