Shades of Mandy #C84350
Tints of Mandy #C84350
RGB
CMYK
RGB Variations
Color information
#C84350 (or 0xC84350) is known color: Mandy. HEX triplet: C8, 43 and 50. RGB value is (200,67,80). Sum of RGB (Red+Green+Blue) = 200+67+80=347 (45% of max value = 765). Red value is 200 (78.52% from 255 or 57.64% from 347); Green value is 67 (26.56% from 255 or 19.31% from 347); Blue value is 80 (31.64% from 255 or 23.05% from 347); Max value from RGB is 200 - color contains mainly: red. Hex color #C84350 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C84350 is #37BCAF. Grayscale: #6C6C6C. Windows color (decimal): -3652784 or 5260232. OLE color: 5260232.
HSL color Cylindrical-coordinate representation of color #C84350: hue angle of 354.14º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C84350 is Cyan = 0, Magento = 0.66, Yellow = 0.6 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 67 | 80 | - |
| CMYK | 0 | 0.66 | 0.6 | 0.22 |
| HSL | 354.14º | 0.55% | 0.52% | - |
| HSV(B) | 354.14º | 0.67% | 0.78% | - |
| XYZ | 27.27 | 16.87 | 9.41 | - |
| YUV | 108.25 | 112.06 | 193.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 67 | 80 | 0 | 0.66 | 0.6 | 0.22 | 354.14 | 0.55 | 0.52 |
| Hex | C8 | 43 | 50 | 0 | 42 | 3C | 16 | 162 | 37 | 34 |
| Octal | 310 | 103 | 120 | 0 | 102 | 74 | 26 | 542 | 67 | 64 |
| Binary | 11001000 | 1000011 | 1010000 | 0 | 1000010 | 111100 | 10110 | 101100010 | 110111 | 110100 |
Color Harmonies of #C84350
Complementary color
Monochromatic Colors of #C84350
Black with #C84350
Text Example
Text Example
White with #C84350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84350; }
p { color: rgb(200,67,80); }
H1.HeaderClassName
{
color: #C84350;
}
.AnyTagClassName
{
color: #C84350;
}
</style>
background-color css
<style>
a { background-color: #C84350; }
a { background-color: rgb(200,67,80); }
div.DivClassName
{
background-color: #C84350;
}
.BgClassName
{
background-color: #C84350;
}
</style>
border-color css
<style>
span { border-color: #C84350; }
span { border-color: rgb(200,67,80); }
td.TdClassName
{
border-color: #C84350;
}
.TagClassName
{
border-color: #C84350;
}
</style>