Shades of Mandy #C8585D
Tints of Mandy #C8585D
RGB
CMYK
RGB Variations
Color information
#C8585D (or 0xC8585D) is known color: Mandy. HEX triplet: C8, 58 and 5D. RGB value is (200,88,93). Sum of RGB (Red+Green+Blue) = 200+88+93=381 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.49% from 381); Green value is 88 (34.77% from 255 or 23.10% from 381); Blue value is 93 (36.72% from 255 or 24.41% from 381); Max value from RGB is 200 - color contains mainly: red. Hex color #C8585D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8585D is #37A7A2. Grayscale: #7A7A7A. Windows color (decimal): -3647395 or 6117576. OLE color: 6117576.
HSL color Cylindrical-coordinate representation of color #C8585D: hue angle of 357.32º 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 #C8585D is Cyan = 0, Magento = 0.56, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 88 | 93 | - |
| CMYK | 0 | 0.56 | 0.54 | 0.22 |
| HSL | 357.32º | 0.5% | 0.56% | - |
| HSV(B) | 357.32º | 0.56% | 0.78% | - |
| XYZ | 29.28 | 20.05 | 12.68 | - |
| YUV | 122.06 | 111.61 | 183.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 88 | 93 | 0 | 0.56 | 0.54 | 0.22 | 357.32 | 0.5 | 0.56 |
| Hex | C8 | 58 | 5D | 0 | 38 | 36 | 16 | 165 | 32 | 38 |
| Octal | 310 | 130 | 135 | 0 | 70 | 66 | 26 | 545 | 62 | 70 |
| Binary | 11001000 | 1011000 | 1011101 | 0 | 111000 | 110110 | 10110 | 101100101 | 110010 | 111000 |
Color Harmonies of #C8585D
Complementary color
Monochromatic Colors of #C8585D
Black with #C8585D
Text Example
Text Example
White with #C8585D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8585D; }
p { color: rgb(200,88,93); }
H1.HeaderClassName
{
color: #C8585D;
}
.AnyTagClassName
{
color: #C8585D;
}
</style>
background-color css
<style>
a { background-color: #C8585D; }
a { background-color: rgb(200,88,93); }
div.DivClassName
{
background-color: #C8585D;
}
.BgClassName
{
background-color: #C8585D;
}
</style>
border-color css
<style>
span { border-color: #C8585D; }
span { border-color: rgb(200,88,93); }
td.TdClassName
{
border-color: #C8585D;
}
.TagClassName
{
border-color: #C8585D;
}
</style>