Shades of Red Damask #CF704E
Tints of Red Damask #CF704E
RGB
CMYK
RGB Variations
Color information
#CF704E (or 0xCF704E) is known color: Red Damask. HEX triplet: CF, 70 and 4E. RGB value is (207,112,78). Sum of RGB (Red+Green+Blue) = 207+112+78=397 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.14% from 397); Green value is 112 (44.14% from 255 or 28.21% from 397); Blue value is 78 (30.86% from 255 or 19.65% from 397); Max value from RGB is 207 - color contains mainly: red. Hex color #CF704E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF704E is #308FB1. Grayscale: #888888. Windows color (decimal): -3182514 or 5140687. OLE color: 5140687.
HSL color Cylindrical-coordinate representation of color #CF704E: hue angle of 15.81º 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 #CF704E is Cyan = 0, Magento = 0.46, Yellow = 0.62 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 112 | 78 | - |
| CMYK | 0 | 0.46 | 0.62 | 0.19 |
| HSL | 15.81º | 0.57% | 0.56% | - |
| HSV(B) | 15.81º | 0.62% | 0.81% | - |
| XYZ | 32.9 | 25.4 | 10.38 | - |
| YUV | 136.53 | 94.97 | 178.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 112 | 78 | 0 | 0.46 | 0.62 | 0.19 | 15.81 | 0.57 | 0.56 |
| Hex | CF | 70 | 4E | 0 | 2E | 3E | 13 | 10 | 39 | 38 |
| Octal | 317 | 160 | 116 | 0 | 56 | 76 | 23 | 20 | 71 | 70 |
| Binary | 11001111 | 1110000 | 1001110 | 0 | 101110 | 111110 | 10011 | 10000 | 111001 | 111000 |
Color Harmonies of #CF704E
Complementary color
Monochromatic Colors of #CF704E
Black with #CF704E
Text Example
Text Example
White with #CF704E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF704E; }
p { color: rgb(207,112,78); }
H1.HeaderClassName
{
color: #CF704E;
}
.AnyTagClassName
{
color: #CF704E;
}
</style>
background-color css
<style>
a { background-color: #CF704E; }
a { background-color: rgb(207,112,78); }
div.DivClassName
{
background-color: #CF704E;
}
.BgClassName
{
background-color: #CF704E;
}
</style>
border-color css
<style>
span { border-color: #CF704E; }
span { border-color: rgb(207,112,78); }
td.TdClassName
{
border-color: #CF704E;
}
.TagClassName
{
border-color: #CF704E;
}
</style>