Shades of Mandy #CF4156
Tints of Mandy #CF4156
RGB
CMYK
RGB Variations
Color information
#CF4156 (or 0xCF4156) is known color: Mandy. HEX triplet: CF, 41 and 56. RGB value is (207,65,86). Sum of RGB (Red+Green+Blue) = 207+65+86=358 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.82% from 358); Green value is 65 (25.78% from 255 or 18.16% from 358); Blue value is 86 (33.98% from 255 or 24.02% from 358); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4156 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF4156 is #30BEA9. Grayscale: #6D6D6D. Windows color (decimal): -3194538 or 5652943. OLE color: 5652943.
HSL color Cylindrical-coordinate representation of color #CF4156: hue angle of 351.13º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CF4156 is Cyan = 0, Magento = 0.69, Yellow = 0.58 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 65 | 86 | - |
| CMYK | 0 | 0.69 | 0.58 | 0.19 |
| HSL | 351.13º | 0.6% | 0.53% | - |
| HSV(B) | 351.13º | 0.69% | 0.81% | - |
| XYZ | 29.3 | 17.72 | 10.68 | - |
| YUV | 109.85 | 114.54 | 197.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 65 | 86 | 0 | 0.69 | 0.58 | 0.19 | 351.13 | 0.6 | 0.53 |
| Hex | CF | 41 | 56 | 0 | 45 | 3A | 13 | 15F | 3C | 35 |
| Octal | 317 | 101 | 126 | 0 | 105 | 72 | 23 | 537 | 74 | 65 |
| Binary | 11001111 | 1000001 | 1010110 | 0 | 1000101 | 111010 | 10011 | 101011111 | 111100 | 110101 |
Color Harmonies of #CF4156
Complementary color
Monochromatic Colors of #CF4156
Black with #CF4156
Text Example
Text Example
White with #CF4156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4156; }
p { color: rgb(207,65,86); }
H1.HeaderClassName
{
color: #CF4156;
}
.AnyTagClassName
{
color: #CF4156;
}
</style>
background-color css
<style>
a { background-color: #CF4156; }
a { background-color: rgb(207,65,86); }
div.DivClassName
{
background-color: #CF4156;
}
.BgClassName
{
background-color: #CF4156;
}
</style>
border-color css
<style>
span { border-color: #CF4156; }
span { border-color: rgb(207,65,86); }
td.TdClassName
{
border-color: #CF4156;
}
.TagClassName
{
border-color: #CF4156;
}
</style>