Shades of Mandy #CF444A
Tints of Mandy #CF444A
RGB
CMYK
RGB Variations
Color information
#CF444A (or 0xCF444A) is known color: Mandy. HEX triplet: CF, 44 and 4A. RGB value is (207,68,74). Sum of RGB (Red+Green+Blue) = 207+68+74=349 (46% of max value = 765). Red value is 207 (81.25% from 255 or 59.31% from 349); Green value is 68 (26.95% from 255 or 19.48% from 349); Blue value is 74 (29.30% from 255 or 21.20% from 349); Max value from RGB is 207 - color contains mainly: red. Hex color #CF444A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF444A is #30BBB5. Grayscale: #6E6E6E. Windows color (decimal): -3193782 or 4867279. OLE color: 4867279.
HSL color Cylindrical-coordinate representation of color #CF444A: hue angle of 357.41º 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 #CF444A is Cyan = 0, Magento = 0.67, Yellow = 0.64 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 68 | 74 | - |
| CMYK | 0 | 0.67 | 0.64 | 0.19 |
| HSL | 357.41º | 0.59% | 0.54% | - |
| HSV(B) | 357.41º | 0.67% | 0.81% | - |
| XYZ | 29.04 | 17.89 | 8.4 | - |
| YUV | 110.25 | 107.55 | 197.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 68 | 74 | 0 | 0.67 | 0.64 | 0.19 | 357.41 | 0.59 | 0.54 |
| Hex | CF | 44 | 4A | 0 | 43 | 40 | 13 | 165 | 3B | 36 |
| Octal | 317 | 104 | 112 | 0 | 103 | 100 | 23 | 545 | 73 | 66 |
| Binary | 11001111 | 1000100 | 1001010 | 0 | 1000011 | 1000000 | 10011 | 101100101 | 111011 | 110110 |
Color Harmonies of #CF444A
Complementary color
Monochromatic Colors of #CF444A
Black with #CF444A
Text Example
Text Example
White with #CF444A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF444A; }
p { color: rgb(207,68,74); }
H1.HeaderClassName
{
color: #CF444A;
}
.AnyTagClassName
{
color: #CF444A;
}
</style>
background-color css
<style>
a { background-color: #CF444A; }
a { background-color: rgb(207,68,74); }
div.DivClassName
{
background-color: #CF444A;
}
.BgClassName
{
background-color: #CF444A;
}
</style>
border-color css
<style>
span { border-color: #CF444A; }
span { border-color: rgb(207,68,74); }
td.TdClassName
{
border-color: #CF444A;
}
.TagClassName
{
border-color: #CF444A;
}
</style>