Shades of Mandy #CC5558
Tints of Mandy #CC5558
RGB
CMYK
RGB Variations
Color information
#CC5558 (or 0xCC5558) is known color: Mandy. HEX triplet: CC, 55 and 58. RGB value is (204,85,88). Sum of RGB (Red+Green+Blue) = 204+85+88=377 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.11% from 377); Green value is 85 (33.59% from 255 or 22.55% from 377); Blue value is 88 (34.77% from 255 or 23.34% from 377); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5558 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC5558 is #33AAA7. Grayscale: #797979. Windows color (decimal): -3386024 or 5789132. OLE color: 5789132.
HSL color Cylindrical-coordinate representation of color #CC5558: hue angle of 358.49º 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 #CC5558 is Cyan = 0, Magento = 0.58, Yellow = 0.57 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 85 | 88 | - |
| CMYK | 0 | 0.58 | 0.57 | 0.2 |
| HSL | 358.49º | 0.54% | 0.57% | - |
| HSV(B) | 358.49º | 0.58% | 0.8% | - |
| XYZ | 29.91 | 20.04 | 11.52 | - |
| YUV | 120.92 | 109.42 | 187.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 85 | 88 | 0 | 0.58 | 0.57 | 0.2 | 358.49 | 0.54 | 0.57 |
| Hex | CC | 55 | 58 | 0 | 3A | 39 | 14 | 166 | 36 | 39 |
| Octal | 314 | 125 | 130 | 0 | 72 | 71 | 24 | 546 | 66 | 71 |
| Binary | 11001100 | 1010101 | 1011000 | 0 | 111010 | 111001 | 10100 | 101100110 | 110110 | 111001 |
Color Harmonies of #CC5558
Complementary color
Monochromatic Colors of #CC5558
Black with #CC5558
Text Example
Text Example
White with #CC5558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5558; }
p { color: rgb(204,85,88); }
H1.HeaderClassName
{
color: #CC5558;
}
.AnyTagClassName
{
color: #CC5558;
}
</style>
background-color css
<style>
a { background-color: #CC5558; }
a { background-color: rgb(204,85,88); }
div.DivClassName
{
background-color: #CC5558;
}
.BgClassName
{
background-color: #CC5558;
}
</style>
border-color css
<style>
span { border-color: #CC5558; }
span { border-color: rgb(204,85,88); }
td.TdClassName
{
border-color: #CC5558;
}
.TagClassName
{
border-color: #CC5558;
}
</style>