Shades of Red Damask #CF6747
Tints of Red Damask #CF6747
RGB
CMYK
RGB Variations
Color information
#CF6747 (or 0xCF6747) is known color: Red Damask. HEX triplet: CF, 67 and 47. RGB value is (207,103,71). Sum of RGB (Red+Green+Blue) = 207+103+71=381 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.33% from 381); Green value is 103 (40.62% from 255 or 27.03% from 381); Blue value is 71 (28.12% from 255 or 18.64% from 381); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6747 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF6747 is #3098B8. Grayscale: #828282. Windows color (decimal): -3184825 or 4679631. OLE color: 4679631.
HSL color Cylindrical-coordinate representation of color #CF6747: hue angle of 14.12º 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 #CF6747 is Cyan = 0, Magento = 0.50, Yellow = 0.66 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 103 | 71 | - |
| CMYK | 0 | 0.50 | 0.66 | 0.19 |
| HSL | 14.12º | 0.59% | 0.55% | - |
| HSV(B) | 14.12º | 0.66% | 0.81% | - |
| XYZ | 31.72 | 23.42 | 8.81 | - |
| YUV | 130.45 | 94.46 | 182.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 103 | 71 | 0 | 0.50 | 0.66 | 0.19 | 14.12 | 0.59 | 0.55 |
| Hex | CF | 67 | 47 | 0 | 32 | 42 | 13 | E | 3B | 37 |
| Octal | 317 | 147 | 107 | 0 | 62 | 102 | 23 | 16 | 73 | 67 |
| Binary | 11001111 | 1100111 | 1000111 | 0 | 110010 | 1000010 | 10011 | 1110 | 111011 | 110111 |
Color Harmonies of #CF6747
Complementary color
Monochromatic Colors of #CF6747
Black with #CF6747
Text Example
Text Example
White with #CF6747
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6747; }
p { color: rgb(207,103,71); }
H1.HeaderClassName
{
color: #CF6747;
}
.AnyTagClassName
{
color: #CF6747;
}
</style>
background-color css
<style>
a { background-color: #CF6747; }
a { background-color: rgb(207,103,71); }
div.DivClassName
{
background-color: #CF6747;
}
.BgClassName
{
background-color: #CF6747;
}
</style>
border-color css
<style>
span { border-color: #CF6747; }
span { border-color: rgb(207,103,71); }
td.TdClassName
{
border-color: #CF6747;
}
.TagClassName
{
border-color: #CF6747;
}
</style>