Shades of Mandy #C8595F
Tints of Mandy #C8595F
RGB
CMYK
RGB Variations
Color information
#C8595F (or 0xC8595F) is known color: Mandy. HEX triplet: C8, 59 and 5F. RGB value is (200,89,95). Sum of RGB (Red+Green+Blue) = 200+89+95=384 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.08% from 384); Green value is 89 (35.16% from 255 or 23.18% from 384); Blue value is 95 (37.5% from 255 or 24.74% from 384); Max value from RGB is 200 - color contains mainly: red. Hex color #C8595F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8595F is #37A6A0. Grayscale: #7A7A7A. Windows color (decimal): -3647137 or 6248904. OLE color: 6248904.
HSL color Cylindrical-coordinate representation of color #C8595F: hue angle of 356.76º 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 #C8595F is Cyan = 0, Magento = 0.56, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 89 | 95 | - |
| CMYK | 0 | 0.56 | 0.52 | 0.22 |
| HSL | 356.76º | 0.5% | 0.57% | - |
| HSV(B) | 356.76º | 0.56% | 0.78% | - |
| XYZ | 29.46 | 20.25 | 13.18 | - |
| YUV | 122.87 | 112.27 | 183.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 89 | 95 | 0 | 0.56 | 0.52 | 0.22 | 356.76 | 0.5 | 0.57 |
| Hex | C8 | 59 | 5F | 0 | 38 | 34 | 16 | 165 | 32 | 39 |
| Octal | 310 | 131 | 137 | 0 | 70 | 64 | 26 | 545 | 62 | 71 |
| Binary | 11001000 | 1011001 | 1011111 | 0 | 111000 | 110100 | 10110 | 101100101 | 110010 | 111001 |
Color Harmonies of #C8595F
Complementary color
Monochromatic Colors of #C8595F
Black with #C8595F
Text Example
Text Example
White with #C8595F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8595F; }
p { color: rgb(200,89,95); }
H1.HeaderClassName
{
color: #C8595F;
}
.AnyTagClassName
{
color: #C8595F;
}
</style>
background-color css
<style>
a { background-color: #C8595F; }
a { background-color: rgb(200,89,95); }
div.DivClassName
{
background-color: #C8595F;
}
.BgClassName
{
background-color: #C8595F;
}
</style>
border-color css
<style>
span { border-color: #C8595F; }
span { border-color: rgb(200,89,95); }
td.TdClassName
{
border-color: #C8595F;
}
.TagClassName
{
border-color: #C8595F;
}
</style>