Shades of Mandy #CF464C
Tints of Mandy #CF464C
RGB
CMYK
RGB Variations
Color information
#CF464C (or 0xCF464C) is known color: Mandy. HEX triplet: CF, 46 and 4C. RGB value is (207,70,76). Sum of RGB (Red+Green+Blue) = 207+70+76=353 (46% of max value = 765). Red value is 207 (81.25% from 255 or 58.64% from 353); Green value is 70 (27.73% from 255 or 19.83% from 353); Blue value is 76 (30.08% from 255 or 21.53% from 353); Max value from RGB is 207 - color contains mainly: red. Hex color #CF464C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF464C is #30B9B3. Grayscale: #6F6F6F. Windows color (decimal): -3193268 or 4998863. OLE color: 4998863.
HSL color Cylindrical-coordinate representation of color #CF464C: hue angle of 357.37º 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 #CF464C is Cyan = 0, Magento = 0.66, Yellow = 0.63 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 70 | 76 | - |
| CMYK | 0 | 0.66 | 0.63 | 0.19 |
| HSL | 357.37º | 0.59% | 0.54% | - |
| HSV(B) | 357.37º | 0.66% | 0.81% | - |
| XYZ | 29.23 | 18.17 | 8.8 | - |
| YUV | 111.65 | 107.89 | 196.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 70 | 76 | 0 | 0.66 | 0.63 | 0.19 | 357.37 | 0.59 | 0.54 |
| Hex | CF | 46 | 4C | 0 | 42 | 3F | 13 | 165 | 3B | 36 |
| Octal | 317 | 106 | 114 | 0 | 102 | 77 | 23 | 545 | 73 | 66 |
| Binary | 11001111 | 1000110 | 1001100 | 0 | 1000010 | 111111 | 10011 | 101100101 | 111011 | 110110 |
Color Harmonies of #CF464C
Complementary color
Monochromatic Colors of #CF464C
Black with #CF464C
Text Example
Text Example
White with #CF464C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF464C; }
p { color: rgb(207,70,76); }
H1.HeaderClassName
{
color: #CF464C;
}
.AnyTagClassName
{
color: #CF464C;
}
</style>
background-color css
<style>
a { background-color: #CF464C; }
a { background-color: rgb(207,70,76); }
div.DivClassName
{
background-color: #CF464C;
}
.BgClassName
{
background-color: #CF464C;
}
</style>
border-color css
<style>
span { border-color: #CF464C; }
span { border-color: rgb(207,70,76); }
td.TdClassName
{
border-color: #CF464C;
}
.TagClassName
{
border-color: #CF464C;
}
</style>