Shades of Mandy #C84555
Tints of Mandy #C84555
RGB
CMYK
RGB Variations
Color information
#C84555 (or 0xC84555) is known color: Mandy. HEX triplet: C8, 45 and 55. RGB value is (200,69,85). Sum of RGB (Red+Green+Blue) = 200+69+85=354 (46% of max value = 765). Red value is 200 (78.52% from 255 or 56.50% from 354); Green value is 69 (27.34% from 255 or 19.49% from 354); Blue value is 85 (33.59% from 255 or 24.01% from 354); Max value from RGB is 200 - color contains mainly: red. Hex color #C84555 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C84555 is #37BAAA. Grayscale: #6E6E6E. Windows color (decimal): -3652267 or 5588424. OLE color: 5588424.
HSL color Cylindrical-coordinate representation of color #C84555: hue angle of 352.67º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C84555 is Cyan = 0, Magento = 0.66, Yellow = 0.58 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 69 | 85 | - |
| CMYK | 0 | 0.66 | 0.58 | 0.22 |
| HSL | 352.67º | 0.54% | 0.53% | - |
| HSV(B) | 352.67º | 0.66% | 0.78% | - |
| XYZ | 27.59 | 17.19 | 10.46 | - |
| YUV | 109.99 | 113.9 | 192.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 69 | 85 | 0 | 0.66 | 0.58 | 0.22 | 352.67 | 0.54 | 0.53 |
| Hex | C8 | 45 | 55 | 0 | 42 | 3A | 16 | 161 | 36 | 35 |
| Octal | 310 | 105 | 125 | 0 | 102 | 72 | 26 | 541 | 66 | 65 |
| Binary | 11001000 | 1000101 | 1010101 | 0 | 1000010 | 111010 | 10110 | 101100001 | 110110 | 110101 |
Color Harmonies of #C84555
Complementary color
Monochromatic Colors of #C84555
Black with #C84555
Text Example
Text Example
White with #C84555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84555; }
p { color: rgb(200,69,85); }
H1.HeaderClassName
{
color: #C84555;
}
.AnyTagClassName
{
color: #C84555;
}
</style>
background-color css
<style>
a { background-color: #C84555; }
a { background-color: rgb(200,69,85); }
div.DivClassName
{
background-color: #C84555;
}
.BgClassName
{
background-color: #C84555;
}
</style>
border-color css
<style>
span { border-color: #C84555; }
span { border-color: rgb(200,69,85); }
td.TdClassName
{
border-color: #C84555;
}
.TagClassName
{
border-color: #C84555;
}
</style>