Shades of Mandy #CF4952
Tints of Mandy #CF4952
RGB
CMYK
RGB Variations
Color information
#CF4952 (or 0xCF4952) is known color: Mandy. HEX triplet: CF, 49 and 52. RGB value is (207,73,82). Sum of RGB (Red+Green+Blue) = 207+73+82=362 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.18% from 362); Green value is 73 (28.91% from 255 or 20.17% from 362); Blue value is 82 (32.42% from 255 or 22.65% from 362); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4952 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF4952 is #30B6AD. Grayscale: #727272. Windows color (decimal): -3192494 or 5392847. OLE color: 5392847.
HSL color Cylindrical-coordinate representation of color #CF4952: hue angle of 355.97º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CF4952 is Cyan = 0, Magento = 0.65, Yellow = 0.60 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 73 | 82 | - |
| CMYK | 0 | 0.65 | 0.60 | 0.19 |
| HSL | 355.97º | 0.58% | 0.55% | - |
| HSV(B) | 355.97º | 0.65% | 0.81% | - |
| XYZ | 29.64 | 18.64 | 10.02 | - |
| YUV | 114.09 | 109.89 | 194.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 73 | 82 | 0 | 0.65 | 0.60 | 0.19 | 355.97 | 0.58 | 0.55 |
| Hex | CF | 49 | 52 | 0 | 41 | 3C | 13 | 164 | 3A | 37 |
| Octal | 317 | 111 | 122 | 0 | 101 | 74 | 23 | 544 | 72 | 67 |
| Binary | 11001111 | 1001001 | 1010010 | 0 | 1000001 | 111100 | 10011 | 101100100 | 111010 | 110111 |
Color Harmonies of #CF4952
Complementary color
Monochromatic Colors of #CF4952
Black with #CF4952
Text Example
Text Example
White with #CF4952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4952; }
p { color: rgb(207,73,82); }
H1.HeaderClassName
{
color: #CF4952;
}
.AnyTagClassName
{
color: #CF4952;
}
</style>
background-color css
<style>
a { background-color: #CF4952; }
a { background-color: rgb(207,73,82); }
div.DivClassName
{
background-color: #CF4952;
}
.BgClassName
{
background-color: #CF4952;
}
</style>
border-color css
<style>
span { border-color: #CF4952; }
span { border-color: rgb(207,73,82); }
td.TdClassName
{
border-color: #CF4952;
}
.TagClassName
{
border-color: #CF4952;
}
</style>