Shades of Mandy #CF4E50
Tints of Mandy #CF4E50
RGB
CMYK
RGB Variations
Color information
#CF4E50 (or 0xCF4E50) is known color: Mandy. HEX triplet: CF, 4E and 50. RGB value is (207,78,80). Sum of RGB (Red+Green+Blue) = 207+78+80=365 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.71% from 365); Green value is 78 (30.86% from 255 or 21.37% from 365); Blue value is 80 (31.64% from 255 or 21.92% from 365); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4E50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF4E50 is #30B1AF. Grayscale: #747474. Windows color (decimal): -3191216 or 5263055. OLE color: 5263055.
HSL color Cylindrical-coordinate representation of color #CF4E50: hue angle of 359.07º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CF4E50 is Cyan = 0, Magento = 0.62, Yellow = 0.61 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 78 | 80 | - |
| CMYK | 0 | 0.62 | 0.61 | 0.19 |
| HSL | 359.07º | 0.57% | 0.56% | - |
| HSV(B) | 359.07º | 0.62% | 0.81% | - |
| XYZ | 29.9 | 19.29 | 9.74 | - |
| YUV | 116.8 | 107.24 | 192.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 78 | 80 | 0 | 0.62 | 0.61 | 0.19 | 359.07 | 0.57 | 0.56 |
| Hex | CF | 4E | 50 | 0 | 3E | 3D | 13 | 167 | 39 | 38 |
| Octal | 317 | 116 | 120 | 0 | 76 | 75 | 23 | 547 | 71 | 70 |
| Binary | 11001111 | 1001110 | 1010000 | 0 | 111110 | 111101 | 10011 | 101100111 | 111001 | 111000 |
Color Harmonies of #CF4E50
Complementary color
Monochromatic Colors of #CF4E50
Black with #CF4E50
Text Example
Text Example
White with #CF4E50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4E50; }
p { color: rgb(207,78,80); }
H1.HeaderClassName
{
color: #CF4E50;
}
.AnyTagClassName
{
color: #CF4E50;
}
</style>
background-color css
<style>
a { background-color: #CF4E50; }
a { background-color: rgb(207,78,80); }
div.DivClassName
{
background-color: #CF4E50;
}
.BgClassName
{
background-color: #CF4E50;
}
</style>
border-color css
<style>
span { border-color: #CF4E50; }
span { border-color: rgb(207,78,80); }
td.TdClassName
{
border-color: #CF4E50;
}
.TagClassName
{
border-color: #CF4E50;
}
</style>