Shades of Mandy #C4585D
Tints of Mandy #C4585D
RGB
CMYK
RGB Variations
Color information
#C4585D (or 0xC4585D) is known color: Mandy. HEX triplet: C4, 58 and 5D. RGB value is (196,88,93). Sum of RGB (Red+Green+Blue) = 196+88+93=377 (49% of max value = 765). Red value is 196 (76.95% from 255 or 51.99% from 377); Green value is 88 (34.77% from 255 or 23.34% from 377); Blue value is 93 (36.72% from 255 or 24.67% from 377); Max value from RGB is 196 - color contains mainly: red. Hex color #C4585D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C4585D is #3BA7A2. Grayscale: #787878. Windows color (decimal): -3909539 or 6117572. OLE color: 6117572.
HSL color Cylindrical-coordinate representation of color #C4585D: hue angle of 357.22º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C4585D is Cyan = 0, Magento = 0.55, Yellow = 0.53 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 88 | 93 | - |
| CMYK | 0 | 0.55 | 0.53 | 0.23 |
| HSL | 357.22º | 0.48% | 0.56% | - |
| HSV(B) | 357.22º | 0.55% | 0.77% | - |
| XYZ | 28.23 | 19.51 | 12.63 | - |
| YUV | 120.86 | 112.28 | 181.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 88 | 93 | 0 | 0.55 | 0.53 | 0.23 | 357.22 | 0.48 | 0.56 |
| Hex | C4 | 58 | 5D | 0 | 37 | 35 | 17 | 165 | 30 | 38 |
| Octal | 304 | 130 | 135 | 0 | 67 | 65 | 27 | 545 | 60 | 70 |
| Binary | 11000100 | 1011000 | 1011101 | 0 | 110111 | 110101 | 10111 | 101100101 | 110000 | 111000 |
Color Harmonies of #C4585D
Complementary color
Monochromatic Colors of #C4585D
Black with #C4585D
Text Example
Text Example
White with #C4585D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4585D; }
p { color: rgb(196,88,93); }
H1.HeaderClassName
{
color: #C4585D;
}
.AnyTagClassName
{
color: #C4585D;
}
</style>
background-color css
<style>
a { background-color: #C4585D; }
a { background-color: rgb(196,88,93); }
div.DivClassName
{
background-color: #C4585D;
}
.BgClassName
{
background-color: #C4585D;
}
</style>
border-color css
<style>
span { border-color: #C4585D; }
span { border-color: rgb(196,88,93); }
td.TdClassName
{
border-color: #C4585D;
}
.TagClassName
{
border-color: #C4585D;
}
</style>