Shades of Mandy #C84852
Tints of Mandy #C84852
RGB
CMYK
RGB Variations
Color information
#C84852 (or 0xC84852) is known color: Mandy. HEX triplet: C8, 48 and 52. RGB value is (200,72,82). Sum of RGB (Red+Green+Blue) = 200+72+82=354 (46% of max value = 765). Red value is 200 (78.52% from 255 or 56.50% from 354); Green value is 72 (28.52% from 255 or 20.34% from 354); Blue value is 82 (32.42% from 255 or 23.16% from 354); Max value from RGB is 200 - color contains mainly: red. Hex color #C84852 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C84852 is #37B7AD. Grayscale: #6F6F6F. Windows color (decimal): -3651502 or 5392584. OLE color: 5392584.
HSL color Cylindrical-coordinate representation of color #C84852: hue angle of 355.31º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C84852 is Cyan = 0, Magento = 0.64, Yellow = 0.59 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 72 | 82 | - |
| CMYK | 0 | 0.64 | 0.59 | 0.22 |
| HSL | 355.31º | 0.54% | 0.53% | - |
| HSV(B) | 355.31º | 0.64% | 0.78% | - |
| XYZ | 27.66 | 17.52 | 9.91 | - |
| YUV | 111.41 | 111.41 | 191.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 72 | 82 | 0 | 0.64 | 0.59 | 0.22 | 355.31 | 0.54 | 0.53 |
| Hex | C8 | 48 | 52 | 0 | 40 | 3B | 16 | 163 | 36 | 35 |
| Octal | 310 | 110 | 122 | 0 | 100 | 73 | 26 | 543 | 66 | 65 |
| Binary | 11001000 | 1001000 | 1010010 | 0 | 1000000 | 111011 | 10110 | 101100011 | 110110 | 110101 |
Color Harmonies of #C84852
Complementary color
Monochromatic Colors of #C84852
Black with #C84852
Text Example
Text Example
White with #C84852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84852; }
p { color: rgb(200,72,82); }
H1.HeaderClassName
{
color: #C84852;
}
.AnyTagClassName
{
color: #C84852;
}
</style>
background-color css
<style>
a { background-color: #C84852; }
a { background-color: rgb(200,72,82); }
div.DivClassName
{
background-color: #C84852;
}
.BgClassName
{
background-color: #C84852;
}
</style>
border-color css
<style>
span { border-color: #C84852; }
span { border-color: rgb(200,72,82); }
td.TdClassName
{
border-color: #C84852;
}
.TagClassName
{
border-color: #C84852;
}
</style>