Shades of Mandy #CF4052
Tints of Mandy #CF4052
RGB
CMYK
RGB Variations
Color information
#CF4052 (or 0xCF4052) is known color: Mandy. HEX triplet: CF, 40 and 52. RGB value is (207,64,82). Sum of RGB (Red+Green+Blue) = 207+64+82=353 (46% of max value = 765). Red value is 207 (81.25% from 255 or 58.64% from 353); Green value is 64 (25.39% from 255 or 18.13% from 353); Blue value is 82 (32.42% from 255 or 23.23% from 353); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4052 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF4052 is #30BFAD. Grayscale: #6C6C6C. Windows color (decimal): -3194798 or 5390543. OLE color: 5390543.
HSL color Cylindrical-coordinate representation of color #CF4052: hue angle of 352.45º 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 #CF4052 is Cyan = 0, Magento = 0.69, Yellow = 0.60 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 64 | 82 | - |
| CMYK | 0 | 0.69 | 0.60 | 0.19 |
| HSL | 352.45º | 0.6% | 0.53% | - |
| HSV(B) | 352.45º | 0.69% | 0.81% | - |
| XYZ | 29.09 | 17.54 | 9.84 | - |
| YUV | 108.81 | 112.88 | 198.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 64 | 82 | 0 | 0.69 | 0.60 | 0.19 | 352.45 | 0.6 | 0.53 |
| Hex | CF | 40 | 52 | 0 | 45 | 3C | 13 | 160 | 3C | 35 |
| Octal | 317 | 100 | 122 | 0 | 105 | 74 | 23 | 540 | 74 | 65 |
| Binary | 11001111 | 1000000 | 1010010 | 0 | 1000101 | 111100 | 10011 | 101100000 | 111100 | 110101 |
Color Harmonies of #CF4052
Complementary color
Monochromatic Colors of #CF4052
Black with #CF4052
Text Example
Text Example
White with #CF4052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4052; }
p { color: rgb(207,64,82); }
H1.HeaderClassName
{
color: #CF4052;
}
.AnyTagClassName
{
color: #CF4052;
}
</style>
background-color css
<style>
a { background-color: #CF4052; }
a { background-color: rgb(207,64,82); }
div.DivClassName
{
background-color: #CF4052;
}
.BgClassName
{
background-color: #CF4052;
}
</style>
border-color css
<style>
span { border-color: #CF4052; }
span { border-color: rgb(207,64,82); }
td.TdClassName
{
border-color: #CF4052;
}
.TagClassName
{
border-color: #CF4052;
}
</style>