Shades of Mandy #CC4C55
Tints of Mandy #CC4C55
RGB
CMYK
RGB Variations
Color information
#CC4C55 (or 0xCC4C55) is known color: Mandy. HEX triplet: CC, 4C and 55. RGB value is (204,76,85). Sum of RGB (Red+Green+Blue) = 204+76+85=365 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.89% from 365); Green value is 76 (30.08% from 255 or 20.82% from 365); Blue value is 85 (33.59% from 255 or 23.29% from 365); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4C55 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC4C55 is #33B3AA. Grayscale: #737373. Windows color (decimal): -3388331 or 5590220. OLE color: 5590220.
HSL color Cylindrical-coordinate representation of color #CC4C55: hue angle of 355.78º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CC4C55 is Cyan = 0, Magento = 0.63, Yellow = 0.58 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 76 | 85 | - |
| CMYK | 0 | 0.63 | 0.58 | 0.2 |
| HSL | 355.78º | 0.56% | 0.55% | - |
| HSV(B) | 355.78º | 0.63% | 0.8% | - |
| XYZ | 29.13 | 18.66 | 10.66 | - |
| YUV | 115.3 | 110.91 | 191.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 76 | 85 | 0 | 0.63 | 0.58 | 0.2 | 355.78 | 0.56 | 0.55 |
| Hex | CC | 4C | 55 | 0 | 3F | 3A | 14 | 164 | 38 | 37 |
| Octal | 314 | 114 | 125 | 0 | 77 | 72 | 24 | 544 | 70 | 67 |
| Binary | 11001100 | 1001100 | 1010101 | 0 | 111111 | 111010 | 10100 | 101100100 | 111000 | 110111 |
Color Harmonies of #CC4C55
Complementary color
Monochromatic Colors of #CC4C55
Black with #CC4C55
Text Example
Text Example
White with #CC4C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4C55; }
p { color: rgb(204,76,85); }
H1.HeaderClassName
{
color: #CC4C55;
}
.AnyTagClassName
{
color: #CC4C55;
}
</style>
background-color css
<style>
a { background-color: #CC4C55; }
a { background-color: rgb(204,76,85); }
div.DivClassName
{
background-color: #CC4C55;
}
.BgClassName
{
background-color: #CC4C55;
}
</style>
border-color css
<style>
span { border-color: #CC4C55; }
span { border-color: rgb(204,76,85); }
td.TdClassName
{
border-color: #CC4C55;
}
.TagClassName
{
border-color: #CC4C55;
}
</style>