Shades of Mandy #C85254
Tints of Mandy #C85254
RGB
CMYK
RGB Variations
Color information
#C85254 (or 0xC85254) is known color: Mandy. HEX triplet: C8, 52 and 54. RGB value is (200,82,84). Sum of RGB (Red+Green+Blue) = 200+82+84=366 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.64% from 366); Green value is 82 (32.42% from 255 or 22.40% from 366); Blue value is 84 (33.20% from 255 or 22.95% from 366); Max value from RGB is 200 - color contains mainly: red. Hex color #C85254 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85254 is #37ADAB. Grayscale: #757575. Windows color (decimal): -3648940 or 5526216. OLE color: 5526216.
HSL color Cylindrical-coordinate representation of color #C85254: hue angle of 358.98º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C85254 is Cyan = 0, Magento = 0.59, Yellow = 0.58 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 82 | 84 | - |
| CMYK | 0 | 0.59 | 0.58 | 0.22 |
| HSL | 358.98º | 0.52% | 0.55% | - |
| HSV(B) | 358.98º | 0.59% | 0.78% | - |
| XYZ | 28.44 | 18.95 | 10.55 | - |
| YUV | 117.51 | 109.09 | 186.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 82 | 84 | 0 | 0.59 | 0.58 | 0.22 | 358.98 | 0.52 | 0.55 |
| Hex | C8 | 52 | 54 | 0 | 3B | 3A | 16 | 167 | 34 | 37 |
| Octal | 310 | 122 | 124 | 0 | 73 | 72 | 26 | 547 | 64 | 67 |
| Binary | 11001000 | 1010010 | 1010100 | 0 | 111011 | 111010 | 10110 | 101100111 | 110100 | 110111 |
Color Harmonies of #C85254
Complementary color
Monochromatic Colors of #C85254
Black with #C85254
Text Example
Text Example
White with #C85254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85254; }
p { color: rgb(200,82,84); }
H1.HeaderClassName
{
color: #C85254;
}
.AnyTagClassName
{
color: #C85254;
}
</style>
background-color css
<style>
a { background-color: #C85254; }
a { background-color: rgb(200,82,84); }
div.DivClassName
{
background-color: #C85254;
}
.BgClassName
{
background-color: #C85254;
}
</style>
border-color css
<style>
span { border-color: #C85254; }
span { border-color: rgb(200,82,84); }
td.TdClassName
{
border-color: #C85254;
}
.TagClassName
{
border-color: #C85254;
}
</style>