Shades of Red Damask #CF704A
Tints of Red Damask #CF704A
RGB
CMYK
RGB Variations
Color information
#CF704A (or 0xCF704A) is known color: Red Damask. HEX triplet: CF, 70 and 4A. RGB value is (207,112,74). Sum of RGB (Red+Green+Blue) = 207+112+74=393 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.67% from 393); Green value is 112 (44.14% from 255 or 28.50% from 393); Blue value is 74 (29.30% from 255 or 18.83% from 393); Max value from RGB is 207 - color contains mainly: red. Hex color #CF704A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF704A is #308FB5. Grayscale: #888888. Windows color (decimal): -3182518 or 4878543. OLE color: 4878543.
HSL color Cylindrical-coordinate representation of color #CF704A: hue angle of 17.14º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CF704A is Cyan = 0, Magento = 0.46, Yellow = 0.64 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 112 | 74 | - |
| CMYK | 0 | 0.46 | 0.64 | 0.19 |
| HSL | 17.14º | 0.58% | 0.55% | - |
| HSV(B) | 17.14º | 0.64% | 0.81% | - |
| XYZ | 32.76 | 25.35 | 9.64 | - |
| YUV | 136.07 | 92.97 | 178.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 112 | 74 | 0 | 0.46 | 0.64 | 0.19 | 17.14 | 0.58 | 0.55 |
| Hex | CF | 70 | 4A | 0 | 2E | 40 | 13 | 11 | 3A | 37 |
| Octal | 317 | 160 | 112 | 0 | 56 | 100 | 23 | 21 | 72 | 67 |
| Binary | 11001111 | 1110000 | 1001010 | 0 | 101110 | 1000000 | 10011 | 10001 | 111010 | 110111 |
Color Harmonies of #CF704A
Complementary color
Monochromatic Colors of #CF704A
Black with #CF704A
Text Example
Text Example
White with #CF704A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF704A; }
p { color: rgb(207,112,74); }
H1.HeaderClassName
{
color: #CF704A;
}
.AnyTagClassName
{
color: #CF704A;
}
</style>
background-color css
<style>
a { background-color: #CF704A; }
a { background-color: rgb(207,112,74); }
div.DivClassName
{
background-color: #CF704A;
}
.BgClassName
{
background-color: #CF704A;
}
</style>
border-color css
<style>
span { border-color: #CF704A; }
span { border-color: rgb(207,112,74); }
td.TdClassName
{
border-color: #CF704A;
}
.TagClassName
{
border-color: #CF704A;
}
</style>