Shades of Mandy #C5585C
Tints of Mandy #C5585C
RGB
CMYK
RGB Variations
Color information
#C5585C (or 0xC5585C) is known color: Mandy. HEX triplet: C5, 58 and 5C. RGB value is (197,88,92). Sum of RGB (Red+Green+Blue) = 197+88+92=377 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.25% from 377); Green value is 88 (34.77% from 255 or 23.34% from 377); Blue value is 92 (36.33% from 255 or 24.40% from 377); Max value from RGB is 197 - color contains mainly: red. Hex color #C5585C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5585C is #3AA7A3. Grayscale: #797979. Windows color (decimal): -3844004 or 6052037. OLE color: 6052037.
HSL color Cylindrical-coordinate representation of color #C5585C: hue angle of 357.8º 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 #C5585C is Cyan = 0, Magento = 0.55, Yellow = 0.53 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 88 | 92 | - |
| CMYK | 0 | 0.55 | 0.53 | 0.23 |
| HSL | 357.8º | 0.48% | 0.56% | - |
| HSV(B) | 357.8º | 0.55% | 0.77% | - |
| XYZ | 28.45 | 19.62 | 12.41 | - |
| YUV | 121.05 | 111.61 | 182.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 88 | 92 | 0 | 0.55 | 0.53 | 0.23 | 357.8 | 0.48 | 0.56 |
| Hex | C5 | 58 | 5C | 0 | 37 | 35 | 17 | 166 | 30 | 38 |
| Octal | 305 | 130 | 134 | 0 | 67 | 65 | 27 | 546 | 60 | 70 |
| Binary | 11000101 | 1011000 | 1011100 | 0 | 110111 | 110101 | 10111 | 101100110 | 110000 | 111000 |
Color Harmonies of #C5585C
Complementary color
Monochromatic Colors of #C5585C
Black with #C5585C
Text Example
Text Example
White with #C5585C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5585C; }
p { color: rgb(197,88,92); }
H1.HeaderClassName
{
color: #C5585C;
}
.AnyTagClassName
{
color: #C5585C;
}
</style>
background-color css
<style>
a { background-color: #C5585C; }
a { background-color: rgb(197,88,92); }
div.DivClassName
{
background-color: #C5585C;
}
.BgClassName
{
background-color: #C5585C;
}
</style>
border-color css
<style>
span { border-color: #C5585C; }
span { border-color: rgb(197,88,92); }
td.TdClassName
{
border-color: #C5585C;
}
.TagClassName
{
border-color: #C5585C;
}
</style>