Shades of Mandy #CF4A50
Tints of Mandy #CF4A50
RGB
CMYK
RGB Variations
Color information
#CF4A50 (or 0xCF4A50) is known color: Mandy. HEX triplet: CF, 4A and 50. RGB value is (207,74,80). Sum of RGB (Red+Green+Blue) = 207+74+80=361 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.34% from 361); Green value is 74 (29.30% from 255 or 20.50% from 361); Blue value is 80 (31.64% from 255 or 22.16% from 361); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4A50 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF4A50 is #30B5AF. Grayscale: #727272. Windows color (decimal): -3192240 or 5262031. OLE color: 5262031.
HSL color Cylindrical-coordinate representation of color #CF4A50: hue angle of 357.29º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CF4A50 is Cyan = 0, Magento = 0.64, Yellow = 0.61 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 74 | 80 | - |
| CMYK | 0 | 0.64 | 0.61 | 0.19 |
| HSL | 357.29º | 0.58% | 0.55% | - |
| HSV(B) | 357.29º | 0.64% | 0.81% | - |
| XYZ | 29.63 | 18.74 | 9.65 | - |
| YUV | 114.45 | 108.56 | 194.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 74 | 80 | 0 | 0.64 | 0.61 | 0.19 | 357.29 | 0.58 | 0.55 |
| Hex | CF | 4A | 50 | 0 | 40 | 3D | 13 | 165 | 3A | 37 |
| Octal | 317 | 112 | 120 | 0 | 100 | 75 | 23 | 545 | 72 | 67 |
| Binary | 11001111 | 1001010 | 1010000 | 0 | 1000000 | 111101 | 10011 | 101100101 | 111010 | 110111 |
Color Harmonies of #CF4A50
Complementary color
Monochromatic Colors of #CF4A50
Black with #CF4A50
Text Example
Text Example
White with #CF4A50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4A50; }
p { color: rgb(207,74,80); }
H1.HeaderClassName
{
color: #CF4A50;
}
.AnyTagClassName
{
color: #CF4A50;
}
</style>
background-color css
<style>
a { background-color: #CF4A50; }
a { background-color: rgb(207,74,80); }
div.DivClassName
{
background-color: #CF4A50;
}
.BgClassName
{
background-color: #CF4A50;
}
</style>
border-color css
<style>
span { border-color: #CF4A50; }
span { border-color: rgb(207,74,80); }
td.TdClassName
{
border-color: #CF4A50;
}
.TagClassName
{
border-color: #CF4A50;
}
</style>