Shades of Mandy #CF4860
Tints of Mandy #CF4860
RGB
CMYK
RGB Variations
Color information
#CF4860 (or 0xCF4860) is known color: Mandy. HEX triplet: CF, 48 and 60. RGB value is (207,72,96). Sum of RGB (Red+Green+Blue) = 207+72+96=375 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.2% from 375); Green value is 72 (28.52% from 255 or 19.2% from 375); Blue value is 96 (37.89% from 255 or 25.6% from 375); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4860 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF4860 is #30B79F. Grayscale: #737373. Windows color (decimal): -3192736 or 6310095. OLE color: 6310095.
HSL color Cylindrical-coordinate representation of color #CF4860: hue angle of 349.33º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CF4860 is Cyan = 0, Magento = 0.65, Yellow = 0.54 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 72 | 96 | - |
| CMYK | 0 | 0.65 | 0.54 | 0.19 |
| HSL | 349.33º | 0.58% | 0.55% | - |
| HSV(B) | 349.33º | 0.65% | 0.81% | - |
| XYZ | 30.16 | 18.74 | 13.09 | - |
| YUV | 115.1 | 117.23 | 193.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 72 | 96 | 0 | 0.65 | 0.54 | 0.19 | 349.33 | 0.58 | 0.55 |
| Hex | CF | 48 | 60 | 0 | 41 | 36 | 13 | 15D | 3A | 37 |
| Octal | 317 | 110 | 140 | 0 | 101 | 66 | 23 | 535 | 72 | 67 |
| Binary | 11001111 | 1001000 | 1100000 | 0 | 1000001 | 110110 | 10011 | 101011101 | 111010 | 110111 |
Color Harmonies of #CF4860
Complementary color
Monochromatic Colors of #CF4860
Black with #CF4860
Text Example
Text Example
White with #CF4860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4860; }
p { color: rgb(207,72,96); }
H1.HeaderClassName
{
color: #CF4860;
}
.AnyTagClassName
{
color: #CF4860;
}
</style>
background-color css
<style>
a { background-color: #CF4860; }
a { background-color: rgb(207,72,96); }
div.DivClassName
{
background-color: #CF4860;
}
.BgClassName
{
background-color: #CF4860;
}
</style>
border-color css
<style>
span { border-color: #CF4860; }
span { border-color: rgb(207,72,96); }
td.TdClassName
{
border-color: #CF4860;
}
.TagClassName
{
border-color: #CF4860;
}
</style>