Shades of Mandy #C65F61
Tints of Mandy #C65F61
RGB
CMYK
RGB Variations
Color information
#C65F61 (or 0xC65F61) is known color: Mandy. HEX triplet: C6, 5F and 61. RGB value is (198,95,97). Sum of RGB (Red+Green+Blue) = 198+95+97=390 (51% of max value = 765). Red value is 198 (77.73% from 255 or 50.77% from 390); Green value is 95 (37.5% from 255 or 24.36% from 390); Blue value is 97 (38.28% from 255 or 24.87% from 390); Max value from RGB is 198 - color contains mainly: red. Hex color #C65F61 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C65F61 is #39A09E. Grayscale: #7E7E7E. Windows color (decimal): -3776671 or 6381510. OLE color: 6381510.
HSL color Cylindrical-coordinate representation of color #C65F61: hue angle of 358.83º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C65F61 is Cyan = 0, Magento = 0.52, Yellow = 0.51 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 95 | 97 | - |
| CMYK | 0 | 0.52 | 0.51 | 0.22 |
| HSL | 358.84º | 0.47% | 0.57% | - |
| HSV(B) | 358.84º | 0.52% | 0.78% | - |
| XYZ | 29.54 | 21.05 | 13.82 | - |
| YUV | 126.03 | 111.62 | 179.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 95 | 97 | 0 | 0.52 | 0.51 | 0.22 | 358.84 | 0.47 | 0.57 |
| Hex | C6 | 5F | 61 | 0 | 34 | 33 | 16 | 167 | 2F | 39 |
| Octal | 306 | 137 | 141 | 0 | 64 | 63 | 26 | 547 | 57 | 71 |
| Binary | 11000110 | 1011111 | 1100001 | 0 | 110100 | 110011 | 10110 | 101100111 | 101111 | 111001 |
Color Harmonies of #C65F61
Complementary color
Monochromatic Colors of #C65F61
Black with #C65F61
Text Example
Text Example
White with #C65F61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65F61; }
p { color: rgb(198,95,97); }
H1.HeaderClassName
{
color: #C65F61;
}
.AnyTagClassName
{
color: #C65F61;
}
</style>
background-color css
<style>
a { background-color: #C65F61; }
a { background-color: rgb(198,95,97); }
div.DivClassName
{
background-color: #C65F61;
}
.BgClassName
{
background-color: #C65F61;
}
</style>
border-color css
<style>
span { border-color: #C65F61; }
span { border-color: rgb(198,95,97); }
td.TdClassName
{
border-color: #C65F61;
}
.TagClassName
{
border-color: #C65F61;
}
</style>