Shades of Mandy #C84550
Tints of Mandy #C84550
RGB
CMYK
RGB Variations
Color information
#C84550 (or 0xC84550) is known color: Mandy. HEX triplet: C8, 45 and 50. RGB value is (200,69,80). Sum of RGB (Red+Green+Blue) = 200+69+80=349 (46% of max value = 765). Red value is 200 (78.52% from 255 or 57.31% from 349); Green value is 69 (27.34% from 255 or 19.77% from 349); Blue value is 80 (31.64% from 255 or 22.92% from 349); Max value from RGB is 200 - color contains mainly: red. Hex color #C84550 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C84550 is #37BAAF. Grayscale: #6D6D6D. Windows color (decimal): -3652272 or 5260744. OLE color: 5260744.
HSL color Cylindrical-coordinate representation of color #C84550: hue angle of 354.96º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C84550 is Cyan = 0, Magento = 0.66, Yellow = 0.6 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 69 | 80 | - |
| CMYK | 0 | 0.66 | 0.6 | 0.22 |
| HSL | 354.96º | 0.54% | 0.53% | - |
| HSV(B) | 354.96º | 0.66% | 0.78% | - |
| XYZ | 27.4 | 17.11 | 9.45 | - |
| YUV | 109.42 | 111.4 | 192.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 69 | 80 | 0 | 0.66 | 0.6 | 0.22 | 354.96 | 0.54 | 0.53 |
| Hex | C8 | 45 | 50 | 0 | 42 | 3C | 16 | 163 | 36 | 35 |
| Octal | 310 | 105 | 120 | 0 | 102 | 74 | 26 | 543 | 66 | 65 |
| Binary | 11001000 | 1000101 | 1010000 | 0 | 1000010 | 111100 | 10110 | 101100011 | 110110 | 110101 |
Color Harmonies of #C84550
Complementary color
Monochromatic Colors of #C84550
Black with #C84550
Text Example
Text Example
White with #C84550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84550; }
p { color: rgb(200,69,80); }
H1.HeaderClassName
{
color: #C84550;
}
.AnyTagClassName
{
color: #C84550;
}
</style>
background-color css
<style>
a { background-color: #C84550; }
a { background-color: rgb(200,69,80); }
div.DivClassName
{
background-color: #C84550;
}
.BgClassName
{
background-color: #C84550;
}
</style>
border-color css
<style>
span { border-color: #C84550; }
span { border-color: rgb(200,69,80); }
td.TdClassName
{
border-color: #C84550;
}
.TagClassName
{
border-color: #C84550;
}
</style>