Shades of Mandy #C8595B
Tints of Mandy #C8595B
RGB
CMYK
RGB Variations
Color information
#C8595B (or 0xC8595B) is known color: Mandy. HEX triplet: C8, 59 and 5B. RGB value is (200,89,91). Sum of RGB (Red+Green+Blue) = 200+89+91=380 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.63% from 380); Green value is 89 (35.16% from 255 or 23.42% from 380); Blue value is 91 (35.94% from 255 or 23.95% from 380); Max value from RGB is 200 - color contains mainly: red. Hex color #C8595B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8595B is #37A6A4. Grayscale: #7A7A7A. Windows color (decimal): -3647141 or 5986760. OLE color: 5986760.
HSL color Cylindrical-coordinate representation of color #C8595B: hue angle of 358.92º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C8595B is Cyan = 0, Magento = 0.56, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 89 | 91 | - |
| CMYK | 0 | 0.56 | 0.54 | 0.22 |
| HSL | 358.92º | 0.5% | 0.57% | - |
| HSV(B) | 358.92º | 0.56% | 0.78% | - |
| XYZ | 29.28 | 20.18 | 12.25 | - |
| YUV | 122.42 | 110.27 | 183.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 89 | 91 | 0 | 0.56 | 0.54 | 0.22 | 358.92 | 0.5 | 0.57 |
| Hex | C8 | 59 | 5B | 0 | 38 | 36 | 16 | 167 | 32 | 39 |
| Octal | 310 | 131 | 133 | 0 | 70 | 66 | 26 | 547 | 62 | 71 |
| Binary | 11001000 | 1011001 | 1011011 | 0 | 111000 | 110110 | 10110 | 101100111 | 110010 | 111001 |
Color Harmonies of #C8595B
Complementary color
Monochromatic Colors of #C8595B
Black with #C8595B
Text Example
Text Example
White with #C8595B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8595B; }
p { color: rgb(200,89,91); }
H1.HeaderClassName
{
color: #C8595B;
}
.AnyTagClassName
{
color: #C8595B;
}
</style>
background-color css
<style>
a { background-color: #C8595B; }
a { background-color: rgb(200,89,91); }
div.DivClassName
{
background-color: #C8595B;
}
.BgClassName
{
background-color: #C8595B;
}
</style>
border-color css
<style>
span { border-color: #C8595B; }
span { border-color: rgb(200,89,91); }
td.TdClassName
{
border-color: #C8595B;
}
.TagClassName
{
border-color: #C8595B;
}
</style>