Shades of Mandy #CF5460
Tints of Mandy #CF5460
RGB
CMYK
RGB Variations
Color information
#CF5460 (or 0xCF5460) is known color: Mandy. HEX triplet: CF, 54 and 60. RGB value is (207,84,96). Sum of RGB (Red+Green+Blue) = 207+84+96=387 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.49% from 387); Green value is 84 (33.20% from 255 or 21.71% from 387); Blue value is 96 (37.89% from 255 or 24.81% from 387); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5460 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF5460 is #30AB9F. Grayscale: #7A7A7A. Windows color (decimal): -3189664 or 6313167. OLE color: 6313167.
HSL color Cylindrical-coordinate representation of color #CF5460: hue angle of 354.15º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CF5460 is Cyan = 0, Magento = 0.59, Yellow = 0.54 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 84 | 96 | - |
| CMYK | 0 | 0.59 | 0.54 | 0.19 |
| HSL | 354.15º | 0.56% | 0.57% | - |
| HSV(B) | 354.15º | 0.59% | 0.81% | - |
| XYZ | 31.01 | 20.45 | 13.38 | - |
| YUV | 122.15 | 113.25 | 188.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 84 | 96 | 0 | 0.59 | 0.54 | 0.19 | 354.15 | 0.56 | 0.57 |
| Hex | CF | 54 | 60 | 0 | 3B | 36 | 13 | 162 | 38 | 39 |
| Octal | 317 | 124 | 140 | 0 | 73 | 66 | 23 | 542 | 70 | 71 |
| Binary | 11001111 | 1010100 | 1100000 | 0 | 111011 | 110110 | 10011 | 101100010 | 111000 | 111001 |
Color Harmonies of #CF5460
Complementary color
Monochromatic Colors of #CF5460
Black with #CF5460
Text Example
Text Example
White with #CF5460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5460; }
p { color: rgb(207,84,96); }
H1.HeaderClassName
{
color: #CF5460;
}
.AnyTagClassName
{
color: #CF5460;
}
</style>
background-color css
<style>
a { background-color: #CF5460; }
a { background-color: rgb(207,84,96); }
div.DivClassName
{
background-color: #CF5460;
}
.BgClassName
{
background-color: #CF5460;
}
</style>
border-color css
<style>
span { border-color: #CF5460; }
span { border-color: rgb(207,84,96); }
td.TdClassName
{
border-color: #CF5460;
}
.TagClassName
{
border-color: #CF5460;
}
</style>