Shades of Mandy #C84053
Tints of Mandy #C84053
RGB
CMYK
RGB Variations
Color information
#C84053 (or 0xC84053) is known color: Mandy. HEX triplet: C8, 40 and 53. RGB value is (200,64,83). Sum of RGB (Red+Green+Blue) = 200+64+83=347 (45% of max value = 765). Red value is 200 (78.52% from 255 or 57.64% from 347); Green value is 64 (25.39% from 255 or 18.44% from 347); Blue value is 83 (32.81% from 255 or 23.92% from 347); Max value from RGB is 200 - color contains mainly: red. Hex color #C84053 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C84053 is #37BFAC. Grayscale: #6A6A6A. Windows color (decimal): -3653549 or 5456072. OLE color: 5456072.
HSL color Cylindrical-coordinate representation of color #C84053: hue angle of 351.62º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C84053 is Cyan = 0, Magento = 0.68, Yellow = 0.58 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 64 | 83 | - |
| CMYK | 0 | 0.68 | 0.58 | 0.22 |
| HSL | 351.62º | 0.55% | 0.52% | - |
| HSV(B) | 351.62º | 0.68% | 0.78% | - |
| XYZ | 27.21 | 16.57 | 9.95 | - |
| YUV | 106.83 | 114.56 | 194.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 64 | 83 | 0 | 0.68 | 0.58 | 0.22 | 351.62 | 0.55 | 0.52 |
| Hex | C8 | 40 | 53 | 0 | 44 | 3A | 16 | 160 | 37 | 34 |
| Octal | 310 | 100 | 123 | 0 | 104 | 72 | 26 | 540 | 67 | 64 |
| Binary | 11001000 | 1000000 | 1010011 | 0 | 1000100 | 111010 | 10110 | 101100000 | 110111 | 110100 |
Color Harmonies of #C84053
Complementary color
Monochromatic Colors of #C84053
Black with #C84053
Text Example
Text Example
White with #C84053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84053; }
p { color: rgb(200,64,83); }
H1.HeaderClassName
{
color: #C84053;
}
.AnyTagClassName
{
color: #C84053;
}
</style>
background-color css
<style>
a { background-color: #C84053; }
a { background-color: rgb(200,64,83); }
div.DivClassName
{
background-color: #C84053;
}
.BgClassName
{
background-color: #C84053;
}
</style>
border-color css
<style>
span { border-color: #C84053; }
span { border-color: rgb(200,64,83); }
td.TdClassName
{
border-color: #C84053;
}
.TagClassName
{
border-color: #C84053;
}
</style>