Shades of Red Damask #CF704C
Tints of Red Damask #CF704C
RGB
CMYK
RGB Variations
Color information
#CF704C (or 0xCF704C) is known color: Red Damask. HEX triplet: CF, 70 and 4C. RGB value is (207,112,76). Sum of RGB (Red+Green+Blue) = 207+112+76=395 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.41% from 395); Green value is 112 (44.14% from 255 or 28.35% from 395); Blue value is 76 (30.08% from 255 or 19.24% from 395); Max value from RGB is 207 - color contains mainly: red. Hex color #CF704C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF704C is #308FB3. Grayscale: #888888. Windows color (decimal): -3182516 or 5009615. OLE color: 5009615.
HSL color Cylindrical-coordinate representation of color #CF704C: hue angle of 16.49º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CF704C is Cyan = 0, Magento = 0.46, Yellow = 0.63 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 112 | 76 | - |
| CMYK | 0 | 0.46 | 0.63 | 0.19 |
| HSL | 16.49º | 0.58% | 0.55% | - |
| HSV(B) | 16.49º | 0.63% | 0.81% | - |
| XYZ | 32.83 | 25.38 | 10.01 | - |
| YUV | 136.3 | 93.97 | 178.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 112 | 76 | 0 | 0.46 | 0.63 | 0.19 | 16.49 | 0.58 | 0.55 |
| Hex | CF | 70 | 4C | 0 | 2E | 3F | 13 | 10 | 3A | 37 |
| Octal | 317 | 160 | 114 | 0 | 56 | 77 | 23 | 20 | 72 | 67 |
| Binary | 11001111 | 1110000 | 1001100 | 0 | 101110 | 111111 | 10011 | 10000 | 111010 | 110111 |
Color Harmonies of #CF704C
Complementary color
Monochromatic Colors of #CF704C
Black with #CF704C
Text Example
Text Example
White with #CF704C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF704C; }
p { color: rgb(207,112,76); }
H1.HeaderClassName
{
color: #CF704C;
}
.AnyTagClassName
{
color: #CF704C;
}
</style>
background-color css
<style>
a { background-color: #CF704C; }
a { background-color: rgb(207,112,76); }
div.DivClassName
{
background-color: #CF704C;
}
.BgClassName
{
background-color: #CF704C;
}
</style>
border-color css
<style>
span { border-color: #CF704C; }
span { border-color: rgb(207,112,76); }
td.TdClassName
{
border-color: #CF704C;
}
.TagClassName
{
border-color: #CF704C;
}
</style>