Shades of Mandy #CF474E
Tints of Mandy #CF474E
RGB
CMYK
RGB Variations
Color information
#CF474E (or 0xCF474E) is known color: Mandy. HEX triplet: CF, 47 and 4E. RGB value is (207,71,78). Sum of RGB (Red+Green+Blue) = 207+71+78=356 (47% of max value = 765). Red value is 207 (81.25% from 255 or 58.15% from 356); Green value is 71 (28.12% from 255 or 19.94% from 356); Blue value is 78 (30.86% from 255 or 21.91% from 356); Max value from RGB is 207 - color contains mainly: red. Hex color #CF474E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF474E is #30B8B1. Grayscale: #707070. Windows color (decimal): -3193010 or 5130191. OLE color: 5130191.
HSL color Cylindrical-coordinate representation of color #CF474E: hue angle of 356.91º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CF474E is Cyan = 0, Magento = 0.66, Yellow = 0.62 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 71 | 78 | - |
| CMYK | 0 | 0.66 | 0.62 | 0.19 |
| HSL | 356.91º | 0.59% | 0.55% | - |
| HSV(B) | 356.91º | 0.66% | 0.81% | - |
| XYZ | 29.36 | 18.32 | 9.2 | - |
| YUV | 112.46 | 108.56 | 195.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 71 | 78 | 0 | 0.66 | 0.62 | 0.19 | 356.91 | 0.59 | 0.55 |
| Hex | CF | 47 | 4E | 0 | 42 | 3E | 13 | 165 | 3B | 37 |
| Octal | 317 | 107 | 116 | 0 | 102 | 76 | 23 | 545 | 73 | 67 |
| Binary | 11001111 | 1000111 | 1001110 | 0 | 1000010 | 111110 | 10011 | 101100101 | 111011 | 110111 |
Color Harmonies of #CF474E
Complementary color
Monochromatic Colors of #CF474E
Black with #CF474E
Text Example
Text Example
White with #CF474E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF474E; }
p { color: rgb(207,71,78); }
H1.HeaderClassName
{
color: #CF474E;
}
.AnyTagClassName
{
color: #CF474E;
}
</style>
background-color css
<style>
a { background-color: #CF474E; }
a { background-color: rgb(207,71,78); }
div.DivClassName
{
background-color: #CF474E;
}
.BgClassName
{
background-color: #CF474E;
}
</style>
border-color css
<style>
span { border-color: #CF474E; }
span { border-color: rgb(207,71,78); }
td.TdClassName
{
border-color: #CF474E;
}
.TagClassName
{
border-color: #CF474E;
}
</style>