Shades of Mandy #C2585E
Tints of Mandy #C2585E
RGB
CMYK
RGB Variations
Color information
#C2585E (or 0xC2585E) is known color: Mandy. HEX triplet: C2, 58 and 5E. RGB value is (194,88,94). Sum of RGB (Red+Green+Blue) = 194+88+94=376 (49% of max value = 765). Red value is 194 (76.17% from 255 or 51.60% from 376); Green value is 88 (34.77% from 255 or 23.40% from 376); Blue value is 94 (37.11% from 255 or 25% from 376); Max value from RGB is 194 - color contains mainly: red. Hex color #C2585E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2585E is #3DA7A1. Grayscale: #787878. Windows color (decimal): -4040610 or 6183106. OLE color: 6183106.
HSL color Cylindrical-coordinate representation of color #C2585E: hue angle of 356.6º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C2585E is Cyan = 0, Magento = 0.55, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 88 | 94 | - |
| CMYK | 0 | 0.55 | 0.52 | 0.24 |
| HSL | 356.6º | 0.46% | 0.55% | - |
| HSV(B) | 356.6º | 0.55% | 0.76% | - |
| XYZ | 27.76 | 19.26 | 12.84 | - |
| YUV | 120.38 | 113.12 | 180.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 88 | 94 | 0 | 0.55 | 0.52 | 0.24 | 356.6 | 0.46 | 0.55 |
| Hex | C2 | 58 | 5E | 0 | 37 | 34 | 18 | 165 | 2E | 37 |
| Octal | 302 | 130 | 136 | 0 | 67 | 64 | 30 | 545 | 56 | 67 |
| Binary | 11000010 | 1011000 | 1011110 | 0 | 110111 | 110100 | 11000 | 101100101 | 101110 | 110111 |
Color Harmonies of #C2585E
Complementary color
Monochromatic Colors of #C2585E
Black with #C2585E
Text Example
Text Example
White with #C2585E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2585E; }
p { color: rgb(194,88,94); }
H1.HeaderClassName
{
color: #C2585E;
}
.AnyTagClassName
{
color: #C2585E;
}
</style>
background-color css
<style>
a { background-color: #C2585E; }
a { background-color: rgb(194,88,94); }
div.DivClassName
{
background-color: #C2585E;
}
.BgClassName
{
background-color: #C2585E;
}
</style>
border-color css
<style>
span { border-color: #C2585E; }
span { border-color: rgb(194,88,94); }
td.TdClassName
{
border-color: #C2585E;
}
.TagClassName
{
border-color: #C2585E;
}
</style>