Shades of Mandy #C2585C
Tints of Mandy #C2585C
RGB
CMYK
RGB Variations
Color information
#C2585C (or 0xC2585C) is known color: Mandy. HEX triplet: C2, 58 and 5C. RGB value is (194,88,92). Sum of RGB (Red+Green+Blue) = 194+88+92=374 (49% of max value = 765). Red value is 194 (76.17% from 255 or 51.87% from 374); Green value is 88 (34.77% from 255 or 23.53% from 374); Blue value is 92 (36.33% from 255 or 24.60% from 374); Max value from RGB is 194 - color contains mainly: red. Hex color #C2585C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2585C is #3DA7A3. Grayscale: #787878. Windows color (decimal): -4040612 or 6052034. OLE color: 6052034.
HSL color Cylindrical-coordinate representation of color #C2585C: hue angle of 357.74º 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 #C2585C is Cyan = 0, Magento = 0.55, Yellow = 0.53 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 88 | 92 | - |
| CMYK | 0 | 0.55 | 0.53 | 0.24 |
| HSL | 357.74º | 0.46% | 0.55% | - |
| HSV(B) | 357.74º | 0.55% | 0.76% | - |
| XYZ | 27.67 | 19.22 | 12.38 | - |
| YUV | 120.15 | 112.12 | 180.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 88 | 92 | 0 | 0.55 | 0.53 | 0.24 | 357.74 | 0.46 | 0.55 |
| Hex | C2 | 58 | 5C | 0 | 37 | 35 | 18 | 166 | 2E | 37 |
| Octal | 302 | 130 | 134 | 0 | 67 | 65 | 30 | 546 | 56 | 67 |
| Binary | 11000010 | 1011000 | 1011100 | 0 | 110111 | 110101 | 11000 | 101100110 | 101110 | 110111 |
Color Harmonies of #C2585C
Complementary color
Monochromatic Colors of #C2585C
Black with #C2585C
Text Example
Text Example
White with #C2585C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2585C; }
p { color: rgb(194,88,92); }
H1.HeaderClassName
{
color: #C2585C;
}
.AnyTagClassName
{
color: #C2585C;
}
</style>
background-color css
<style>
a { background-color: #C2585C; }
a { background-color: rgb(194,88,92); }
div.DivClassName
{
background-color: #C2585C;
}
.BgClassName
{
background-color: #C2585C;
}
</style>
border-color css
<style>
span { border-color: #C2585C; }
span { border-color: rgb(194,88,92); }
td.TdClassName
{
border-color: #C2585C;
}
.TagClassName
{
border-color: #C2585C;
}
</style>