Shades of Mandy #C05459
Tints of Mandy #C05459
RGB
CMYK
RGB Variations
Color information
#C05459 (or 0xC05459) is known color: Mandy. HEX triplet: C0, 54 and 59. RGB value is (192,84,89). Sum of RGB (Red+Green+Blue) = 192+84+89=365 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.60% from 365); Green value is 84 (33.20% from 255 or 23.01% from 365); Blue value is 89 (35.16% from 255 or 24.38% from 365); Max value from RGB is 192 - color contains mainly: red. Hex color #C05459 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05459 is #3FABA6. Grayscale: #747474. Windows color (decimal): -4172711 or 5854400. OLE color: 5854400.
HSL color Cylindrical-coordinate representation of color #C05459: hue angle of 357.22º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C05459 is Cyan = 0, Magento = 0.56, Yellow = 0.54 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 84 | 89 | - |
| CMYK | 0 | 0.56 | 0.54 | 0.25 |
| HSL | 357.22º | 0.46% | 0.54% | - |
| HSV(B) | 357.22º | 0.56% | 0.75% | - |
| XYZ | 26.71 | 18.27 | 11.57 | - |
| YUV | 116.86 | 112.28 | 181.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 84 | 89 | 0 | 0.56 | 0.54 | 0.25 | 357.22 | 0.46 | 0.54 |
| Hex | C0 | 54 | 59 | 0 | 38 | 36 | 19 | 165 | 2E | 36 |
| Octal | 300 | 124 | 131 | 0 | 70 | 66 | 31 | 545 | 56 | 66 |
| Binary | 11000000 | 1010100 | 1011001 | 0 | 111000 | 110110 | 11001 | 101100101 | 101110 | 110110 |
Color Harmonies of #C05459
Complementary color
Monochromatic Colors of #C05459
Black with #C05459
Text Example
Text Example
White with #C05459
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05459; }
p { color: rgb(192,84,89); }
H1.HeaderClassName
{
color: #C05459;
}
.AnyTagClassName
{
color: #C05459;
}
</style>
background-color css
<style>
a { background-color: #C05459; }
a { background-color: rgb(192,84,89); }
div.DivClassName
{
background-color: #C05459;
}
.BgClassName
{
background-color: #C05459;
}
</style>
border-color css
<style>
span { border-color: #C05459; }
span { border-color: rgb(192,84,89); }
td.TdClassName
{
border-color: #C05459;
}
.TagClassName
{
border-color: #C05459;
}
</style>