Shades of Mandy #C65059
Tints of Mandy #C65059
RGB
CMYK
RGB Variations
Color information
#C65059 (or 0xC65059) is known color: Mandy. HEX triplet: C6, 50 and 59. RGB value is (198,80,89). Sum of RGB (Red+Green+Blue) = 198+80+89=367 (48% of max value = 765). Red value is 198 (77.73% from 255 or 53.95% from 367); Green value is 80 (31.64% from 255 or 21.80% from 367); Blue value is 89 (35.16% from 255 or 24.25% from 367); Max value from RGB is 198 - color contains mainly: red. Hex color #C65059 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C65059 is #39AFA6. Grayscale: #747474. Windows color (decimal): -3780519 or 5853382. OLE color: 5853382.
HSL color Cylindrical-coordinate representation of color #C65059: hue angle of 355.42º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C65059 is Cyan = 0, Magento = 0.60, Yellow = 0.55 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 80 | 89 | - |
| CMYK | 0 | 0.60 | 0.55 | 0.22 |
| HSL | 355.42º | 0.51% | 0.55% | - |
| HSV(B) | 355.42º | 0.6% | 0.78% | - |
| XYZ | 27.96 | 18.46 | 11.54 | - |
| YUV | 116.31 | 112.59 | 186.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 80 | 89 | 0 | 0.60 | 0.55 | 0.22 | 355.42 | 0.51 | 0.55 |
| Hex | C6 | 50 | 59 | 0 | 3C | 37 | 16 | 163 | 33 | 37 |
| Octal | 306 | 120 | 131 | 0 | 74 | 67 | 26 | 543 | 63 | 67 |
| Binary | 11000110 | 1010000 | 1011001 | 0 | 111100 | 110111 | 10110 | 101100011 | 110011 | 110111 |
Color Harmonies of #C65059
Complementary color
Monochromatic Colors of #C65059
Black with #C65059
Text Example
Text Example
White with #C65059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65059; }
p { color: rgb(198,80,89); }
H1.HeaderClassName
{
color: #C65059;
}
.AnyTagClassName
{
color: #C65059;
}
</style>
background-color css
<style>
a { background-color: #C65059; }
a { background-color: rgb(198,80,89); }
div.DivClassName
{
background-color: #C65059;
}
.BgClassName
{
background-color: #C65059;
}
</style>
border-color css
<style>
span { border-color: #C65059; }
span { border-color: rgb(198,80,89); }
td.TdClassName
{
border-color: #C65059;
}
.TagClassName
{
border-color: #C65059;
}
</style>