Shades of Mandy #C8575F
Tints of Mandy #C8575F
RGB
CMYK
RGB Variations
Color information
#C8575F (or 0xC8575F) is known color: Mandy. HEX triplet: C8, 57 and 5F. RGB value is (200,87,95). Sum of RGB (Red+Green+Blue) = 200+87+95=382 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.36% from 382); Green value is 87 (34.38% from 255 or 22.77% from 382); Blue value is 95 (37.5% from 255 or 24.87% from 382); Max value from RGB is 200 - color contains mainly: red. Hex color #C8575F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8575F is #37A8A0. Grayscale: #797979. Windows color (decimal): -3647649 or 6248392. OLE color: 6248392.
HSL color Cylindrical-coordinate representation of color #C8575F: hue angle of 355.75º degrees, saturation: 0.51, 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 #C8575F is Cyan = 0, Magento = 0.56, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 87 | 95 | - |
| CMYK | 0 | 0.56 | 0.52 | 0.22 |
| HSL | 355.75º | 0.51% | 0.56% | - |
| HSV(B) | 355.75º | 0.57% | 0.78% | - |
| XYZ | 29.29 | 19.92 | 13.13 | - |
| YUV | 121.7 | 112.94 | 183.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 87 | 95 | 0 | 0.56 | 0.52 | 0.22 | 355.75 | 0.51 | 0.56 |
| Hex | C8 | 57 | 5F | 0 | 38 | 34 | 16 | 164 | 33 | 38 |
| Octal | 310 | 127 | 137 | 0 | 70 | 64 | 26 | 544 | 63 | 70 |
| Binary | 11001000 | 1010111 | 1011111 | 0 | 111000 | 110100 | 10110 | 101100100 | 110011 | 111000 |
Color Harmonies of #C8575F
Complementary color
Monochromatic Colors of #C8575F
Black with #C8575F
Text Example
Text Example
White with #C8575F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8575F; }
p { color: rgb(200,87,95); }
H1.HeaderClassName
{
color: #C8575F;
}
.AnyTagClassName
{
color: #C8575F;
}
</style>
background-color css
<style>
a { background-color: #C8575F; }
a { background-color: rgb(200,87,95); }
div.DivClassName
{
background-color: #C8575F;
}
.BgClassName
{
background-color: #C8575F;
}
</style>
border-color css
<style>
span { border-color: #C8575F; }
span { border-color: rgb(200,87,95); }
td.TdClassName
{
border-color: #C8575F;
}
.TagClassName
{
border-color: #C8575F;
}
</style>