Shades of Red Damask #CF7446
Tints of Red Damask #CF7446
RGB
CMYK
RGB Variations
Color information
#CF7446 (or 0xCF7446) is known color: Red Damask. HEX triplet: CF, 74 and 46. RGB value is (207,116,70). Sum of RGB (Red+Green+Blue) = 207+116+70=393 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.67% from 393); Green value is 116 (45.70% from 255 or 29.52% from 393); Blue value is 70 (27.73% from 255 or 17.81% from 393); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7446 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF7446 is #308BB9. Grayscale: #8A8A8A. Windows color (decimal): -3181498 or 4617423. OLE color: 4617423.
HSL color Cylindrical-coordinate representation of color #CF7446: hue angle of 20.15º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CF7446 is Cyan = 0, Magento = 0.44, Yellow = 0.66 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 116 | 70 | - |
| CMYK | 0 | 0.44 | 0.66 | 0.19 |
| HSL | 20.15º | 0.59% | 0.54% | - |
| HSV(B) | 20.15º | 0.66% | 0.81% | - |
| XYZ | 33.08 | 26.2 | 9.11 | - |
| YUV | 137.97 | 89.65 | 177.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 116 | 70 | 0 | 0.44 | 0.66 | 0.19 | 20.15 | 0.59 | 0.54 |
| Hex | CF | 74 | 46 | 0 | 2C | 42 | 13 | 14 | 3B | 36 |
| Octal | 317 | 164 | 106 | 0 | 54 | 102 | 23 | 24 | 73 | 66 |
| Binary | 11001111 | 1110100 | 1000110 | 0 | 101100 | 1000010 | 10011 | 10100 | 111011 | 110110 |
Color Harmonies of #CF7446
Complementary color
Monochromatic Colors of #CF7446
Black with #CF7446
Text Example
Text Example
White with #CF7446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7446; }
p { color: rgb(207,116,70); }
H1.HeaderClassName
{
color: #CF7446;
}
.AnyTagClassName
{
color: #CF7446;
}
</style>
background-color css
<style>
a { background-color: #CF7446; }
a { background-color: rgb(207,116,70); }
div.DivClassName
{
background-color: #CF7446;
}
.BgClassName
{
background-color: #CF7446;
}
</style>
border-color css
<style>
span { border-color: #CF7446; }
span { border-color: rgb(207,116,70); }
td.TdClassName
{
border-color: #CF7446;
}
.TagClassName
{
border-color: #CF7446;
}
</style>