Shades of Mandy #CF404C
Tints of Mandy #CF404C
RGB
CMYK
RGB Variations
Color information
#CF404C (or 0xCF404C) is known color: Mandy. HEX triplet: CF, 40 and 4C. RGB value is (207,64,76). Sum of RGB (Red+Green+Blue) = 207+64+76=347 (45% of max value = 765). Red value is 207 (81.25% from 255 or 59.65% from 347); Green value is 64 (25.39% from 255 or 18.44% from 347); Blue value is 76 (30.08% from 255 or 21.90% from 347); Max value from RGB is 207 - color contains mainly: red. Hex color #CF404C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF404C is #30BFB3. Grayscale: #6C6C6C. Windows color (decimal): -3194804 or 4997327. OLE color: 4997327.
HSL color Cylindrical-coordinate representation of color #CF404C: hue angle of 354.97º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CF404C is Cyan = 0, Magento = 0.69, Yellow = 0.63 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 64 | 76 | - |
| CMYK | 0 | 0.69 | 0.63 | 0.19 |
| HSL | 354.97º | 0.6% | 0.53% | - |
| HSV(B) | 354.97º | 0.69% | 0.81% | - |
| XYZ | 28.87 | 17.45 | 8.68 | - |
| YUV | 108.13 | 109.88 | 198.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 64 | 76 | 0 | 0.69 | 0.63 | 0.19 | 354.97 | 0.6 | 0.53 |
| Hex | CF | 40 | 4C | 0 | 45 | 3F | 13 | 163 | 3C | 35 |
| Octal | 317 | 100 | 114 | 0 | 105 | 77 | 23 | 543 | 74 | 65 |
| Binary | 11001111 | 1000000 | 1001100 | 0 | 1000101 | 111111 | 10011 | 101100011 | 111100 | 110101 |
Color Harmonies of #CF404C
Complementary color
Monochromatic Colors of #CF404C
Black with #CF404C
Text Example
Text Example
White with #CF404C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF404C; }
p { color: rgb(207,64,76); }
H1.HeaderClassName
{
color: #CF404C;
}
.AnyTagClassName
{
color: #CF404C;
}
</style>
background-color css
<style>
a { background-color: #CF404C; }
a { background-color: rgb(207,64,76); }
div.DivClassName
{
background-color: #CF404C;
}
.BgClassName
{
background-color: #CF404C;
}
</style>
border-color css
<style>
span { border-color: #CF404C; }
span { border-color: rgb(207,64,76); }
td.TdClassName
{
border-color: #CF404C;
}
.TagClassName
{
border-color: #CF404C;
}
</style>