Shades of Mandy #CF4D4F
Tints of Mandy #CF4D4F
RGB
CMYK
RGB Variations
Color information
#CF4D4F (or 0xCF4D4F) is known color: Mandy. HEX triplet: CF, 4D and 4F. RGB value is (207,77,79). Sum of RGB (Red+Green+Blue) = 207+77+79=363 (48% of max value = 765). Red value is 207 (81.25% from 255 or 57.02% from 363); Green value is 77 (30.47% from 255 or 21.21% from 363); Blue value is 79 (31.25% from 255 or 21.76% from 363); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4D4F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF4D4F is #30B2B0. Grayscale: #747474. Windows color (decimal): -3191473 or 5197263. OLE color: 5197263.
HSL color Cylindrical-coordinate representation of color #CF4D4F: hue angle of 359.08º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CF4D4F is Cyan = 0, Magento = 0.63, Yellow = 0.62 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 77 | 79 | - |
| CMYK | 0 | 0.63 | 0.62 | 0.19 |
| HSL | 359.08º | 0.58% | 0.56% | - |
| HSV(B) | 359.08º | 0.63% | 0.81% | - |
| XYZ | 29.8 | 19.14 | 9.52 | - |
| YUV | 116.1 | 107.07 | 192.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 77 | 79 | 0 | 0.63 | 0.62 | 0.19 | 359.08 | 0.58 | 0.56 |
| Hex | CF | 4D | 4F | 0 | 3F | 3E | 13 | 167 | 3A | 38 |
| Octal | 317 | 115 | 117 | 0 | 77 | 76 | 23 | 547 | 72 | 70 |
| Binary | 11001111 | 1001101 | 1001111 | 0 | 111111 | 111110 | 10011 | 101100111 | 111010 | 111000 |
Color Harmonies of #CF4D4F
Complementary color
Monochromatic Colors of #CF4D4F
Black with #CF4D4F
Text Example
Text Example
White with #CF4D4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4D4F; }
p { color: rgb(207,77,79); }
H1.HeaderClassName
{
color: #CF4D4F;
}
.AnyTagClassName
{
color: #CF4D4F;
}
</style>
background-color css
<style>
a { background-color: #CF4D4F; }
a { background-color: rgb(207,77,79); }
div.DivClassName
{
background-color: #CF4D4F;
}
.BgClassName
{
background-color: #CF4D4F;
}
</style>
border-color css
<style>
span { border-color: #CF4D4F; }
span { border-color: rgb(207,77,79); }
td.TdClassName
{
border-color: #CF4D4F;
}
.TagClassName
{
border-color: #CF4D4F;
}
</style>