Shades of Mandy #CF4356
Tints of Mandy #CF4356
RGB
CMYK
RGB Variations
Color information
#CF4356 (or 0xCF4356) is known color: Mandy. HEX triplet: CF, 43 and 56. RGB value is (207,67,86). Sum of RGB (Red+Green+Blue) = 207+67+86=360 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.5% from 360); Green value is 67 (26.56% from 255 or 18.61% from 360); Blue value is 86 (33.98% from 255 or 23.89% from 360); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4356 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF4356 is #30BCA9. Grayscale: #6F6F6F. Windows color (decimal): -3194026 or 5653455. OLE color: 5653455.
HSL color Cylindrical-coordinate representation of color #CF4356: hue angle of 351.86º 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 #CF4356 is Cyan = 0, Magento = 0.68, Yellow = 0.58 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 67 | 86 | - |
| CMYK | 0 | 0.68 | 0.58 | 0.19 |
| HSL | 351.86º | 0.59% | 0.54% | - |
| HSV(B) | 351.86º | 0.68% | 0.81% | - |
| XYZ | 29.42 | 17.95 | 10.72 | - |
| YUV | 111.03 | 113.88 | 196.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 67 | 86 | 0 | 0.68 | 0.58 | 0.19 | 351.86 | 0.59 | 0.54 |
| Hex | CF | 43 | 56 | 0 | 44 | 3A | 13 | 160 | 3B | 36 |
| Octal | 317 | 103 | 126 | 0 | 104 | 72 | 23 | 540 | 73 | 66 |
| Binary | 11001111 | 1000011 | 1010110 | 0 | 1000100 | 111010 | 10011 | 101100000 | 111011 | 110110 |
Color Harmonies of #CF4356
Complementary color
Monochromatic Colors of #CF4356
Black with #CF4356
Text Example
Text Example
White with #CF4356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4356; }
p { color: rgb(207,67,86); }
H1.HeaderClassName
{
color: #CF4356;
}
.AnyTagClassName
{
color: #CF4356;
}
</style>
background-color css
<style>
a { background-color: #CF4356; }
a { background-color: rgb(207,67,86); }
div.DivClassName
{
background-color: #CF4356;
}
.BgClassName
{
background-color: #CF4356;
}
</style>
border-color css
<style>
span { border-color: #CF4356; }
span { border-color: rgb(207,67,86); }
td.TdClassName
{
border-color: #CF4356;
}
.TagClassName
{
border-color: #CF4356;
}
</style>