Shades of Mandy #C84953
Tints of Mandy #C84953
RGB
CMYK
RGB Variations
Color information
#C84953 (or 0xC84953) is known color: Mandy. HEX triplet: C8, 49 and 53. RGB value is (200,73,83). Sum of RGB (Red+Green+Blue) = 200+73+83=356 (47% of max value = 765). Red value is 200 (78.52% from 255 or 56.18% from 356); Green value is 73 (28.91% from 255 or 20.51% from 356); Blue value is 83 (32.81% from 255 or 23.31% from 356); Max value from RGB is 200 - color contains mainly: red. Hex color #C84953 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C84953 is #37B6AC. Grayscale: #707070. Windows color (decimal): -3651245 or 5458376. OLE color: 5458376.
HSL color Cylindrical-coordinate representation of color #C84953: hue angle of 355.28º 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 #C84953 is Cyan = 0, Magento = 0.64, Yellow = 0.58 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 73 | 83 | - |
| CMYK | 0 | 0.64 | 0.58 | 0.22 |
| HSL | 355.28º | 0.54% | 0.54% | - |
| HSV(B) | 355.28º | 0.64% | 0.78% | - |
| XYZ | 27.76 | 17.67 | 10.13 | - |
| YUV | 112.11 | 111.58 | 190.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 73 | 83 | 0 | 0.64 | 0.58 | 0.22 | 355.28 | 0.54 | 0.54 |
| Hex | C8 | 49 | 53 | 0 | 40 | 3A | 16 | 163 | 36 | 36 |
| Octal | 310 | 111 | 123 | 0 | 100 | 72 | 26 | 543 | 66 | 66 |
| Binary | 11001000 | 1001001 | 1010011 | 0 | 1000000 | 111010 | 10110 | 101100011 | 110110 | 110110 |
Color Harmonies of #C84953
Complementary color
Monochromatic Colors of #C84953
Black with #C84953
Text Example
Text Example
White with #C84953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84953; }
p { color: rgb(200,73,83); }
H1.HeaderClassName
{
color: #C84953;
}
.AnyTagClassName
{
color: #C84953;
}
</style>
background-color css
<style>
a { background-color: #C84953; }
a { background-color: rgb(200,73,83); }
div.DivClassName
{
background-color: #C84953;
}
.BgClassName
{
background-color: #C84953;
}
</style>
border-color css
<style>
span { border-color: #C84953; }
span { border-color: rgb(200,73,83); }
td.TdClassName
{
border-color: #C84953;
}
.TagClassName
{
border-color: #C84953;
}
</style>