Shades of Mandy #C65657
Tints of Mandy #C65657
RGB
CMYK
RGB Variations
Color information
#C65657 (or 0xC65657) is known color: Mandy. HEX triplet: C6, 56 and 57. RGB value is (198,86,87). Sum of RGB (Red+Green+Blue) = 198+86+87=371 (49% of max value = 765). Red value is 198 (77.73% from 255 or 53.37% from 371); Green value is 86 (33.98% from 255 or 23.18% from 371); Blue value is 87 (34.38% from 255 or 23.45% from 371); Max value from RGB is 198 - color contains mainly: red. Hex color #C65657 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C65657 is #39A9A8. Grayscale: #777777. Windows color (decimal): -3778985 or 5723846. OLE color: 5723846.
HSL color Cylindrical-coordinate representation of color #C65657: hue angle of 359.46º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C65657 is Cyan = 0, Magento = 0.57, Yellow = 0.56 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 86 | 87 | - |
| CMYK | 0 | 0.57 | 0.56 | 0.22 |
| HSL | 359.46º | 0.5% | 0.56% | - |
| HSV(B) | 359.46º | 0.57% | 0.78% | - |
| XYZ | 28.34 | 19.35 | 11.26 | - |
| YUV | 119.6 | 109.61 | 183.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 86 | 87 | 0 | 0.57 | 0.56 | 0.22 | 359.46 | 0.5 | 0.56 |
| Hex | C6 | 56 | 57 | 0 | 39 | 38 | 16 | 167 | 32 | 38 |
| Octal | 306 | 126 | 127 | 0 | 71 | 70 | 26 | 547 | 62 | 70 |
| Binary | 11000110 | 1010110 | 1010111 | 0 | 111001 | 111000 | 10110 | 101100111 | 110010 | 111000 |
Color Harmonies of #C65657
Complementary color
Monochromatic Colors of #C65657
Black with #C65657
Text Example
Text Example
White with #C65657
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65657; }
p { color: rgb(198,86,87); }
H1.HeaderClassName
{
color: #C65657;
}
.AnyTagClassName
{
color: #C65657;
}
</style>
background-color css
<style>
a { background-color: #C65657; }
a { background-color: rgb(198,86,87); }
div.DivClassName
{
background-color: #C65657;
}
.BgClassName
{
background-color: #C65657;
}
</style>
border-color css
<style>
span { border-color: #C65657; }
span { border-color: rgb(198,86,87); }
td.TdClassName
{
border-color: #C65657;
}
.TagClassName
{
border-color: #C65657;
}
</style>