Shades of Red Damask #CF6846
Tints of Red Damask #CF6846
RGB
CMYK
RGB Variations
Color information
#CF6846 (or 0xCF6846) is known color: Red Damask. HEX triplet: CF, 68 and 46. RGB value is (207,104,70). Sum of RGB (Red+Green+Blue) = 207+104+70=381 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.33% from 381); Green value is 104 (41.02% from 255 or 27.30% from 381); Blue value is 70 (27.73% from 255 or 18.37% from 381); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6846 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF6846 is #3097B9. Grayscale: #838383. Windows color (decimal): -3184570 or 4614351. OLE color: 4614351.
HSL color Cylindrical-coordinate representation of color #CF6846: hue angle of 14.89º 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 #CF6846 is Cyan = 0, Magento = 0.50, Yellow = 0.66 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 104 | 70 | - |
| CMYK | 0 | 0.50 | 0.66 | 0.19 |
| HSL | 14.89º | 0.59% | 0.54% | - |
| HSV(B) | 14.89º | 0.66% | 0.81% | - |
| XYZ | 31.79 | 23.61 | 8.68 | - |
| YUV | 130.92 | 93.62 | 182.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 104 | 70 | 0 | 0.50 | 0.66 | 0.19 | 14.89 | 0.59 | 0.54 |
| Hex | CF | 68 | 46 | 0 | 32 | 42 | 13 | F | 3B | 36 |
| Octal | 317 | 150 | 106 | 0 | 62 | 102 | 23 | 17 | 73 | 66 |
| Binary | 11001111 | 1101000 | 1000110 | 0 | 110010 | 1000010 | 10011 | 1111 | 111011 | 110110 |
Color Harmonies of #CF6846
Complementary color
Monochromatic Colors of #CF6846
Black with #CF6846
Text Example
Text Example
White with #CF6846
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6846; }
p { color: rgb(207,104,70); }
H1.HeaderClassName
{
color: #CF6846;
}
.AnyTagClassName
{
color: #CF6846;
}
</style>
background-color css
<style>
a { background-color: #CF6846; }
a { background-color: rgb(207,104,70); }
div.DivClassName
{
background-color: #CF6846;
}
.BgClassName
{
background-color: #CF6846;
}
</style>
border-color css
<style>
span { border-color: #CF6846; }
span { border-color: rgb(207,104,70); }
td.TdClassName
{
border-color: #CF6846;
}
.TagClassName
{
border-color: #CF6846;
}
</style>