Shades of Mandy #CF474D
Tints of Mandy #CF474D
RGB
CMYK
RGB Variations
Color information
#CF474D (or 0xCF474D) is known color: Mandy. HEX triplet: CF, 47 and 4D. RGB value is (207,71,77). Sum of RGB (Red+Green+Blue) = 207+71+77=355 (47% of max value = 765). Red value is 207 (81.25% from 255 or 58.31% from 355); Green value is 71 (28.12% from 255 or 20% from 355); Blue value is 77 (30.47% from 255 or 21.69% from 355); Max value from RGB is 207 - color contains mainly: red. Hex color #CF474D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF474D is #30B8B2. Grayscale: #707070. Windows color (decimal): -3193011 or 5064655. OLE color: 5064655.
HSL color Cylindrical-coordinate representation of color #CF474D: hue angle of 357.35º 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 #CF474D is Cyan = 0, Magento = 0.66, Yellow = 0.63 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 71 | 77 | - |
| CMYK | 0 | 0.66 | 0.63 | 0.19 |
| HSL | 357.35º | 0.59% | 0.55% | - |
| HSV(B) | 357.35º | 0.66% | 0.81% | - |
| XYZ | 29.32 | 18.31 | 9.01 | - |
| YUV | 112.35 | 108.06 | 195.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 71 | 77 | 0 | 0.66 | 0.63 | 0.19 | 357.35 | 0.59 | 0.55 |
| Hex | CF | 47 | 4D | 0 | 42 | 3F | 13 | 165 | 3B | 37 |
| Octal | 317 | 107 | 115 | 0 | 102 | 77 | 23 | 545 | 73 | 67 |
| Binary | 11001111 | 1000111 | 1001101 | 0 | 1000010 | 111111 | 10011 | 101100101 | 111011 | 110111 |
Color Harmonies of #CF474D
Complementary color
Monochromatic Colors of #CF474D
Black with #CF474D
Text Example
Text Example
White with #CF474D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF474D; }
p { color: rgb(207,71,77); }
H1.HeaderClassName
{
color: #CF474D;
}
.AnyTagClassName
{
color: #CF474D;
}
</style>
background-color css
<style>
a { background-color: #CF474D; }
a { background-color: rgb(207,71,77); }
div.DivClassName
{
background-color: #CF474D;
}
.BgClassName
{
background-color: #CF474D;
}
</style>
border-color css
<style>
span { border-color: #CF474D; }
span { border-color: rgb(207,71,77); }
td.TdClassName
{
border-color: #CF474D;
}
.TagClassName
{
border-color: #CF474D;
}
</style>