Shades of Mandy #C85A5E
Tints of Mandy #C85A5E
RGB
CMYK
RGB Variations
Color information
#C85A5E (or 0xC85A5E) is known color: Mandy. HEX triplet: C8, 5A and 5E. RGB value is (200,90,94). Sum of RGB (Red+Green+Blue) = 200+90+94=384 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.08% from 384); Green value is 90 (35.55% from 255 or 23.44% from 384); Blue value is 94 (37.11% from 255 or 24.48% from 384); Max value from RGB is 200 - color contains mainly: red. Hex color #C85A5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85A5E is #37A5A1. Grayscale: #7B7B7B. Windows color (decimal): -3646882 or 6183624. OLE color: 6183624.
HSL color Cylindrical-coordinate representation of color #C85A5E: hue angle of 357.82º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C85A5E is Cyan = 0, Magento = 0.55, Yellow = 0.53 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 90 | 94 | - |
| CMYK | 0 | 0.55 | 0.53 | 0.22 |
| HSL | 357.82º | 0.5% | 0.57% | - |
| HSV(B) | 357.82º | 0.55% | 0.78% | - |
| XYZ | 29.5 | 20.4 | 12.97 | - |
| YUV | 123.35 | 111.44 | 182.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 90 | 94 | 0 | 0.55 | 0.53 | 0.22 | 357.82 | 0.5 | 0.57 |
| Hex | C8 | 5A | 5E | 0 | 37 | 35 | 16 | 166 | 32 | 39 |
| Octal | 310 | 132 | 136 | 0 | 67 | 65 | 26 | 546 | 62 | 71 |
| Binary | 11001000 | 1011010 | 1011110 | 0 | 110111 | 110101 | 10110 | 101100110 | 110010 | 111001 |
Color Harmonies of #C85A5E
Complementary color
Monochromatic Colors of #C85A5E
Black with #C85A5E
Text Example
Text Example
White with #C85A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85A5E; }
p { color: rgb(200,90,94); }
H1.HeaderClassName
{
color: #C85A5E;
}
.AnyTagClassName
{
color: #C85A5E;
}
</style>
background-color css
<style>
a { background-color: #C85A5E; }
a { background-color: rgb(200,90,94); }
div.DivClassName
{
background-color: #C85A5E;
}
.BgClassName
{
background-color: #C85A5E;
}
</style>
border-color css
<style>
span { border-color: #C85A5E; }
span { border-color: rgb(200,90,94); }
td.TdClassName
{
border-color: #C85A5E;
}
.TagClassName
{
border-color: #C85A5E;
}
</style>