Shades of Mandy #C84356
Tints of Mandy #C84356
RGB
CMYK
RGB Variations
Color information
#C84356 (or 0xC84356) is known color: Mandy. HEX triplet: C8, 43 and 56. RGB value is (200,67,86). Sum of RGB (Red+Green+Blue) = 200+67+86=353 (46% of max value = 765). Red value is 200 (78.52% from 255 or 56.66% from 353); Green value is 67 (26.56% from 255 or 18.98% from 353); Blue value is 86 (33.98% from 255 or 24.36% from 353); Max value from RGB is 200 - color contains mainly: red. Hex color #C84356 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C84356 is #37BCA9. Grayscale: #6C6C6C. Windows color (decimal): -3652778 or 5653448. OLE color: 5653448.
HSL color Cylindrical-coordinate representation of color #C84356: hue angle of 351.43º 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 #C84356 is Cyan = 0, Magento = 0.66, Yellow = 0.57 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 67 | 86 | - |
| CMYK | 0 | 0.66 | 0.57 | 0.22 |
| HSL | 351.43º | 0.55% | 0.52% | - |
| HSV(B) | 351.43º | 0.67% | 0.78% | - |
| XYZ | 27.51 | 16.97 | 10.63 | - |
| YUV | 108.93 | 115.06 | 192.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 67 | 86 | 0 | 0.66 | 0.57 | 0.22 | 351.43 | 0.55 | 0.52 |
| Hex | C8 | 43 | 56 | 0 | 42 | 39 | 16 | 15F | 37 | 34 |
| Octal | 310 | 103 | 126 | 0 | 102 | 71 | 26 | 537 | 67 | 64 |
| Binary | 11001000 | 1000011 | 1010110 | 0 | 1000010 | 111001 | 10110 | 101011111 | 110111 | 110100 |
Color Harmonies of #C84356
Complementary color
Monochromatic Colors of #C84356
Black with #C84356
Text Example
Text Example
White with #C84356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84356; }
p { color: rgb(200,67,86); }
H1.HeaderClassName
{
color: #C84356;
}
.AnyTagClassName
{
color: #C84356;
}
</style>
background-color css
<style>
a { background-color: #C84356; }
a { background-color: rgb(200,67,86); }
div.DivClassName
{
background-color: #C84356;
}
.BgClassName
{
background-color: #C84356;
}
</style>
border-color css
<style>
span { border-color: #C84356; }
span { border-color: rgb(200,67,86); }
td.TdClassName
{
border-color: #C84356;
}
.TagClassName
{
border-color: #C84356;
}
</style>