Shades of Red Damask #CF704B
Tints of Red Damask #CF704B
RGB
CMYK
RGB Variations
Color information
#CF704B (or 0xCF704B) is known color: Red Damask. HEX triplet: CF, 70 and 4B. RGB value is (207,112,75). Sum of RGB (Red+Green+Blue) = 207+112+75=394 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.54% from 394); Green value is 112 (44.14% from 255 or 28.43% from 394); Blue value is 75 (29.69% from 255 or 19.04% from 394); Max value from RGB is 207 - color contains mainly: red. Hex color #CF704B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF704B is #308FB4. Grayscale: #888888. Windows color (decimal): -3182517 or 4944079. OLE color: 4944079.
HSL color Cylindrical-coordinate representation of color #CF704B: hue angle of 16.82º 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 #CF704B is Cyan = 0, Magento = 0.46, Yellow = 0.64 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 112 | 75 | - |
| CMYK | 0 | 0.46 | 0.64 | 0.19 |
| HSL | 16.82º | 0.58% | 0.55% | - |
| HSV(B) | 16.82º | 0.64% | 0.81% | - |
| XYZ | 32.8 | 25.36 | 9.82 | - |
| YUV | 136.19 | 93.47 | 178.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 112 | 75 | 0 | 0.46 | 0.64 | 0.19 | 16.82 | 0.58 | 0.55 |
| Hex | CF | 70 | 4B | 0 | 2E | 40 | 13 | 11 | 3A | 37 |
| Octal | 317 | 160 | 113 | 0 | 56 | 100 | 23 | 21 | 72 | 67 |
| Binary | 11001111 | 1110000 | 1001011 | 0 | 101110 | 1000000 | 10011 | 10001 | 111010 | 110111 |
Color Harmonies of #CF704B
Complementary color
Monochromatic Colors of #CF704B
Black with #CF704B
Text Example
Text Example
White with #CF704B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF704B; }
p { color: rgb(207,112,75); }
H1.HeaderClassName
{
color: #CF704B;
}
.AnyTagClassName
{
color: #CF704B;
}
</style>
background-color css
<style>
a { background-color: #CF704B; }
a { background-color: rgb(207,112,75); }
div.DivClassName
{
background-color: #CF704B;
}
.BgClassName
{
background-color: #CF704B;
}
</style>
border-color css
<style>
span { border-color: #CF704B; }
span { border-color: rgb(207,112,75); }
td.TdClassName
{
border-color: #CF704B;
}
.TagClassName
{
border-color: #CF704B;
}
</style>