Shades of Mandy #C84354
Tints of Mandy #C84354
RGB
CMYK
RGB Variations
Color information
#C84354 (or 0xC84354) is known color: Mandy. HEX triplet: C8, 43 and 54. RGB value is (200,67,84). Sum of RGB (Red+Green+Blue) = 200+67+84=351 (46% of max value = 765). Red value is 200 (78.52% from 255 or 56.98% from 351); Green value is 67 (26.56% from 255 or 19.09% from 351); Blue value is 84 (33.20% from 255 or 23.93% from 351); Max value from RGB is 200 - color contains mainly: red. Hex color #C84354 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C84354 is #37BCAB. Grayscale: #6C6C6C. Windows color (decimal): -3652780 or 5522376. OLE color: 5522376.
HSL color Cylindrical-coordinate representation of color #C84354: hue angle of 352.33º 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 #C84354 is Cyan = 0, Magento = 0.66, Yellow = 0.58 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 67 | 84 | - |
| CMYK | 0 | 0.66 | 0.58 | 0.22 |
| HSL | 352.33º | 0.55% | 0.52% | - |
| HSV(B) | 352.33º | 0.67% | 0.78% | - |
| XYZ | 27.43 | 16.93 | 10.21 | - |
| YUV | 108.71 | 114.06 | 193.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 67 | 84 | 0 | 0.66 | 0.58 | 0.22 | 352.33 | 0.55 | 0.52 |
| Hex | C8 | 43 | 54 | 0 | 42 | 3A | 16 | 160 | 37 | 34 |
| Octal | 310 | 103 | 124 | 0 | 102 | 72 | 26 | 540 | 67 | 64 |
| Binary | 11001000 | 1000011 | 1010100 | 0 | 1000010 | 111010 | 10110 | 101100000 | 110111 | 110100 |
Color Harmonies of #C84354
Complementary color
Monochromatic Colors of #C84354
Black with #C84354
Text Example
Text Example
White with #C84354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84354; }
p { color: rgb(200,67,84); }
H1.HeaderClassName
{
color: #C84354;
}
.AnyTagClassName
{
color: #C84354;
}
</style>
background-color css
<style>
a { background-color: #C84354; }
a { background-color: rgb(200,67,84); }
div.DivClassName
{
background-color: #C84354;
}
.BgClassName
{
background-color: #C84354;
}
</style>
border-color css
<style>
span { border-color: #C84354; }
span { border-color: rgb(200,67,84); }
td.TdClassName
{
border-color: #C84354;
}
.TagClassName
{
border-color: #C84354;
}
</style>