Shades of Mandy #C8585C
Tints of Mandy #C8585C
RGB
CMYK
RGB Variations
Color information
#C8585C (or 0xC8585C) is known color: Mandy. HEX triplet: C8, 58 and 5C. RGB value is (200,88,92). Sum of RGB (Red+Green+Blue) = 200+88+92=380 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.63% from 380); Green value is 88 (34.77% from 255 or 23.16% from 380); Blue value is 92 (36.33% from 255 or 24.21% from 380); Max value from RGB is 200 - color contains mainly: red. Hex color #C8585C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8585C is #37A7A3. Grayscale: #7A7A7A. Windows color (decimal): -3647396 or 6052040. OLE color: 6052040.
HSL color Cylindrical-coordinate representation of color #C8585C: hue angle of 357.86º 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 #C8585C is Cyan = 0, Magento = 0.56, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 88 | 92 | - |
| CMYK | 0 | 0.56 | 0.54 | 0.22 |
| HSL | 357.86º | 0.5% | 0.56% | - |
| HSV(B) | 357.86º | 0.56% | 0.78% | - |
| XYZ | 29.24 | 20.03 | 12.45 | - |
| YUV | 121.94 | 111.11 | 183.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 88 | 92 | 0 | 0.56 | 0.54 | 0.22 | 357.86 | 0.5 | 0.56 |
| Hex | C8 | 58 | 5C | 0 | 38 | 36 | 16 | 166 | 32 | 38 |
| Octal | 310 | 130 | 134 | 0 | 70 | 66 | 26 | 546 | 62 | 70 |
| Binary | 11001000 | 1011000 | 1011100 | 0 | 111000 | 110110 | 10110 | 101100110 | 110010 | 111000 |
Color Harmonies of #C8585C
Complementary color
Monochromatic Colors of #C8585C
Black with #C8585C
Text Example
Text Example
White with #C8585C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8585C; }
p { color: rgb(200,88,92); }
H1.HeaderClassName
{
color: #C8585C;
}
.AnyTagClassName
{
color: #C8585C;
}
</style>
background-color css
<style>
a { background-color: #C8585C; }
a { background-color: rgb(200,88,92); }
div.DivClassName
{
background-color: #C8585C;
}
.BgClassName
{
background-color: #C8585C;
}
</style>
border-color css
<style>
span { border-color: #C8585C; }
span { border-color: rgb(200,88,92); }
td.TdClassName
{
border-color: #C8585C;
}
.TagClassName
{
border-color: #C8585C;
}
</style>