Shades of Mandy #C84952
Tints of Mandy #C84952
RGB
CMYK
RGB Variations
Color information
#C84952 (or 0xC84952) is known color: Mandy. HEX triplet: C8, 49 and 52. RGB value is (200,73,82). Sum of RGB (Red+Green+Blue) = 200+73+82=355 (47% of max value = 765). Red value is 200 (78.52% from 255 or 56.34% from 355); Green value is 73 (28.91% from 255 or 20.56% from 355); Blue value is 82 (32.42% from 255 or 23.10% from 355); Max value from RGB is 200 - color contains mainly: red. Hex color #C84952 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C84952 is #37B6AD. Grayscale: #707070. Windows color (decimal): -3651246 or 5392840. OLE color: 5392840.
HSL color Cylindrical-coordinate representation of color #C84952: hue angle of 355.75º degrees, saturation: 0.54, 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 #C84952 is Cyan = 0, Magento = 0.64, Yellow = 0.59 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 73 | 82 | - |
| CMYK | 0 | 0.64 | 0.59 | 0.22 |
| HSL | 355.75º | 0.54% | 0.54% | - |
| HSV(B) | 355.75º | 0.64% | 0.78% | - |
| XYZ | 27.72 | 17.65 | 9.93 | - |
| YUV | 112 | 111.08 | 190.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 73 | 82 | 0 | 0.64 | 0.59 | 0.22 | 355.75 | 0.54 | 0.54 |
| Hex | C8 | 49 | 52 | 0 | 40 | 3B | 16 | 164 | 36 | 36 |
| Octal | 310 | 111 | 122 | 0 | 100 | 73 | 26 | 544 | 66 | 66 |
| Binary | 11001000 | 1001001 | 1010010 | 0 | 1000000 | 111011 | 10110 | 101100100 | 110110 | 110110 |
Color Harmonies of #C84952
Complementary color
Monochromatic Colors of #C84952
Black with #C84952
Text Example
Text Example
White with #C84952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84952; }
p { color: rgb(200,73,82); }
H1.HeaderClassName
{
color: #C84952;
}
.AnyTagClassName
{
color: #C84952;
}
</style>
background-color css
<style>
a { background-color: #C84952; }
a { background-color: rgb(200,73,82); }
div.DivClassName
{
background-color: #C84952;
}
.BgClassName
{
background-color: #C84952;
}
</style>
border-color css
<style>
span { border-color: #C84952; }
span { border-color: rgb(200,73,82); }
td.TdClassName
{
border-color: #C84952;
}
.TagClassName
{
border-color: #C84952;
}
</style>