Shades of Mandy #CF445E
Tints of Mandy #CF445E
RGB
CMYK
RGB Variations
Color information
#CF445E (or 0xCF445E) is known color: Mandy. HEX triplet: CF, 44 and 5E. RGB value is (207,68,94). Sum of RGB (Red+Green+Blue) = 207+68+94=369 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.10% from 369); Green value is 68 (26.95% from 255 or 18.43% from 369); Blue value is 94 (37.11% from 255 or 25.47% from 369); Max value from RGB is 207 - color contains mainly: red. Hex color #CF445E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF445E is #30BBA1. Grayscale: #707070. Windows color (decimal): -3193762 or 6177999. OLE color: 6177999.
HSL color Cylindrical-coordinate representation of color #CF445E: hue angle of 348.78º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CF445E is Cyan = 0, Magento = 0.67, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 68 | 94 | - |
| CMYK | 0 | 0.67 | 0.55 | 0.19 |
| HSL | 348.78º | 0.59% | 0.54% | - |
| HSV(B) | 348.78º | 0.67% | 0.81% | - |
| XYZ | 29.82 | 18.21 | 12.53 | - |
| YUV | 112.53 | 117.55 | 195.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 68 | 94 | 0 | 0.67 | 0.55 | 0.19 | 348.78 | 0.59 | 0.54 |
| Hex | CF | 44 | 5E | 0 | 43 | 37 | 13 | 15D | 3B | 36 |
| Octal | 317 | 104 | 136 | 0 | 103 | 67 | 23 | 535 | 73 | 66 |
| Binary | 11001111 | 1000100 | 1011110 | 0 | 1000011 | 110111 | 10011 | 101011101 | 111011 | 110110 |
Color Harmonies of #CF445E
Complementary color
Monochromatic Colors of #CF445E
Black with #CF445E
Text Example
Text Example
White with #CF445E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF445E; }
p { color: rgb(207,68,94); }
H1.HeaderClassName
{
color: #CF445E;
}
.AnyTagClassName
{
color: #CF445E;
}
</style>
background-color css
<style>
a { background-color: #CF445E; }
a { background-color: rgb(207,68,94); }
div.DivClassName
{
background-color: #CF445E;
}
.BgClassName
{
background-color: #CF445E;
}
</style>
border-color css
<style>
span { border-color: #CF445E; }
span { border-color: rgb(207,68,94); }
td.TdClassName
{
border-color: #CF445E;
}
.TagClassName
{
border-color: #CF445E;
}
</style>