Shades of Red Damask #CF6E45
Tints of Red Damask #CF6E45
RGB
CMYK
RGB Variations
Color information
#CF6E45 (or 0xCF6E45) is known color: Red Damask. HEX triplet: CF, 6E and 45. RGB value is (207,110,69). Sum of RGB (Red+Green+Blue) = 207+110+69=386 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.63% from 386); Green value is 110 (43.36% from 255 or 28.50% from 386); Blue value is 69 (27.34% from 255 or 17.88% from 386); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6E45 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF6E45 is #3091BA. Grayscale: #868686. Windows color (decimal): -3183035 or 4550351. OLE color: 4550351.
HSL color Cylindrical-coordinate representation of color #CF6E45: hue angle of 17.83º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CF6E45 is Cyan = 0, Magento = 0.47, Yellow = 0.67 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 110 | 69 | - |
| CMYK | 0 | 0.47 | 0.67 | 0.19 |
| HSL | 17.83º | 0.59% | 0.54% | - |
| HSV(B) | 17.83º | 0.67% | 0.81% | - |
| XYZ | 32.38 | 24.85 | 8.72 | - |
| YUV | 134.33 | 91.14 | 179.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 110 | 69 | 0 | 0.47 | 0.67 | 0.19 | 17.83 | 0.59 | 0.54 |
| Hex | CF | 6E | 45 | 0 | 2F | 43 | 13 | 12 | 3B | 36 |
| Octal | 317 | 156 | 105 | 0 | 57 | 103 | 23 | 22 | 73 | 66 |
| Binary | 11001111 | 1101110 | 1000101 | 0 | 101111 | 1000011 | 10011 | 10010 | 111011 | 110110 |
Color Harmonies of #CF6E45
Complementary color
Monochromatic Colors of #CF6E45
Black with #CF6E45
Text Example
Text Example
White with #CF6E45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6E45; }
p { color: rgb(207,110,69); }
H1.HeaderClassName
{
color: #CF6E45;
}
.AnyTagClassName
{
color: #CF6E45;
}
</style>
background-color css
<style>
a { background-color: #CF6E45; }
a { background-color: rgb(207,110,69); }
div.DivClassName
{
background-color: #CF6E45;
}
.BgClassName
{
background-color: #CF6E45;
}
</style>
border-color css
<style>
span { border-color: #CF6E45; }
span { border-color: rgb(207,110,69); }
td.TdClassName
{
border-color: #CF6E45;
}
.TagClassName
{
border-color: #CF6E45;
}
</style>