Shades of Mandy #C8585B
Tints of Mandy #C8585B
RGB
CMYK
RGB Variations
Color information
#C8585B (or 0xC8585B) is known color: Mandy. HEX triplet: C8, 58 and 5B. RGB value is (200,88,91). Sum of RGB (Red+Green+Blue) = 200+88+91=379 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.77% from 379); Green value is 88 (34.77% from 255 or 23.22% from 379); Blue value is 91 (35.94% from 255 or 24.01% from 379); Max value from RGB is 200 - color contains mainly: red. Hex color #C8585B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8585B is #37A7A4. Grayscale: #797979. Windows color (decimal): -3647397 or 5986504. OLE color: 5986504.
HSL color Cylindrical-coordinate representation of color #C8585B: hue angle of 358.39º 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 #C8585B is Cyan = 0, Magento = 0.56, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 88 | 91 | - |
| CMYK | 0 | 0.56 | 0.54 | 0.22 |
| HSL | 358.39º | 0.5% | 0.56% | - |
| HSV(B) | 358.39º | 0.56% | 0.78% | - |
| XYZ | 29.2 | 20.01 | 12.22 | - |
| YUV | 121.83 | 110.61 | 183.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 88 | 91 | 0 | 0.56 | 0.54 | 0.22 | 358.39 | 0.5 | 0.56 |
| Hex | C8 | 58 | 5B | 0 | 38 | 36 | 16 | 166 | 32 | 38 |
| Octal | 310 | 130 | 133 | 0 | 70 | 66 | 26 | 546 | 62 | 70 |
| Binary | 11001000 | 1011000 | 1011011 | 0 | 111000 | 110110 | 10110 | 101100110 | 110010 | 111000 |
Color Harmonies of #C8585B
Complementary color
Monochromatic Colors of #C8585B
Black with #C8585B
Text Example
Text Example
White with #C8585B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8585B; }
p { color: rgb(200,88,91); }
H1.HeaderClassName
{
color: #C8585B;
}
.AnyTagClassName
{
color: #C8585B;
}
</style>
background-color css
<style>
a { background-color: #C8585B; }
a { background-color: rgb(200,88,91); }
div.DivClassName
{
background-color: #C8585B;
}
.BgClassName
{
background-color: #C8585B;
}
</style>
border-color css
<style>
span { border-color: #C8585B; }
span { border-color: rgb(200,88,91); }
td.TdClassName
{
border-color: #C8585B;
}
.TagClassName
{
border-color: #C8585B;
}
</style>