Shades of Mandy #CF4150
Tints of Mandy #CF4150
RGB
CMYK
RGB Variations
Color information
#CF4150 (or 0xCF4150) is known color: Mandy. HEX triplet: CF, 41 and 50. RGB value is (207,65,80). Sum of RGB (Red+Green+Blue) = 207+65+80=352 (46% of max value = 765). Red value is 207 (81.25% from 255 or 58.81% from 352); Green value is 65 (25.78% from 255 or 18.47% from 352); Blue value is 80 (31.64% from 255 or 22.73% from 352); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4150 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF4150 is #30BEAF. Grayscale: #6D6D6D. Windows color (decimal): -3194544 or 5259727. OLE color: 5259727.
HSL color Cylindrical-coordinate representation of color #CF4150: hue angle of 353.66º 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 #CF4150 is Cyan = 0, Magento = 0.69, Yellow = 0.61 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 65 | 80 | - |
| CMYK | 0 | 0.69 | 0.61 | 0.19 |
| HSL | 353.66º | 0.6% | 0.53% | - |
| HSV(B) | 353.66º | 0.69% | 0.81% | - |
| XYZ | 29.07 | 17.63 | 9.46 | - |
| YUV | 109.17 | 111.54 | 197.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 65 | 80 | 0 | 0.69 | 0.61 | 0.19 | 353.66 | 0.6 | 0.53 |
| Hex | CF | 41 | 50 | 0 | 45 | 3D | 13 | 162 | 3C | 35 |
| Octal | 317 | 101 | 120 | 0 | 105 | 75 | 23 | 542 | 74 | 65 |
| Binary | 11001111 | 1000001 | 1010000 | 0 | 1000101 | 111101 | 10011 | 101100010 | 111100 | 110101 |
Color Harmonies of #CF4150
Complementary color
Monochromatic Colors of #CF4150
Black with #CF4150
Text Example
Text Example
White with #CF4150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4150; }
p { color: rgb(207,65,80); }
H1.HeaderClassName
{
color: #CF4150;
}
.AnyTagClassName
{
color: #CF4150;
}
</style>
background-color css
<style>
a { background-color: #CF4150; }
a { background-color: rgb(207,65,80); }
div.DivClassName
{
background-color: #CF4150;
}
.BgClassName
{
background-color: #CF4150;
}
</style>
border-color css
<style>
span { border-color: #CF4150; }
span { border-color: rgb(207,65,80); }
td.TdClassName
{
border-color: #CF4150;
}
.TagClassName
{
border-color: #CF4150;
}
</style>