Shades of Mandy #CF4753
Tints of Mandy #CF4753
RGB
CMYK
RGB Variations
Color information
#CF4753 (or 0xCF4753) is known color: Mandy. HEX triplet: CF, 47 and 53. RGB value is (207,71,83). Sum of RGB (Red+Green+Blue) = 207+71+83=361 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.34% from 361); Green value is 71 (28.12% from 255 or 19.67% from 361); Blue value is 83 (32.81% from 255 or 22.99% from 361); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4753 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF4753 is #30B8AC. Grayscale: #717171. Windows color (decimal): -3193005 or 5457871. OLE color: 5457871.
HSL color Cylindrical-coordinate representation of color #CF4753: hue angle of 354.71º 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 #CF4753 is Cyan = 0, Magento = 0.66, Yellow = 0.60 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 71 | 83 | - |
| CMYK | 0 | 0.66 | 0.60 | 0.19 |
| HSL | 354.71º | 0.59% | 0.55% | - |
| HSV(B) | 354.71º | 0.66% | 0.81% | - |
| XYZ | 29.55 | 18.4 | 10.18 | - |
| YUV | 113.03 | 111.06 | 195.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 71 | 83 | 0 | 0.66 | 0.60 | 0.19 | 354.71 | 0.59 | 0.55 |
| Hex | CF | 47 | 53 | 0 | 42 | 3C | 13 | 163 | 3B | 37 |
| Octal | 317 | 107 | 123 | 0 | 102 | 74 | 23 | 543 | 73 | 67 |
| Binary | 11001111 | 1000111 | 1010011 | 0 | 1000010 | 111100 | 10011 | 101100011 | 111011 | 110111 |
Color Harmonies of #CF4753
Complementary color
Monochromatic Colors of #CF4753
Black with #CF4753
Text Example
Text Example
White with #CF4753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4753; }
p { color: rgb(207,71,83); }
H1.HeaderClassName
{
color: #CF4753;
}
.AnyTagClassName
{
color: #CF4753;
}
</style>
background-color css
<style>
a { background-color: #CF4753; }
a { background-color: rgb(207,71,83); }
div.DivClassName
{
background-color: #CF4753;
}
.BgClassName
{
background-color: #CF4753;
}
</style>
border-color css
<style>
span { border-color: #CF4753; }
span { border-color: rgb(207,71,83); }
td.TdClassName
{
border-color: #CF4753;
}
.TagClassName
{
border-color: #CF4753;
}
</style>