Shades of Mandy #CF4256
Tints of Mandy #CF4256
RGB
CMYK
RGB Variations
Color information
#CF4256 (or 0xCF4256) is known color: Mandy. HEX triplet: CF, 42 and 56. RGB value is (207,66,86). Sum of RGB (Red+Green+Blue) = 207+66+86=359 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.66% from 359); Green value is 66 (26.17% from 255 or 18.38% from 359); Blue value is 86 (33.98% from 255 or 23.96% from 359); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4256 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF4256 is #30BDA9. Grayscale: #6E6E6E. Windows color (decimal): -3194282 or 5653199. OLE color: 5653199.
HSL color Cylindrical-coordinate representation of color #CF4256: hue angle of 351.49º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CF4256 is Cyan = 0, Magento = 0.68, Yellow = 0.58 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 66 | 86 | - |
| CMYK | 0 | 0.68 | 0.58 | 0.19 |
| HSL | 351.49º | 0.59% | 0.54% | - |
| HSV(B) | 351.49º | 0.68% | 0.81% | - |
| XYZ | 29.36 | 17.83 | 10.7 | - |
| YUV | 110.44 | 114.21 | 196.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 66 | 86 | 0 | 0.68 | 0.58 | 0.19 | 351.49 | 0.59 | 0.54 |
| Hex | CF | 42 | 56 | 0 | 44 | 3A | 13 | 15F | 3B | 36 |
| Octal | 317 | 102 | 126 | 0 | 104 | 72 | 23 | 537 | 73 | 66 |
| Binary | 11001111 | 1000010 | 1010110 | 0 | 1000100 | 111010 | 10011 | 101011111 | 111011 | 110110 |
Color Harmonies of #CF4256
Complementary color
Monochromatic Colors of #CF4256
Black with #CF4256
Text Example
Text Example
White with #CF4256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4256; }
p { color: rgb(207,66,86); }
H1.HeaderClassName
{
color: #CF4256;
}
.AnyTagClassName
{
color: #CF4256;
}
</style>
background-color css
<style>
a { background-color: #CF4256; }
a { background-color: rgb(207,66,86); }
div.DivClassName
{
background-color: #CF4256;
}
.BgClassName
{
background-color: #CF4256;
}
</style>
border-color css
<style>
span { border-color: #CF4256; }
span { border-color: rgb(207,66,86); }
td.TdClassName
{
border-color: #CF4256;
}
.TagClassName
{
border-color: #CF4256;
}
</style>