Shades of Mandy #C8585E
Tints of Mandy #C8585E
RGB
CMYK
RGB Variations
Color information
#C8585E (or 0xC8585E) is known color: Mandy. HEX triplet: C8, 58 and 5E. RGB value is (200,88,94). Sum of RGB (Red+Green+Blue) = 200+88+94=382 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.36% from 382); Green value is 88 (34.77% from 255 or 23.04% from 382); Blue value is 94 (37.11% from 255 or 24.61% from 382); Max value from RGB is 200 - color contains mainly: red. Hex color #C8585E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8585E is #37A7A1. Grayscale: #7A7A7A. Windows color (decimal): -3647394 or 6183112. OLE color: 6183112.
HSL color Cylindrical-coordinate representation of color #C8585E: hue angle of 356.79º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C8585E is Cyan = 0, Magento = 0.56, Yellow = 0.53 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 88 | 94 | - |
| CMYK | 0 | 0.56 | 0.53 | 0.22 |
| HSL | 356.79º | 0.5% | 0.56% | - |
| HSV(B) | 356.79º | 0.56% | 0.78% | - |
| XYZ | 29.33 | 20.07 | 12.92 | - |
| YUV | 122.17 | 112.11 | 183.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 88 | 94 | 0 | 0.56 | 0.53 | 0.22 | 356.79 | 0.5 | 0.56 |
| Hex | C8 | 58 | 5E | 0 | 38 | 35 | 16 | 165 | 32 | 38 |
| Octal | 310 | 130 | 136 | 0 | 70 | 65 | 26 | 545 | 62 | 70 |
| Binary | 11001000 | 1011000 | 1011110 | 0 | 111000 | 110101 | 10110 | 101100101 | 110010 | 111000 |
Color Harmonies of #C8585E
Complementary color
Monochromatic Colors of #C8585E
Black with #C8585E
Text Example
Text Example
White with #C8585E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8585E; }
p { color: rgb(200,88,94); }
H1.HeaderClassName
{
color: #C8585E;
}
.AnyTagClassName
{
color: #C8585E;
}
</style>
background-color css
<style>
a { background-color: #C8585E; }
a { background-color: rgb(200,88,94); }
div.DivClassName
{
background-color: #C8585E;
}
.BgClassName
{
background-color: #C8585E;
}
</style>
border-color css
<style>
span { border-color: #C8585E; }
span { border-color: rgb(200,88,94); }
td.TdClassName
{
border-color: #C8585E;
}
.TagClassName
{
border-color: #C8585E;
}
</style>