Shades of Red Damask #CF6F4E
Tints of Red Damask #CF6F4E
RGB
CMYK
RGB Variations
Color information
#CF6F4E (or 0xCF6F4E) is known color: Red Damask. HEX triplet: CF, 6F and 4E. RGB value is (207,111,78). Sum of RGB (Red+Green+Blue) = 207+111+78=396 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.27% from 396); Green value is 111 (43.75% from 255 or 28.03% from 396); Blue value is 78 (30.86% from 255 or 19.70% from 396); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6F4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF6F4E is #3090B1. Grayscale: #888888. Windows color (decimal): -3182770 or 5140431. OLE color: 5140431.
HSL color Cylindrical-coordinate representation of color #CF6F4E: hue angle of 15.35º 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 #CF6F4E is Cyan = 0, Magento = 0.46, Yellow = 0.62 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 111 | 78 | - |
| CMYK | 0 | 0.46 | 0.62 | 0.19 |
| HSL | 15.35º | 0.57% | 0.56% | - |
| HSV(B) | 15.35º | 0.62% | 0.81% | - |
| XYZ | 32.79 | 25.18 | 10.34 | - |
| YUV | 135.94 | 95.3 | 178.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 111 | 78 | 0 | 0.46 | 0.62 | 0.19 | 15.35 | 0.57 | 0.56 |
| Hex | CF | 6F | 4E | 0 | 2E | 3E | 13 | F | 39 | 38 |
| Octal | 317 | 157 | 116 | 0 | 56 | 76 | 23 | 17 | 71 | 70 |
| Binary | 11001111 | 1101111 | 1001110 | 0 | 101110 | 111110 | 10011 | 1111 | 111001 | 111000 |
Color Harmonies of #CF6F4E
Complementary color
Monochromatic Colors of #CF6F4E
Black with #CF6F4E
Text Example
Text Example
White with #CF6F4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6F4E; }
p { color: rgb(207,111,78); }
H1.HeaderClassName
{
color: #CF6F4E;
}
.AnyTagClassName
{
color: #CF6F4E;
}
</style>
background-color css
<style>
a { background-color: #CF6F4E; }
a { background-color: rgb(207,111,78); }
div.DivClassName
{
background-color: #CF6F4E;
}
.BgClassName
{
background-color: #CF6F4E;
}
</style>
border-color css
<style>
span { border-color: #CF6F4E; }
span { border-color: rgb(207,111,78); }
td.TdClassName
{
border-color: #CF6F4E;
}
.TagClassName
{
border-color: #CF6F4E;
}
</style>