Shades of Mandy #CF4751
Tints of Mandy #CF4751
RGB
CMYK
RGB Variations
Color information
#CF4751 (or 0xCF4751) is known color: Mandy. HEX triplet: CF, 47 and 51. RGB value is (207,71,81). Sum of RGB (Red+Green+Blue) = 207+71+81=359 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.66% from 359); Green value is 71 (28.12% from 255 or 19.78% from 359); Blue value is 81 (32.03% from 255 or 22.56% from 359); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4751 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF4751 is #30B8AE. Grayscale: #707070. Windows color (decimal): -3193007 or 5326799. OLE color: 5326799.
HSL color Cylindrical-coordinate representation of color #CF4751: hue angle of 355.59º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CF4751 is Cyan = 0, Magento = 0.66, Yellow = 0.61 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 71 | 81 | - |
| CMYK | 0 | 0.66 | 0.61 | 0.19 |
| HSL | 355.59º | 0.59% | 0.55% | - |
| HSV(B) | 355.59º | 0.66% | 0.81% | - |
| XYZ | 29.47 | 18.37 | 9.78 | - |
| YUV | 112.8 | 110.06 | 195.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 71 | 81 | 0 | 0.66 | 0.61 | 0.19 | 355.59 | 0.59 | 0.55 |
| Hex | CF | 47 | 51 | 0 | 42 | 3D | 13 | 164 | 3B | 37 |
| Octal | 317 | 107 | 121 | 0 | 102 | 75 | 23 | 544 | 73 | 67 |
| Binary | 11001111 | 1000111 | 1010001 | 0 | 1000010 | 111101 | 10011 | 101100100 | 111011 | 110111 |
Color Harmonies of #CF4751
Complementary color
Monochromatic Colors of #CF4751
Black with #CF4751
Text Example
Text Example
White with #CF4751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4751; }
p { color: rgb(207,71,81); }
H1.HeaderClassName
{
color: #CF4751;
}
.AnyTagClassName
{
color: #CF4751;
}
</style>
background-color css
<style>
a { background-color: #CF4751; }
a { background-color: rgb(207,71,81); }
div.DivClassName
{
background-color: #CF4751;
}
.BgClassName
{
background-color: #CF4751;
}
</style>
border-color css
<style>
span { border-color: #CF4751; }
span { border-color: rgb(207,71,81); }
td.TdClassName
{
border-color: #CF4751;
}
.TagClassName
{
border-color: #CF4751;
}
</style>