Shades of Mandy #CF4752
Tints of Mandy #CF4752
RGB
CMYK
RGB Variations
Color information
#CF4752 (or 0xCF4752) is known color: Mandy. HEX triplet: CF, 47 and 52. RGB value is (207,71,82). Sum of RGB (Red+Green+Blue) = 207+71+82=360 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.5% from 360); Green value is 71 (28.12% from 255 or 19.72% from 360); Blue value is 82 (32.42% from 255 or 22.78% from 360); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4752 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF4752 is #30B8AD. Grayscale: #717171. Windows color (decimal): -3193006 or 5392335. OLE color: 5392335.
HSL color Cylindrical-coordinate representation of color #CF4752: hue angle of 355.15º 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 #CF4752 is Cyan = 0, Magento = 0.66, Yellow = 0.60 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 71 | 82 | - |
| CMYK | 0 | 0.66 | 0.60 | 0.19 |
| HSL | 355.15º | 0.59% | 0.55% | - |
| HSV(B) | 355.15º | 0.66% | 0.81% | - |
| XYZ | 29.51 | 18.38 | 9.98 | - |
| YUV | 112.92 | 110.56 | 195.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 71 | 82 | 0 | 0.66 | 0.60 | 0.19 | 355.15 | 0.59 | 0.55 |
| Hex | CF | 47 | 52 | 0 | 42 | 3C | 13 | 163 | 3B | 37 |
| Octal | 317 | 107 | 122 | 0 | 102 | 74 | 23 | 543 | 73 | 67 |
| Binary | 11001111 | 1000111 | 1010010 | 0 | 1000010 | 111100 | 10011 | 101100011 | 111011 | 110111 |
Color Harmonies of #CF4752
Complementary color
Monochromatic Colors of #CF4752
Black with #CF4752
Text Example
Text Example
White with #CF4752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4752; }
p { color: rgb(207,71,82); }
H1.HeaderClassName
{
color: #CF4752;
}
.AnyTagClassName
{
color: #CF4752;
}
</style>
background-color css
<style>
a { background-color: #CF4752; }
a { background-color: rgb(207,71,82); }
div.DivClassName
{
background-color: #CF4752;
}
.BgClassName
{
background-color: #CF4752;
}
</style>
border-color css
<style>
span { border-color: #CF4752; }
span { border-color: rgb(207,71,82); }
td.TdClassName
{
border-color: #CF4752;
}
.TagClassName
{
border-color: #CF4752;
}
</style>