Shades of Mandy #C65559
Tints of Mandy #C65559
RGB
CMYK
RGB Variations
Color information
#C65559 (or 0xC65559) is known color: Mandy. HEX triplet: C6, 55 and 59. RGB value is (198,85,89). Sum of RGB (Red+Green+Blue) = 198+85+89=372 (49% of max value = 765). Red value is 198 (77.73% from 255 or 53.23% from 372); Green value is 85 (33.59% from 255 or 22.85% from 372); Blue value is 89 (35.16% from 255 or 23.92% from 372); Max value from RGB is 198 - color contains mainly: red. Hex color #C65559 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C65559 is #39AAA6. Grayscale: #777777. Windows color (decimal): -3779239 or 5854662. OLE color: 5854662.
HSL color Cylindrical-coordinate representation of color #C65559: hue angle of 357.88º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C65559 is Cyan = 0, Magento = 0.57, Yellow = 0.55 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 85 | 89 | - |
| CMYK | 0 | 0.57 | 0.55 | 0.22 |
| HSL | 357.88º | 0.5% | 0.55% | - |
| HSV(B) | 357.88º | 0.57% | 0.78% | - |
| XYZ | 28.34 | 19.22 | 11.67 | - |
| YUV | 119.24 | 110.94 | 184.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 85 | 89 | 0 | 0.57 | 0.55 | 0.22 | 357.88 | 0.5 | 0.55 |
| Hex | C6 | 55 | 59 | 0 | 39 | 37 | 16 | 166 | 32 | 37 |
| Octal | 306 | 125 | 131 | 0 | 71 | 67 | 26 | 546 | 62 | 67 |
| Binary | 11000110 | 1010101 | 1011001 | 0 | 111001 | 110111 | 10110 | 101100110 | 110010 | 110111 |
Color Harmonies of #C65559
Complementary color
Monochromatic Colors of #C65559
Black with #C65559
Text Example
Text Example
White with #C65559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65559; }
p { color: rgb(198,85,89); }
H1.HeaderClassName
{
color: #C65559;
}
.AnyTagClassName
{
color: #C65559;
}
</style>
background-color css
<style>
a { background-color: #C65559; }
a { background-color: rgb(198,85,89); }
div.DivClassName
{
background-color: #C65559;
}
.BgClassName
{
background-color: #C65559;
}
</style>
border-color css
<style>
span { border-color: #C65559; }
span { border-color: rgb(198,85,89); }
td.TdClassName
{
border-color: #C65559;
}
.TagClassName
{
border-color: #C65559;
}
</style>