Shades of Mandy #CC4855
Tints of Mandy #CC4855
RGB
CMYK
RGB Variations
Color information
#CC4855 (or 0xCC4855) is known color: Mandy. HEX triplet: CC, 48 and 55. RGB value is (204,72,85). Sum of RGB (Red+Green+Blue) = 204+72+85=361 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.51% from 361); Green value is 72 (28.52% from 255 or 19.94% from 361); Blue value is 85 (33.59% from 255 or 23.55% from 361); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4855 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC4855 is #33B7AA. Grayscale: #717171. Windows color (decimal): -3389355 or 5589196. OLE color: 5589196.
HSL color Cylindrical-coordinate representation of color #CC4855: hue angle of 354.09º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CC4855 is Cyan = 0, Magento = 0.65, Yellow = 0.58 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 72 | 85 | - |
| CMYK | 0 | 0.65 | 0.58 | 0.2 |
| HSL | 354.09º | 0.56% | 0.54% | - |
| HSV(B) | 354.09º | 0.65% | 0.8% | - |
| XYZ | 28.86 | 18.13 | 10.57 | - |
| YUV | 112.95 | 112.23 | 192.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 72 | 85 | 0 | 0.65 | 0.58 | 0.2 | 354.09 | 0.56 | 0.54 |
| Hex | CC | 48 | 55 | 0 | 41 | 3A | 14 | 162 | 38 | 36 |
| Octal | 314 | 110 | 125 | 0 | 101 | 72 | 24 | 542 | 70 | 66 |
| Binary | 11001100 | 1001000 | 1010101 | 0 | 1000001 | 111010 | 10100 | 101100010 | 111000 | 110110 |
Color Harmonies of #CC4855
Complementary color
Monochromatic Colors of #CC4855
Black with #CC4855
Text Example
Text Example
White with #CC4855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4855; }
p { color: rgb(204,72,85); }
H1.HeaderClassName
{
color: #CC4855;
}
.AnyTagClassName
{
color: #CC4855;
}
</style>
background-color css
<style>
a { background-color: #CC4855; }
a { background-color: rgb(204,72,85); }
div.DivClassName
{
background-color: #CC4855;
}
.BgClassName
{
background-color: #CC4855;
}
</style>
border-color css
<style>
span { border-color: #CC4855; }
span { border-color: rgb(204,72,85); }
td.TdClassName
{
border-color: #CC4855;
}
.TagClassName
{
border-color: #CC4855;
}
</style>