Shades of Mandy #CF5964
Tints of Mandy #CF5964
RGB
CMYK
RGB Variations
Color information
#CF5964 (or 0xCF5964) is known color: Mandy. HEX triplet: CF, 59 and 64. RGB value is (207,89,100). Sum of RGB (Red+Green+Blue) = 207+89+100=396 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.27% from 396); Green value is 89 (35.16% from 255 or 22.47% from 396); Blue value is 100 (39.45% from 255 or 25.25% from 396); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5964 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF5964 is #30A69B. Grayscale: #7D7D7D. Windows color (decimal): -3188380 or 6576591. OLE color: 6576591.
HSL color Cylindrical-coordinate representation of color #CF5964: hue angle of 354.41º 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 #CF5964 is Cyan = 0, Magento = 0.57, Yellow = 0.52 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 89 | 100 | - |
| CMYK | 0 | 0.57 | 0.52 | 0.19 |
| HSL | 354.41º | 0.55% | 0.58% | - |
| HSV(B) | 354.41º | 0.57% | 0.81% | - |
| XYZ | 31.6 | 21.33 | 14.51 | - |
| YUV | 125.54 | 113.59 | 186.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 89 | 100 | 0 | 0.57 | 0.52 | 0.19 | 354.41 | 0.55 | 0.58 |
| Hex | CF | 59 | 64 | 0 | 39 | 34 | 13 | 162 | 37 | 3A |
| Octal | 317 | 131 | 144 | 0 | 71 | 64 | 23 | 542 | 67 | 72 |
| Binary | 11001111 | 1011001 | 1100100 | 0 | 111001 | 110100 | 10011 | 101100010 | 110111 | 111010 |
Color Harmonies of #CF5964
Complementary color
Monochromatic Colors of #CF5964
Black with #CF5964
Text Example
Text Example
White with #CF5964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5964; }
p { color: rgb(207,89,100); }
H1.HeaderClassName
{
color: #CF5964;
}
.AnyTagClassName
{
color: #CF5964;
}
</style>
background-color css
<style>
a { background-color: #CF5964; }
a { background-color: rgb(207,89,100); }
div.DivClassName
{
background-color: #CF5964;
}
.BgClassName
{
background-color: #CF5964;
}
</style>
border-color css
<style>
span { border-color: #CF5964; }
span { border-color: rgb(207,89,100); }
td.TdClassName
{
border-color: #CF5964;
}
.TagClassName
{
border-color: #CF5964;
}
</style>