Shades of Red Damask #CF7546
Tints of Red Damask #CF7546
RGB
CMYK
RGB Variations
Color information
#CF7546 (or 0xCF7546) is known color: Red Damask. HEX triplet: CF, 75 and 46. RGB value is (207,117,70). Sum of RGB (Red+Green+Blue) = 207+117+70=394 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.54% from 394); Green value is 117 (46.09% from 255 or 29.70% from 394); Blue value is 70 (27.73% from 255 or 17.77% from 394); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7546 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF7546 is #308AB9. Grayscale: #8A8A8A. Windows color (decimal): -3181242 or 4617679. OLE color: 4617679.
HSL color Cylindrical-coordinate representation of color #CF7546: hue angle of 20.58º 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 #CF7546 is Cyan = 0, Magento = 0.43, Yellow = 0.66 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 117 | 70 | - |
| CMYK | 0 | 0.43 | 0.66 | 0.19 |
| HSL | 20.58º | 0.59% | 0.54% | - |
| HSV(B) | 20.58º | 0.66% | 0.81% | - |
| XYZ | 33.2 | 26.43 | 9.15 | - |
| YUV | 138.55 | 89.32 | 176.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 117 | 70 | 0 | 0.43 | 0.66 | 0.19 | 20.58 | 0.59 | 0.54 |
| Hex | CF | 75 | 46 | 0 | 2B | 42 | 13 | 15 | 3B | 36 |
| Octal | 317 | 165 | 106 | 0 | 53 | 102 | 23 | 25 | 73 | 66 |
| Binary | 11001111 | 1110101 | 1000110 | 0 | 101011 | 1000010 | 10011 | 10101 | 111011 | 110110 |
Color Harmonies of #CF7546
Complementary color
Monochromatic Colors of #CF7546
Black with #CF7546
Text Example
Text Example
White with #CF7546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7546; }
p { color: rgb(207,117,70); }
H1.HeaderClassName
{
color: #CF7546;
}
.AnyTagClassName
{
color: #CF7546;
}
</style>
background-color css
<style>
a { background-color: #CF7546; }
a { background-color: rgb(207,117,70); }
div.DivClassName
{
background-color: #CF7546;
}
.BgClassName
{
background-color: #CF7546;
}
</style>
border-color css
<style>
span { border-color: #CF7546; }
span { border-color: rgb(207,117,70); }
td.TdClassName
{
border-color: #CF7546;
}
.TagClassName
{
border-color: #CF7546;
}
</style>