Shades of Mandy #CF4054
Tints of Mandy #CF4054
RGB
CMYK
RGB Variations
Color information
#CF4054 (or 0xCF4054) is known color: Mandy. HEX triplet: CF, 40 and 54. RGB value is (207,64,84). Sum of RGB (Red+Green+Blue) = 207+64+84=355 (47% of max value = 765). Red value is 207 (81.25% from 255 or 58.31% from 355); Green value is 64 (25.39% from 255 or 18.03% from 355); Blue value is 84 (33.20% from 255 or 23.66% from 355); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4054 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF4054 is #30BFAB. Grayscale: #6D6D6D. Windows color (decimal): -3194796 or 5521615. OLE color: 5521615.
HSL color Cylindrical-coordinate representation of color #CF4054: hue angle of 351.61º 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 #CF4054 is Cyan = 0, Magento = 0.69, Yellow = 0.59 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 64 | 84 | - |
| CMYK | 0 | 0.69 | 0.59 | 0.19 |
| HSL | 351.61º | 0.6% | 0.53% | - |
| HSV(B) | 351.61º | 0.69% | 0.81% | - |
| XYZ | 29.17 | 17.57 | 10.24 | - |
| YUV | 109.04 | 113.88 | 197.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 64 | 84 | 0 | 0.69 | 0.59 | 0.19 | 351.61 | 0.6 | 0.53 |
| Hex | CF | 40 | 54 | 0 | 45 | 3B | 13 | 160 | 3C | 35 |
| Octal | 317 | 100 | 124 | 0 | 105 | 73 | 23 | 540 | 74 | 65 |
| Binary | 11001111 | 1000000 | 1010100 | 0 | 1000101 | 111011 | 10011 | 101100000 | 111100 | 110101 |
Color Harmonies of #CF4054
Complementary color
Monochromatic Colors of #CF4054
Black with #CF4054
Text Example
Text Example
White with #CF4054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4054; }
p { color: rgb(207,64,84); }
H1.HeaderClassName
{
color: #CF4054;
}
.AnyTagClassName
{
color: #CF4054;
}
</style>
background-color css
<style>
a { background-color: #CF4054; }
a { background-color: rgb(207,64,84); }
div.DivClassName
{
background-color: #CF4054;
}
.BgClassName
{
background-color: #CF4054;
}
</style>
border-color css
<style>
span { border-color: #CF4054; }
span { border-color: rgb(207,64,84); }
td.TdClassName
{
border-color: #CF4054;
}
.TagClassName
{
border-color: #CF4054;
}
</style>