Shades of Mandy #CC4E55
Tints of Mandy #CC4E55
RGB
CMYK
RGB Variations
Color information
#CC4E55 (or 0xCC4E55) is known color: Mandy. HEX triplet: CC, 4E and 55. RGB value is (204,78,85). Sum of RGB (Red+Green+Blue) = 204+78+85=367 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.59% from 367); Green value is 78 (30.86% from 255 or 21.25% from 367); Blue value is 85 (33.59% from 255 or 23.16% from 367); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4E55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC4E55 is #33B1AA. Grayscale: #747474. Windows color (decimal): -3387819 or 5590732. OLE color: 5590732.
HSL color Cylindrical-coordinate representation of color #CC4E55: hue angle of 356.67º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CC4E55 is Cyan = 0, Magento = 0.62, Yellow = 0.58 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 78 | 85 | - |
| CMYK | 0 | 0.62 | 0.58 | 0.2 |
| HSL | 356.67º | 0.55% | 0.55% | - |
| HSV(B) | 356.67º | 0.62% | 0.8% | - |
| XYZ | 29.27 | 18.94 | 10.71 | - |
| YUV | 116.47 | 110.24 | 190.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 78 | 85 | 0 | 0.62 | 0.58 | 0.2 | 356.67 | 0.55 | 0.55 |
| Hex | CC | 4E | 55 | 0 | 3E | 3A | 14 | 165 | 37 | 37 |
| Octal | 314 | 116 | 125 | 0 | 76 | 72 | 24 | 545 | 67 | 67 |
| Binary | 11001100 | 1001110 | 1010101 | 0 | 111110 | 111010 | 10100 | 101100101 | 110111 | 110111 |
Color Harmonies of #CC4E55
Complementary color
Monochromatic Colors of #CC4E55
Black with #CC4E55
Text Example
Text Example
White with #CC4E55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4E55; }
p { color: rgb(204,78,85); }
H1.HeaderClassName
{
color: #CC4E55;
}
.AnyTagClassName
{
color: #CC4E55;
}
</style>
background-color css
<style>
a { background-color: #CC4E55; }
a { background-color: rgb(204,78,85); }
div.DivClassName
{
background-color: #CC4E55;
}
.BgClassName
{
background-color: #CC4E55;
}
</style>
border-color css
<style>
span { border-color: #CC4E55; }
span { border-color: rgb(204,78,85); }
td.TdClassName
{
border-color: #CC4E55;
}
.TagClassName
{
border-color: #CC4E55;
}
</style>