Shades of Mandy #C65459
Tints of Mandy #C65459
RGB
CMYK
RGB Variations
Color information
#C65459 (or 0xC65459) is known color: Mandy. HEX triplet: C6, 54 and 59. RGB value is (198,84,89). Sum of RGB (Red+Green+Blue) = 198+84+89=371 (49% of max value = 765). Red value is 198 (77.73% from 255 or 53.37% from 371); Green value is 84 (33.20% from 255 or 22.64% from 371); Blue value is 89 (35.16% from 255 or 23.99% from 371); Max value from RGB is 198 - color contains mainly: red. Hex color #C65459 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C65459 is #39ABA6. Grayscale: #767676. Windows color (decimal): -3779495 or 5854406. OLE color: 5854406.
HSL color Cylindrical-coordinate representation of color #C65459: hue angle of 357.37º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C65459 is Cyan = 0, Magento = 0.58, Yellow = 0.55 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 84 | 89 | - |
| CMYK | 0 | 0.58 | 0.55 | 0.22 |
| HSL | 357.37º | 0.5% | 0.55% | - |
| HSV(B) | 357.37º | 0.58% | 0.78% | - |
| XYZ | 28.26 | 19.07 | 11.64 | - |
| YUV | 118.66 | 111.27 | 184.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 84 | 89 | 0 | 0.58 | 0.55 | 0.22 | 357.37 | 0.5 | 0.55 |
| Hex | C6 | 54 | 59 | 0 | 3A | 37 | 16 | 165 | 32 | 37 |
| Octal | 306 | 124 | 131 | 0 | 72 | 67 | 26 | 545 | 62 | 67 |
| Binary | 11000110 | 1010100 | 1011001 | 0 | 111010 | 110111 | 10110 | 101100101 | 110010 | 110111 |
Color Harmonies of #C65459
Complementary color
Monochromatic Colors of #C65459
Black with #C65459
Text Example
Text Example
White with #C65459
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65459; }
p { color: rgb(198,84,89); }
H1.HeaderClassName
{
color: #C65459;
}
.AnyTagClassName
{
color: #C65459;
}
</style>
background-color css
<style>
a { background-color: #C65459; }
a { background-color: rgb(198,84,89); }
div.DivClassName
{
background-color: #C65459;
}
.BgClassName
{
background-color: #C65459;
}
</style>
border-color css
<style>
span { border-color: #C65459; }
span { border-color: rgb(198,84,89); }
td.TdClassName
{
border-color: #C65459;
}
.TagClassName
{
border-color: #C65459;
}
</style>