Shades of Mandy #CF4850
Tints of Mandy #CF4850
RGB
CMYK
RGB Variations
Color information
#CF4850 (or 0xCF4850) is known color: Mandy. HEX triplet: CF, 48 and 50. RGB value is (207,72,80). Sum of RGB (Red+Green+Blue) = 207+72+80=359 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.66% from 359); Green value is 72 (28.52% from 255 or 20.06% from 359); Blue value is 80 (31.64% from 255 or 22.28% from 359); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4850 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF4850 is #30B7AF. Grayscale: #717171. Windows color (decimal): -3192752 or 5261519. OLE color: 5261519.
HSL color Cylindrical-coordinate representation of color #CF4850: hue angle of 356.44º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CF4850 is Cyan = 0, Magento = 0.65, Yellow = 0.61 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 72 | 80 | - |
| CMYK | 0 | 0.65 | 0.61 | 0.19 |
| HSL | 356.44º | 0.58% | 0.55% | - |
| HSV(B) | 356.44º | 0.65% | 0.81% | - |
| XYZ | 29.5 | 18.48 | 9.6 | - |
| YUV | 113.28 | 109.23 | 194.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 72 | 80 | 0 | 0.65 | 0.61 | 0.19 | 356.44 | 0.58 | 0.55 |
| Hex | CF | 48 | 50 | 0 | 41 | 3D | 13 | 164 | 3A | 37 |
| Octal | 317 | 110 | 120 | 0 | 101 | 75 | 23 | 544 | 72 | 67 |
| Binary | 11001111 | 1001000 | 1010000 | 0 | 1000001 | 111101 | 10011 | 101100100 | 111010 | 110111 |
Color Harmonies of #CF4850
Complementary color
Monochromatic Colors of #CF4850
Black with #CF4850
Text Example
Text Example
White with #CF4850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4850; }
p { color: rgb(207,72,80); }
H1.HeaderClassName
{
color: #CF4850;
}
.AnyTagClassName
{
color: #CF4850;
}
</style>
background-color css
<style>
a { background-color: #CF4850; }
a { background-color: rgb(207,72,80); }
div.DivClassName
{
background-color: #CF4850;
}
.BgClassName
{
background-color: #CF4850;
}
</style>
border-color css
<style>
span { border-color: #CF4850; }
span { border-color: rgb(207,72,80); }
td.TdClassName
{
border-color: #CF4850;
}
.TagClassName
{
border-color: #CF4850;
}
</style>