Shades of Red Damask #CF7547
Tints of Red Damask #CF7547
RGB
CMYK
RGB Variations
Color information
#CF7547 (or 0xCF7547) is known color: Red Damask. HEX triplet: CF, 75 and 47. RGB value is (207,117,71). Sum of RGB (Red+Green+Blue) = 207+117+71=395 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.41% from 395); Green value is 117 (46.09% from 255 or 29.62% from 395); Blue value is 71 (28.12% from 255 or 17.97% from 395); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7547 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF7547 is #308AB8. Grayscale: #8A8A8A. Windows color (decimal): -3181241 or 4683215. OLE color: 4683215.
HSL color Cylindrical-coordinate representation of color #CF7547: hue angle of 20.29º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CF7547 is Cyan = 0, Magento = 0.43, Yellow = 0.66 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 117 | 71 | - |
| CMYK | 0 | 0.43 | 0.66 | 0.19 |
| HSL | 20.29º | 0.59% | 0.55% | - |
| HSV(B) | 20.29º | 0.66% | 0.81% | - |
| XYZ | 33.23 | 26.44 | 9.31 | - |
| YUV | 138.67 | 89.82 | 176.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 117 | 71 | 0 | 0.43 | 0.66 | 0.19 | 20.29 | 0.59 | 0.55 |
| Hex | CF | 75 | 47 | 0 | 2B | 42 | 13 | 14 | 3B | 37 |
| Octal | 317 | 165 | 107 | 0 | 53 | 102 | 23 | 24 | 73 | 67 |
| Binary | 11001111 | 1110101 | 1000111 | 0 | 101011 | 1000010 | 10011 | 10100 | 111011 | 110111 |
Color Harmonies of #CF7547
Complementary color
Monochromatic Colors of #CF7547
Black with #CF7547
Text Example
Text Example
White with #CF7547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7547; }
p { color: rgb(207,117,71); }
H1.HeaderClassName
{
color: #CF7547;
}
.AnyTagClassName
{
color: #CF7547;
}
</style>
background-color css
<style>
a { background-color: #CF7547; }
a { background-color: rgb(207,117,71); }
div.DivClassName
{
background-color: #CF7547;
}
.BgClassName
{
background-color: #CF7547;
}
</style>
border-color css
<style>
span { border-color: #CF7547; }
span { border-color: rgb(207,117,71); }
td.TdClassName
{
border-color: #CF7547;
}
.TagClassName
{
border-color: #CF7547;
}
</style>