Shades of Mandy #C84A61
Tints of Mandy #C84A61
RGB
CMYK
RGB Variations
Color information
#C84A61 (or 0xC84A61) is known color: Mandy. HEX triplet: C8, 4A and 61. RGB value is (200,74,97). Sum of RGB (Red+Green+Blue) = 200+74+97=371 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.91% from 371); Green value is 74 (29.30% from 255 or 19.95% from 371); Blue value is 97 (38.28% from 255 or 26.15% from 371); Max value from RGB is 200 - color contains mainly: red. Hex color #C84A61 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C84A61 is #37B59E. Grayscale: #727272. Windows color (decimal): -3650975 or 6376136. OLE color: 6376136.
HSL color Cylindrical-coordinate representation of color #C84A61: hue angle of 349.05º 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 #C84A61 is Cyan = 0, Magento = 0.63, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 74 | 97 | - |
| CMYK | 0 | 0.63 | 0.52 | 0.22 |
| HSL | 349.05º | 0.53% | 0.54% | - |
| HSV(B) | 349.05º | 0.63% | 0.78% | - |
| XYZ | 28.43 | 18.04 | 13.29 | - |
| YUV | 114.3 | 118.24 | 189.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 74 | 97 | 0 | 0.63 | 0.52 | 0.22 | 349.05 | 0.53 | 0.54 |
| Hex | C8 | 4A | 61 | 0 | 3F | 34 | 16 | 15D | 35 | 36 |
| Octal | 310 | 112 | 141 | 0 | 77 | 64 | 26 | 535 | 65 | 66 |
| Binary | 11001000 | 1001010 | 1100001 | 0 | 111111 | 110100 | 10110 | 101011101 | 110101 | 110110 |
Color Harmonies of #C84A61
Complementary color
Monochromatic Colors of #C84A61
Black with #C84A61
Text Example
Text Example
White with #C84A61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84A61; }
p { color: rgb(200,74,97); }
H1.HeaderClassName
{
color: #C84A61;
}
.AnyTagClassName
{
color: #C84A61;
}
</style>
background-color css
<style>
a { background-color: #C84A61; }
a { background-color: rgb(200,74,97); }
div.DivClassName
{
background-color: #C84A61;
}
.BgClassName
{
background-color: #C84A61;
}
</style>
border-color css
<style>
span { border-color: #C84A61; }
span { border-color: rgb(200,74,97); }
td.TdClassName
{
border-color: #C84A61;
}
.TagClassName
{
border-color: #C84A61;
}
</style>