Shades of Mandy #CF4051
Tints of Mandy #CF4051
RGB
CMYK
RGB Variations
Color information
#CF4051 (or 0xCF4051) is known color: Mandy. HEX triplet: CF, 40 and 51. RGB value is (207,64,81). Sum of RGB (Red+Green+Blue) = 207+64+81=352 (46% of max value = 765). Red value is 207 (81.25% from 255 or 58.81% from 352); Green value is 64 (25.39% from 255 or 18.18% from 352); Blue value is 81 (32.03% from 255 or 23.01% from 352); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4051 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF4051 is #30BFAE. Grayscale: #6C6C6C. Windows color (decimal): -3194799 or 5325007. OLE color: 5325007.
HSL color Cylindrical-coordinate representation of color #CF4051: hue angle of 352.87º 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 #CF4051 is Cyan = 0, Magento = 0.69, Yellow = 0.61 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 64 | 81 | - |
| CMYK | 0 | 0.69 | 0.61 | 0.19 |
| HSL | 352.87º | 0.6% | 0.53% | - |
| HSV(B) | 352.87º | 0.69% | 0.81% | - |
| XYZ | 29.05 | 17.53 | 9.64 | - |
| YUV | 108.7 | 112.38 | 198.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 64 | 81 | 0 | 0.69 | 0.61 | 0.19 | 352.87 | 0.6 | 0.53 |
| Hex | CF | 40 | 51 | 0 | 45 | 3D | 13 | 161 | 3C | 35 |
| Octal | 317 | 100 | 121 | 0 | 105 | 75 | 23 | 541 | 74 | 65 |
| Binary | 11001111 | 1000000 | 1010001 | 0 | 1000101 | 111101 | 10011 | 101100001 | 111100 | 110101 |
Color Harmonies of #CF4051
Complementary color
Monochromatic Colors of #CF4051
Black with #CF4051
Text Example
Text Example
White with #CF4051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4051; }
p { color: rgb(207,64,81); }
H1.HeaderClassName
{
color: #CF4051;
}
.AnyTagClassName
{
color: #CF4051;
}
</style>
background-color css
<style>
a { background-color: #CF4051; }
a { background-color: rgb(207,64,81); }
div.DivClassName
{
background-color: #CF4051;
}
.BgClassName
{
background-color: #CF4051;
}
</style>
border-color css
<style>
span { border-color: #CF4051; }
span { border-color: rgb(207,64,81); }
td.TdClassName
{
border-color: #CF4051;
}
.TagClassName
{
border-color: #CF4051;
}
</style>