Shades of Mandy #CF5B60
Tints of Mandy #CF5B60
RGB
CMYK
RGB Variations
Color information
#CF5B60 (or 0xCF5B60) is known color: Mandy. HEX triplet: CF, 5B and 60. RGB value is (207,91,96). Sum of RGB (Red+Green+Blue) = 207+91+96=394 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.54% from 394); Green value is 91 (35.94% from 255 or 23.10% from 394); Blue value is 96 (37.89% from 255 or 24.37% from 394); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5B60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF5B60 is #30A49F. Grayscale: #7E7E7E. Windows color (decimal): -3187872 or 6314959. OLE color: 6314959.
HSL color Cylindrical-coordinate representation of color #CF5B60: hue angle of 357.41º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CF5B60 is Cyan = 0, Magento = 0.56, Yellow = 0.54 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 91 | 96 | - |
| CMYK | 0 | 0.56 | 0.54 | 0.19 |
| HSL | 357.41º | 0.55% | 0.58% | - |
| HSV(B) | 357.41º | 0.56% | 0.81% | - |
| XYZ | 31.58 | 21.59 | 13.57 | - |
| YUV | 126.25 | 110.93 | 185.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 91 | 96 | 0 | 0.56 | 0.54 | 0.19 | 357.41 | 0.55 | 0.58 |
| Hex | CF | 5B | 60 | 0 | 38 | 36 | 13 | 165 | 37 | 3A |
| Octal | 317 | 133 | 140 | 0 | 70 | 66 | 23 | 545 | 67 | 72 |
| Binary | 11001111 | 1011011 | 1100000 | 0 | 111000 | 110110 | 10011 | 101100101 | 110111 | 111010 |
Color Harmonies of #CF5B60
Complementary color
Monochromatic Colors of #CF5B60
Black with #CF5B60
Text Example
Text Example
White with #CF5B60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5B60; }
p { color: rgb(207,91,96); }
H1.HeaderClassName
{
color: #CF5B60;
}
.AnyTagClassName
{
color: #CF5B60;
}
</style>
background-color css
<style>
a { background-color: #CF5B60; }
a { background-color: rgb(207,91,96); }
div.DivClassName
{
background-color: #CF5B60;
}
.BgClassName
{
background-color: #CF5B60;
}
</style>
border-color css
<style>
span { border-color: #CF5B60; }
span { border-color: rgb(207,91,96); }
td.TdClassName
{
border-color: #CF5B60;
}
.TagClassName
{
border-color: #CF5B60;
}
</style>