Shades of Mandy #C84A5D
Tints of Mandy #C84A5D
RGB
CMYK
RGB Variations
Color information
#C84A5D (or 0xC84A5D) is known color: Mandy. HEX triplet: C8, 4A and 5D. RGB value is (200,74,93). Sum of RGB (Red+Green+Blue) = 200+74+93=367 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.50% from 367); Green value is 74 (29.30% from 255 or 20.16% from 367); Blue value is 93 (36.72% from 255 or 25.34% from 367); Max value from RGB is 200 - color contains mainly: red. Hex color #C84A5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C84A5D is #37B5A2. Grayscale: #717171. Windows color (decimal): -3650979 or 6113992. OLE color: 6113992.
HSL color Cylindrical-coordinate representation of color #C84A5D: hue angle of 350.95º 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 #C84A5D is Cyan = 0, Magento = 0.63, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 74 | 93 | - |
| CMYK | 0 | 0.63 | 0.54 | 0.22 |
| HSL | 350.95º | 0.53% | 0.54% | - |
| HSV(B) | 350.95º | 0.63% | 0.78% | - |
| XYZ | 28.24 | 17.97 | 12.34 | - |
| YUV | 113.84 | 116.24 | 189.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 74 | 93 | 0 | 0.63 | 0.54 | 0.22 | 350.95 | 0.53 | 0.54 |
| Hex | C8 | 4A | 5D | 0 | 3F | 36 | 16 | 15F | 35 | 36 |
| Octal | 310 | 112 | 135 | 0 | 77 | 66 | 26 | 537 | 65 | 66 |
| Binary | 11001000 | 1001010 | 1011101 | 0 | 111111 | 110110 | 10110 | 101011111 | 110101 | 110110 |
Color Harmonies of #C84A5D
Complementary color
Monochromatic Colors of #C84A5D
Black with #C84A5D
Text Example
Text Example
White with #C84A5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84A5D; }
p { color: rgb(200,74,93); }
H1.HeaderClassName
{
color: #C84A5D;
}
.AnyTagClassName
{
color: #C84A5D;
}
</style>
background-color css
<style>
a { background-color: #C84A5D; }
a { background-color: rgb(200,74,93); }
div.DivClassName
{
background-color: #C84A5D;
}
.BgClassName
{
background-color: #C84A5D;
}
</style>
border-color css
<style>
span { border-color: #C84A5D; }
span { border-color: rgb(200,74,93); }
td.TdClassName
{
border-color: #C84A5D;
}
.TagClassName
{
border-color: #C84A5D;
}
</style>