Shades of Mandy #CF464E
Tints of Mandy #CF464E
RGB
CMYK
RGB Variations
Color information
#CF464E (or 0xCF464E) is known color: Mandy. HEX triplet: CF, 46 and 4E. RGB value is (207,70,78). Sum of RGB (Red+Green+Blue) = 207+70+78=355 (47% of max value = 765). Red value is 207 (81.25% from 255 or 58.31% from 355); Green value is 70 (27.73% from 255 or 19.72% from 355); Blue value is 78 (30.86% from 255 or 21.97% from 355); Max value from RGB is 207 - color contains mainly: red. Hex color #CF464E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF464E is #30B9B1. Grayscale: #6F6F6F. Windows color (decimal): -3193266 or 5129935. OLE color: 5129935.
HSL color Cylindrical-coordinate representation of color #CF464E: hue angle of 356.5º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CF464E is Cyan = 0, Magento = 0.66, Yellow = 0.62 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 70 | 78 | - |
| CMYK | 0 | 0.66 | 0.62 | 0.19 |
| HSL | 356.5º | 0.59% | 0.54% | - |
| HSV(B) | 356.5º | 0.66% | 0.81% | - |
| XYZ | 29.3 | 18.2 | 9.18 | - |
| YUV | 111.88 | 108.89 | 195.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 70 | 78 | 0 | 0.66 | 0.62 | 0.19 | 356.5 | 0.59 | 0.54 |
| Hex | CF | 46 | 4E | 0 | 42 | 3E | 13 | 164 | 3B | 36 |
| Octal | 317 | 106 | 116 | 0 | 102 | 76 | 23 | 544 | 73 | 66 |
| Binary | 11001111 | 1000110 | 1001110 | 0 | 1000010 | 111110 | 10011 | 101100100 | 111011 | 110110 |
Color Harmonies of #CF464E
Complementary color
Monochromatic Colors of #CF464E
Black with #CF464E
Text Example
Text Example
White with #CF464E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF464E; }
p { color: rgb(207,70,78); }
H1.HeaderClassName
{
color: #CF464E;
}
.AnyTagClassName
{
color: #CF464E;
}
</style>
background-color css
<style>
a { background-color: #CF464E; }
a { background-color: rgb(207,70,78); }
div.DivClassName
{
background-color: #CF464E;
}
.BgClassName
{
background-color: #CF464E;
}
</style>
border-color css
<style>
span { border-color: #CF464E; }
span { border-color: rgb(207,70,78); }
td.TdClassName
{
border-color: #CF464E;
}
.TagClassName
{
border-color: #CF464E;
}
</style>