Shades of Red Damask #CF784E
Tints of Red Damask #CF784E
RGB
CMYK
RGB Variations
Color information
#CF784E (or 0xCF784E) is known color: Red Damask. HEX triplet: CF, 78 and 4E. RGB value is (207,120,78). Sum of RGB (Red+Green+Blue) = 207+120+78=405 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.11% from 405); Green value is 120 (47.27% from 255 or 29.63% from 405); Blue value is 78 (30.86% from 255 or 19.26% from 405); Max value from RGB is 207 - color contains mainly: red. Hex color #CF784E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF784E is #3087B1. Grayscale: #8D8D8D. Windows color (decimal): -3180466 or 5142735. OLE color: 5142735.
HSL color Cylindrical-coordinate representation of color #CF784E: hue angle of 19.53º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CF784E is Cyan = 0, Magento = 0.42, Yellow = 0.62 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 120 | 78 | - |
| CMYK | 0 | 0.42 | 0.62 | 0.19 |
| HSL | 19.53º | 0.57% | 0.56% | - |
| HSV(B) | 19.53º | 0.62% | 0.81% | - |
| XYZ | 33.82 | 27.25 | 10.68 | - |
| YUV | 141.23 | 92.32 | 174.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 120 | 78 | 0 | 0.42 | 0.62 | 0.19 | 19.53 | 0.57 | 0.56 |
| Hex | CF | 78 | 4E | 0 | 2A | 3E | 13 | 14 | 39 | 38 |
| Octal | 317 | 170 | 116 | 0 | 52 | 76 | 23 | 24 | 71 | 70 |
| Binary | 11001111 | 1111000 | 1001110 | 0 | 101010 | 111110 | 10011 | 10100 | 111001 | 111000 |
Color Harmonies of #CF784E
Complementary color
Monochromatic Colors of #CF784E
Black with #CF784E
Text Example
Text Example
White with #CF784E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF784E; }
p { color: rgb(207,120,78); }
H1.HeaderClassName
{
color: #CF784E;
}
.AnyTagClassName
{
color: #CF784E;
}
</style>
background-color css
<style>
a { background-color: #CF784E; }
a { background-color: rgb(207,120,78); }
div.DivClassName
{
background-color: #CF784E;
}
.BgClassName
{
background-color: #CF784E;
}
</style>
border-color css
<style>
span { border-color: #CF784E; }
span { border-color: rgb(207,120,78); }
td.TdClassName
{
border-color: #CF784E;
}
.TagClassName
{
border-color: #CF784E;
}
</style>