Shades of Mandy #C84B55
Tints of Mandy #C84B55
RGB
CMYK
RGB Variations
Color information
#C84B55 (or 0xC84B55) is known color: Mandy. HEX triplet: C8, 4B and 55. RGB value is (200,75,85). Sum of RGB (Red+Green+Blue) = 200+75+85=360 (47% of max value = 765). Red value is 200 (78.52% from 255 or 55.56% from 360); Green value is 75 (29.69% from 255 or 20.83% from 360); Blue value is 85 (33.59% from 255 or 23.61% from 360); Max value from RGB is 200 - color contains mainly: red. Hex color #C84B55 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C84B55 is #37B4AA. Grayscale: #717171. Windows color (decimal): -3650731 or 5589960. OLE color: 5589960.
HSL color Cylindrical-coordinate representation of color #C84B55: hue angle of 355.2º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C84B55 is Cyan = 0, Magento = 0.62, Yellow = 0.58 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 75 | 85 | - |
| CMYK | 0 | 0.62 | 0.58 | 0.22 |
| HSL | 355.2º | 0.53% | 0.54% | - |
| HSV(B) | 355.2º | 0.63% | 0.78% | - |
| XYZ | 27.98 | 17.97 | 10.59 | - |
| YUV | 113.52 | 111.91 | 189.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 75 | 85 | 0 | 0.62 | 0.58 | 0.22 | 355.2 | 0.53 | 0.54 |
| Hex | C8 | 4B | 55 | 0 | 3E | 3A | 16 | 163 | 35 | 36 |
| Octal | 310 | 113 | 125 | 0 | 76 | 72 | 26 | 543 | 65 | 66 |
| Binary | 11001000 | 1001011 | 1010101 | 0 | 111110 | 111010 | 10110 | 101100011 | 110101 | 110110 |
Color Harmonies of #C84B55
Complementary color
Monochromatic Colors of #C84B55
Black with #C84B55
Text Example
Text Example
White with #C84B55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84B55; }
p { color: rgb(200,75,85); }
H1.HeaderClassName
{
color: #C84B55;
}
.AnyTagClassName
{
color: #C84B55;
}
</style>
background-color css
<style>
a { background-color: #C84B55; }
a { background-color: rgb(200,75,85); }
div.DivClassName
{
background-color: #C84B55;
}
.BgClassName
{
background-color: #C84B55;
}
</style>
border-color css
<style>
span { border-color: #C84B55; }
span { border-color: rgb(200,75,85); }
td.TdClassName
{
border-color: #C84B55;
}
.TagClassName
{
border-color: #C84B55;
}
</style>