Shades of Mandy #C84A55
Tints of Mandy #C84A55
RGB
CMYK
RGB Variations
Color information
#C84A55 (or 0xC84A55) is known color: Mandy. HEX triplet: C8, 4A and 55. RGB value is (200,74,85). Sum of RGB (Red+Green+Blue) = 200+74+85=359 (47% of max value = 765). Red value is 200 (78.52% from 255 or 55.71% from 359); Green value is 74 (29.30% from 255 or 20.61% from 359); Blue value is 85 (33.59% from 255 or 23.68% from 359); Max value from RGB is 200 - color contains mainly: red. Hex color #C84A55 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C84A55 is #37B5AA. Grayscale: #717171. Windows color (decimal): -3650987 or 5589704. OLE color: 5589704.
HSL color Cylindrical-coordinate representation of color #C84A55: hue angle of 354.76º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C84A55 is Cyan = 0, Magento = 0.63, Yellow = 0.58 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 74 | 85 | - |
| CMYK | 0 | 0.63 | 0.58 | 0.22 |
| HSL | 354.76º | 0.53% | 0.54% | - |
| HSV(B) | 354.76º | 0.63% | 0.78% | - |
| XYZ | 27.91 | 17.83 | 10.57 | - |
| YUV | 112.93 | 112.24 | 190.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 74 | 85 | 0 | 0.63 | 0.58 | 0.22 | 354.76 | 0.53 | 0.54 |
| Hex | C8 | 4A | 55 | 0 | 3F | 3A | 16 | 163 | 35 | 36 |
| Octal | 310 | 112 | 125 | 0 | 77 | 72 | 26 | 543 | 65 | 66 |
| Binary | 11001000 | 1001010 | 1010101 | 0 | 111111 | 111010 | 10110 | 101100011 | 110101 | 110110 |
Color Harmonies of #C84A55
Complementary color
Monochromatic Colors of #C84A55
Black with #C84A55
Text Example
Text Example
White with #C84A55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84A55; }
p { color: rgb(200,74,85); }
H1.HeaderClassName
{
color: #C84A55;
}
.AnyTagClassName
{
color: #C84A55;
}
</style>
background-color css
<style>
a { background-color: #C84A55; }
a { background-color: rgb(200,74,85); }
div.DivClassName
{
background-color: #C84A55;
}
.BgClassName
{
background-color: #C84A55;
}
</style>
border-color css
<style>
span { border-color: #C84A55; }
span { border-color: rgb(200,74,85); }
td.TdClassName
{
border-color: #C84A55;
}
.TagClassName
{
border-color: #C84A55;
}
</style>