Shades of Mandy #C84A50
Tints of Mandy #C84A50
RGB
CMYK
RGB Variations
Color information
#C84A50 (or 0xC84A50) is known color: Mandy. HEX triplet: C8, 4A and 50. RGB value is (200,74,80). Sum of RGB (Red+Green+Blue) = 200+74+80=354 (46% of max value = 765). Red value is 200 (78.52% from 255 or 56.50% from 354); Green value is 74 (29.30% from 255 or 20.90% from 354); Blue value is 80 (31.64% from 255 or 22.60% from 354); Max value from RGB is 200 - color contains mainly: red. Hex color #C84A50 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C84A50 is #37B5AF. Grayscale: #707070. Windows color (decimal): -3650992 or 5262024. OLE color: 5262024.
HSL color Cylindrical-coordinate representation of color #C84A50: hue angle of 357.14º 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 #C84A50 is Cyan = 0, Magento = 0.63, Yellow = 0.6 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 74 | 80 | - |
| CMYK | 0 | 0.63 | 0.6 | 0.22 |
| HSL | 357.14º | 0.53% | 0.54% | - |
| HSV(B) | 357.14º | 0.63% | 0.78% | - |
| XYZ | 27.72 | 17.76 | 9.56 | - |
| YUV | 112.36 | 109.74 | 190.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 74 | 80 | 0 | 0.63 | 0.6 | 0.22 | 357.14 | 0.53 | 0.54 |
| Hex | C8 | 4A | 50 | 0 | 3F | 3C | 16 | 165 | 35 | 36 |
| Octal | 310 | 112 | 120 | 0 | 77 | 74 | 26 | 545 | 65 | 66 |
| Binary | 11001000 | 1001010 | 1010000 | 0 | 111111 | 111100 | 10110 | 101100101 | 110101 | 110110 |
Color Harmonies of #C84A50
Complementary color
Monochromatic Colors of #C84A50
Black with #C84A50
Text Example
Text Example
White with #C84A50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84A50; }
p { color: rgb(200,74,80); }
H1.HeaderClassName
{
color: #C84A50;
}
.AnyTagClassName
{
color: #C84A50;
}
</style>
background-color css
<style>
a { background-color: #C84A50; }
a { background-color: rgb(200,74,80); }
div.DivClassName
{
background-color: #C84A50;
}
.BgClassName
{
background-color: #C84A50;
}
</style>
border-color css
<style>
span { border-color: #C84A50; }
span { border-color: rgb(200,74,80); }
td.TdClassName
{
border-color: #C84A50;
}
.TagClassName
{
border-color: #C84A50;
}
</style>