Shades of Mandy #CF444C
Tints of Mandy #CF444C
RGB
CMYK
RGB Variations
Color information
#CF444C (or 0xCF444C) is known color: Mandy. HEX triplet: CF, 44 and 4C. RGB value is (207,68,76). Sum of RGB (Red+Green+Blue) = 207+68+76=351 (46% of max value = 765). Red value is 207 (81.25% from 255 or 58.97% from 351); Green value is 68 (26.95% from 255 or 19.37% from 351); Blue value is 76 (30.08% from 255 or 21.65% from 351); Max value from RGB is 207 - color contains mainly: red. Hex color #CF444C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF444C is #30BBB3. Grayscale: #6E6E6E. Windows color (decimal): -3193780 or 4998351. OLE color: 4998351.
HSL color Cylindrical-coordinate representation of color #CF444C: hue angle of 356.55º 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 #CF444C is Cyan = 0, Magento = 0.67, Yellow = 0.63 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 68 | 76 | - |
| CMYK | 0 | 0.67 | 0.63 | 0.19 |
| HSL | 356.55º | 0.59% | 0.54% | - |
| HSV(B) | 356.55º | 0.67% | 0.81% | - |
| XYZ | 29.1 | 17.92 | 8.76 | - |
| YUV | 110.47 | 108.55 | 196.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 68 | 76 | 0 | 0.67 | 0.63 | 0.19 | 356.55 | 0.59 | 0.54 |
| Hex | CF | 44 | 4C | 0 | 43 | 3F | 13 | 165 | 3B | 36 |
| Octal | 317 | 104 | 114 | 0 | 103 | 77 | 23 | 545 | 73 | 66 |
| Binary | 11001111 | 1000100 | 1001100 | 0 | 1000011 | 111111 | 10011 | 101100101 | 111011 | 110110 |
Color Harmonies of #CF444C
Complementary color
Monochromatic Colors of #CF444C
Black with #CF444C
Text Example
Text Example
White with #CF444C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF444C; }
p { color: rgb(207,68,76); }
H1.HeaderClassName
{
color: #CF444C;
}
.AnyTagClassName
{
color: #CF444C;
}
</style>
background-color css
<style>
a { background-color: #CF444C; }
a { background-color: rgb(207,68,76); }
div.DivClassName
{
background-color: #CF444C;
}
.BgClassName
{
background-color: #CF444C;
}
</style>
border-color css
<style>
span { border-color: #CF444C; }
span { border-color: rgb(207,68,76); }
td.TdClassName
{
border-color: #CF444C;
}
.TagClassName
{
border-color: #CF444C;
}
</style>