Shades of Mandy #CF5464
Tints of Mandy #CF5464
RGB
CMYK
RGB Variations
Color information
#CF5464 (or 0xCF5464) is known color: Mandy. HEX triplet: CF, 54 and 64. RGB value is (207,84,100). Sum of RGB (Red+Green+Blue) = 207+84+100=391 (51% of max value = 765). Red value is 207 (81.25% from 255 or 52.94% from 391); Green value is 84 (33.20% from 255 or 21.48% from 391); Blue value is 100 (39.45% from 255 or 25.58% from 391); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5464 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF5464 is #30AB9B. Grayscale: #7A7A7A. Windows color (decimal): -3189660 or 6575311. OLE color: 6575311.
HSL color Cylindrical-coordinate representation of color #CF5464: hue angle of 352.2º 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 #CF5464 is Cyan = 0, Magento = 0.59, Yellow = 0.52 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 84 | 100 | - |
| CMYK | 0 | 0.59 | 0.52 | 0.19 |
| HSL | 352.2º | 0.56% | 0.57% | - |
| HSV(B) | 352.2º | 0.59% | 0.81% | - |
| XYZ | 31.2 | 20.53 | 14.37 | - |
| YUV | 122.6 | 115.25 | 188.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 84 | 100 | 0 | 0.59 | 0.52 | 0.19 | 352.2 | 0.56 | 0.57 |
| Hex | CF | 54 | 64 | 0 | 3B | 34 | 13 | 160 | 38 | 39 |
| Octal | 317 | 124 | 144 | 0 | 73 | 64 | 23 | 540 | 70 | 71 |
| Binary | 11001111 | 1010100 | 1100100 | 0 | 111011 | 110100 | 10011 | 101100000 | 111000 | 111001 |
Color Harmonies of #CF5464
Complementary color
Monochromatic Colors of #CF5464
Black with #CF5464
Text Example
Text Example
White with #CF5464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5464; }
p { color: rgb(207,84,100); }
H1.HeaderClassName
{
color: #CF5464;
}
.AnyTagClassName
{
color: #CF5464;
}
</style>
background-color css
<style>
a { background-color: #CF5464; }
a { background-color: rgb(207,84,100); }
div.DivClassName
{
background-color: #CF5464;
}
.BgClassName
{
background-color: #CF5464;
}
</style>
border-color css
<style>
span { border-color: #CF5464; }
span { border-color: rgb(207,84,100); }
td.TdClassName
{
border-color: #CF5464;
}
.TagClassName
{
border-color: #CF5464;
}
</style>