Shades of Red Damask #CF6947
Tints of Red Damask #CF6947
RGB
CMYK
RGB Variations
Color information
#CF6947 (or 0xCF6947) is known color: Red Damask. HEX triplet: CF, 69 and 47. RGB value is (207,105,71). Sum of RGB (Red+Green+Blue) = 207+105+71=383 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.05% from 383); Green value is 105 (41.41% from 255 or 27.42% from 383); Blue value is 71 (28.12% from 255 or 18.54% from 383); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6947 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF6947 is #3096B8. Grayscale: #838383. Windows color (decimal): -3184313 or 4680143. OLE color: 4680143.
HSL color Cylindrical-coordinate representation of color #CF6947: hue angle of 15º 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 #CF6947 is Cyan = 0, Magento = 0.49, Yellow = 0.66 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 105 | 71 | - |
| CMYK | 0 | 0.49 | 0.66 | 0.19 |
| HSL | 15º | 0.59% | 0.55% | - |
| HSV(B) | 15º | 0.66% | 0.81% | - |
| XYZ | 31.92 | 23.82 | 8.88 | - |
| YUV | 131.62 | 93.79 | 181.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 105 | 71 | 0 | 0.49 | 0.66 | 0.19 | 15 | 0.59 | 0.55 |
| Hex | CF | 69 | 47 | 0 | 31 | 42 | 13 | F | 3B | 37 |
| Octal | 317 | 151 | 107 | 0 | 61 | 102 | 23 | 17 | 73 | 67 |
| Binary | 11001111 | 1101001 | 1000111 | 0 | 110001 | 1000010 | 10011 | 1111 | 111011 | 110111 |
Color Harmonies of #CF6947
Complementary color
Monochromatic Colors of #CF6947
Black with #CF6947
Text Example
Text Example
White with #CF6947
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6947; }
p { color: rgb(207,105,71); }
H1.HeaderClassName
{
color: #CF6947;
}
.AnyTagClassName
{
color: #CF6947;
}
</style>
background-color css
<style>
a { background-color: #CF6947; }
a { background-color: rgb(207,105,71); }
div.DivClassName
{
background-color: #CF6947;
}
.BgClassName
{
background-color: #CF6947;
}
</style>
border-color css
<style>
span { border-color: #CF6947; }
span { border-color: rgb(207,105,71); }
td.TdClassName
{
border-color: #CF6947;
}
.TagClassName
{
border-color: #CF6947;
}
</style>