Shades of Mandy #CF5961
Tints of Mandy #CF5961
RGB
CMYK
RGB Variations
Color information
#CF5961 (or 0xCF5961) is known color: Mandy. HEX triplet: CF, 59 and 61. RGB value is (207,89,97). Sum of RGB (Red+Green+Blue) = 207+89+97=393 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.67% from 393); Green value is 89 (35.16% from 255 or 22.65% from 393); Blue value is 97 (38.28% from 255 or 24.68% from 393); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5961 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF5961 is #30A69E. Grayscale: #7D7D7D. Windows color (decimal): -3188383 or 6379983. OLE color: 6379983.
HSL color Cylindrical-coordinate representation of color #CF5961: hue angle of 355.93º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CF5961 is Cyan = 0, Magento = 0.57, Yellow = 0.53 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 89 | 97 | - |
| CMYK | 0 | 0.57 | 0.53 | 0.19 |
| HSL | 355.93º | 0.55% | 0.58% | - |
| HSV(B) | 355.93º | 0.57% | 0.81% | - |
| XYZ | 31.46 | 21.27 | 13.76 | - |
| YUV | 125.19 | 112.09 | 186.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 89 | 97 | 0 | 0.57 | 0.53 | 0.19 | 355.93 | 0.55 | 0.58 |
| Hex | CF | 59 | 61 | 0 | 39 | 35 | 13 | 164 | 37 | 3A |
| Octal | 317 | 131 | 141 | 0 | 71 | 65 | 23 | 544 | 67 | 72 |
| Binary | 11001111 | 1011001 | 1100001 | 0 | 111001 | 110101 | 10011 | 101100100 | 110111 | 111010 |
Color Harmonies of #CF5961
Complementary color
Monochromatic Colors of #CF5961
Black with #CF5961
Text Example
Text Example
White with #CF5961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5961; }
p { color: rgb(207,89,97); }
H1.HeaderClassName
{
color: #CF5961;
}
.AnyTagClassName
{
color: #CF5961;
}
</style>
background-color css
<style>
a { background-color: #CF5961; }
a { background-color: rgb(207,89,97); }
div.DivClassName
{
background-color: #CF5961;
}
.BgClassName
{
background-color: #CF5961;
}
</style>
border-color css
<style>
span { border-color: #CF5961; }
span { border-color: rgb(207,89,97); }
td.TdClassName
{
border-color: #CF5961;
}
.TagClassName
{
border-color: #CF5961;
}
</style>