Shades of Mandy #CF4C5F
Tints of Mandy #CF4C5F
RGB
CMYK
RGB Variations
Color information
#CF4C5F (or 0xCF4C5F) is known color: Mandy. HEX triplet: CF, 4C and 5F. RGB value is (207,76,95). Sum of RGB (Red+Green+Blue) = 207+76+95=378 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.76% from 378); Green value is 76 (30.08% from 255 or 20.11% from 378); Blue value is 95 (37.5% from 255 or 25.13% from 378); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4C5F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF4C5F is #30B3A0. Grayscale: #757575. Windows color (decimal): -3191713 or 6245583. OLE color: 6245583.
HSL color Cylindrical-coordinate representation of color #CF4C5F: hue angle of 351.3º 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 #CF4C5F is Cyan = 0, Magento = 0.63, Yellow = 0.54 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 76 | 95 | - |
| CMYK | 0 | 0.63 | 0.54 | 0.19 |
| HSL | 351.3º | 0.58% | 0.55% | - |
| HSV(B) | 351.3º | 0.63% | 0.81% | - |
| XYZ | 30.38 | 19.26 | 12.94 | - |
| YUV | 117.34 | 115.4 | 191.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 76 | 95 | 0 | 0.63 | 0.54 | 0.19 | 351.3 | 0.58 | 0.55 |
| Hex | CF | 4C | 5F | 0 | 3F | 36 | 13 | 15F | 3A | 37 |
| Octal | 317 | 114 | 137 | 0 | 77 | 66 | 23 | 537 | 72 | 67 |
| Binary | 11001111 | 1001100 | 1011111 | 0 | 111111 | 110110 | 10011 | 101011111 | 111010 | 110111 |
Color Harmonies of #CF4C5F
Complementary color
Monochromatic Colors of #CF4C5F
Black with #CF4C5F
Text Example
Text Example
White with #CF4C5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4C5F; }
p { color: rgb(207,76,95); }
H1.HeaderClassName
{
color: #CF4C5F;
}
.AnyTagClassName
{
color: #CF4C5F;
}
</style>
background-color css
<style>
a { background-color: #CF4C5F; }
a { background-color: rgb(207,76,95); }
div.DivClassName
{
background-color: #CF4C5F;
}
.BgClassName
{
background-color: #CF4C5F;
}
</style>
border-color css
<style>
span { border-color: #CF4C5F; }
span { border-color: rgb(207,76,95); }
td.TdClassName
{
border-color: #CF4C5F;
}
.TagClassName
{
border-color: #CF4C5F;
}
</style>