Shades of Red Damask #CF6E4E
Tints of Red Damask #CF6E4E
RGB
CMYK
RGB Variations
Color information
#CF6E4E (or 0xCF6E4E) is known color: Red Damask. HEX triplet: CF, 6E and 4E. RGB value is (207,110,78). Sum of RGB (Red+Green+Blue) = 207+110+78=395 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.41% from 395); Green value is 110 (43.36% from 255 or 27.85% from 395); Blue value is 78 (30.86% from 255 or 19.75% from 395); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6E4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF6E4E is #3091B1. Grayscale: #878787. Windows color (decimal): -3183026 or 5140175. OLE color: 5140175.
HSL color Cylindrical-coordinate representation of color #CF6E4E: hue angle of 14.88º 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 #CF6E4E is Cyan = 0, Magento = 0.47, Yellow = 0.62 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 110 | 78 | - |
| CMYK | 0 | 0.47 | 0.62 | 0.19 |
| HSL | 14.88º | 0.57% | 0.56% | - |
| HSV(B) | 14.88º | 0.62% | 0.81% | - |
| XYZ | 32.68 | 24.97 | 10.3 | - |
| YUV | 135.36 | 95.64 | 179.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 110 | 78 | 0 | 0.47 | 0.62 | 0.19 | 14.88 | 0.57 | 0.56 |
| Hex | CF | 6E | 4E | 0 | 2F | 3E | 13 | F | 39 | 38 |
| Octal | 317 | 156 | 116 | 0 | 57 | 76 | 23 | 17 | 71 | 70 |
| Binary | 11001111 | 1101110 | 1001110 | 0 | 101111 | 111110 | 10011 | 1111 | 111001 | 111000 |
Color Harmonies of #CF6E4E
Complementary color
Monochromatic Colors of #CF6E4E
Black with #CF6E4E
Text Example
Text Example
White with #CF6E4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6E4E; }
p { color: rgb(207,110,78); }
H1.HeaderClassName
{
color: #CF6E4E;
}
.AnyTagClassName
{
color: #CF6E4E;
}
</style>
background-color css
<style>
a { background-color: #CF6E4E; }
a { background-color: rgb(207,110,78); }
div.DivClassName
{
background-color: #CF6E4E;
}
.BgClassName
{
background-color: #CF6E4E;
}
</style>
border-color css
<style>
span { border-color: #CF6E4E; }
span { border-color: rgb(207,110,78); }
td.TdClassName
{
border-color: #CF6E4E;
}
.TagClassName
{
border-color: #CF6E4E;
}
</style>