Shades of Mandy #CC5359
Tints of Mandy #CC5359
RGB
CMYK
RGB Variations
Color information
#CC5359 (or 0xCC5359) is known color: Mandy. HEX triplet: CC, 53 and 59. RGB value is (204,83,89). Sum of RGB (Red+Green+Blue) = 204+83+89=376 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.26% from 376); Green value is 83 (32.81% from 255 or 22.07% from 376); Blue value is 89 (35.16% from 255 or 23.67% from 376); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5359 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC5359 is #33ACA6. Grayscale: #777777. Windows color (decimal): -3386535 or 5854156. OLE color: 5854156.
HSL color Cylindrical-coordinate representation of color #CC5359: hue angle of 357.02º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CC5359 is Cyan = 0, Magento = 0.59, Yellow = 0.56 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 83 | 89 | - |
| CMYK | 0 | 0.59 | 0.56 | 0.2 |
| HSL | 357.02º | 0.54% | 0.56% | - |
| HSV(B) | 357.02º | 0.59% | 0.8% | - |
| XYZ | 29.8 | 19.75 | 11.69 | - |
| YUV | 119.86 | 110.59 | 188.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 83 | 89 | 0 | 0.59 | 0.56 | 0.2 | 357.02 | 0.54 | 0.56 |
| Hex | CC | 53 | 59 | 0 | 3B | 38 | 14 | 165 | 36 | 38 |
| Octal | 314 | 123 | 131 | 0 | 73 | 70 | 24 | 545 | 66 | 70 |
| Binary | 11001100 | 1010011 | 1011001 | 0 | 111011 | 111000 | 10100 | 101100101 | 110110 | 111000 |
Color Harmonies of #CC5359
Complementary color
Monochromatic Colors of #CC5359
Black with #CC5359
Text Example
Text Example
White with #CC5359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5359; }
p { color: rgb(204,83,89); }
H1.HeaderClassName
{
color: #CC5359;
}
.AnyTagClassName
{
color: #CC5359;
}
</style>
background-color css
<style>
a { background-color: #CC5359; }
a { background-color: rgb(204,83,89); }
div.DivClassName
{
background-color: #CC5359;
}
.BgClassName
{
background-color: #CC5359;
}
</style>
border-color css
<style>
span { border-color: #CC5359; }
span { border-color: rgb(204,83,89); }
td.TdClassName
{
border-color: #CC5359;
}
.TagClassName
{
border-color: #CC5359;
}
</style>