Shades of Mandy #CF444D
Tints of Mandy #CF444D
RGB
CMYK
RGB Variations
Color information
#CF444D (or 0xCF444D) is known color: Mandy. HEX triplet: CF, 44 and 4D. RGB value is (207,68,77). Sum of RGB (Red+Green+Blue) = 207+68+77=352 (46% of max value = 765). Red value is 207 (81.25% from 255 or 58.81% from 352); Green value is 68 (26.95% from 255 or 19.32% from 352); Blue value is 77 (30.47% from 255 or 21.88% from 352); Max value from RGB is 207 - color contains mainly: red. Hex color #CF444D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF444D is #30BBB2. Grayscale: #6E6E6E. Windows color (decimal): -3193779 or 5063887. OLE color: 5063887.
HSL color Cylindrical-coordinate representation of color #CF444D: hue angle of 356.12º 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 #CF444D is Cyan = 0, Magento = 0.67, Yellow = 0.63 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 68 | 77 | - |
| CMYK | 0 | 0.67 | 0.63 | 0.19 |
| HSL | 356.12º | 0.59% | 0.54% | - |
| HSV(B) | 356.12º | 0.67% | 0.81% | - |
| XYZ | 29.14 | 17.94 | 8.95 | - |
| YUV | 110.59 | 109.05 | 196.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 68 | 77 | 0 | 0.67 | 0.63 | 0.19 | 356.12 | 0.59 | 0.54 |
| Hex | CF | 44 | 4D | 0 | 43 | 3F | 13 | 164 | 3B | 36 |
| Octal | 317 | 104 | 115 | 0 | 103 | 77 | 23 | 544 | 73 | 66 |
| Binary | 11001111 | 1000100 | 1001101 | 0 | 1000011 | 111111 | 10011 | 101100100 | 111011 | 110110 |
Color Harmonies of #CF444D
Complementary color
Monochromatic Colors of #CF444D
Black with #CF444D
Text Example
Text Example
White with #CF444D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF444D; }
p { color: rgb(207,68,77); }
H1.HeaderClassName
{
color: #CF444D;
}
.AnyTagClassName
{
color: #CF444D;
}
</style>
background-color css
<style>
a { background-color: #CF444D; }
a { background-color: rgb(207,68,77); }
div.DivClassName
{
background-color: #CF444D;
}
.BgClassName
{
background-color: #CF444D;
}
</style>
border-color css
<style>
span { border-color: #CF444D; }
span { border-color: rgb(207,68,77); }
td.TdClassName
{
border-color: #CF444D;
}
.TagClassName
{
border-color: #CF444D;
}
</style>