Shades of Mandy #CF4C52
Tints of Mandy #CF4C52
RGB
CMYK
RGB Variations
Color information
#CF4C52 (or 0xCF4C52) is known color: Mandy. HEX triplet: CF, 4C and 52. RGB value is (207,76,82). Sum of RGB (Red+Green+Blue) = 207+76+82=365 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.71% from 365); Green value is 76 (30.08% from 255 or 20.82% from 365); Blue value is 82 (32.42% from 255 or 22.47% from 365); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4C52 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF4C52 is #30B3AD. Grayscale: #737373. Windows color (decimal): -3191726 or 5393615. OLE color: 5393615.
HSL color Cylindrical-coordinate representation of color #CF4C52: hue angle of 357.25º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CF4C52 is Cyan = 0, Magento = 0.63, Yellow = 0.60 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 76 | 82 | - |
| CMYK | 0 | 0.63 | 0.60 | 0.19 |
| HSL | 357.25º | 0.58% | 0.55% | - |
| HSV(B) | 357.25º | 0.63% | 0.81% | - |
| XYZ | 29.84 | 19.04 | 10.09 | - |
| YUV | 115.85 | 108.9 | 193.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 76 | 82 | 0 | 0.63 | 0.60 | 0.19 | 357.25 | 0.58 | 0.55 |
| Hex | CF | 4C | 52 | 0 | 3F | 3C | 13 | 165 | 3A | 37 |
| Octal | 317 | 114 | 122 | 0 | 77 | 74 | 23 | 545 | 72 | 67 |
| Binary | 11001111 | 1001100 | 1010010 | 0 | 111111 | 111100 | 10011 | 101100101 | 111010 | 110111 |
Color Harmonies of #CF4C52
Complementary color
Monochromatic Colors of #CF4C52
Black with #CF4C52
Text Example
Text Example
White with #CF4C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4C52; }
p { color: rgb(207,76,82); }
H1.HeaderClassName
{
color: #CF4C52;
}
.AnyTagClassName
{
color: #CF4C52;
}
</style>
background-color css
<style>
a { background-color: #CF4C52; }
a { background-color: rgb(207,76,82); }
div.DivClassName
{
background-color: #CF4C52;
}
.BgClassName
{
background-color: #CF4C52;
}
</style>
border-color css
<style>
span { border-color: #CF4C52; }
span { border-color: rgb(207,76,82); }
td.TdClassName
{
border-color: #CF4C52;
}
.TagClassName
{
border-color: #CF4C52;
}
</style>