Shades of Red Damask #CF714E
Tints of Red Damask #CF714E
RGB
CMYK
RGB Variations
Color information
#CF714E (or 0xCF714E) is known color: Red Damask. HEX triplet: CF, 71 and 4E. RGB value is (207,113,78). Sum of RGB (Red+Green+Blue) = 207+113+78=398 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.01% from 398); Green value is 113 (44.53% from 255 or 28.39% from 398); Blue value is 78 (30.86% from 255 or 19.60% from 398); Max value from RGB is 207 - color contains mainly: red. Hex color #CF714E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF714E is #308EB1. Grayscale: #898989. Windows color (decimal): -3182258 or 5140943. OLE color: 5140943.
HSL color Cylindrical-coordinate representation of color #CF714E: hue angle of 16.28º 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 #CF714E is Cyan = 0, Magento = 0.45, Yellow = 0.62 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 113 | 78 | - |
| CMYK | 0 | 0.45 | 0.62 | 0.19 |
| HSL | 16.28º | 0.57% | 0.56% | - |
| HSV(B) | 16.28º | 0.62% | 0.81% | - |
| XYZ | 33.01 | 25.63 | 10.41 | - |
| YUV | 137.12 | 94.64 | 177.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 113 | 78 | 0 | 0.45 | 0.62 | 0.19 | 16.28 | 0.57 | 0.56 |
| Hex | CF | 71 | 4E | 0 | 2D | 3E | 13 | 10 | 39 | 38 |
| Octal | 317 | 161 | 116 | 0 | 55 | 76 | 23 | 20 | 71 | 70 |
| Binary | 11001111 | 1110001 | 1001110 | 0 | 101101 | 111110 | 10011 | 10000 | 111001 | 111000 |
Color Harmonies of #CF714E
Complementary color
Monochromatic Colors of #CF714E
Black with #CF714E
Text Example
Text Example
White with #CF714E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF714E; }
p { color: rgb(207,113,78); }
H1.HeaderClassName
{
color: #CF714E;
}
.AnyTagClassName
{
color: #CF714E;
}
</style>
background-color css
<style>
a { background-color: #CF714E; }
a { background-color: rgb(207,113,78); }
div.DivClassName
{
background-color: #CF714E;
}
.BgClassName
{
background-color: #CF714E;
}
</style>
border-color css
<style>
span { border-color: #CF714E; }
span { border-color: rgb(207,113,78); }
td.TdClassName
{
border-color: #CF714E;
}
.TagClassName
{
border-color: #CF714E;
}
</style>