Shades of Red Damask #CF7050
Tints of Red Damask #CF7050
RGB
CMYK
RGB Variations
Color information
#CF7050 (or 0xCF7050) is known color: Red Damask. HEX triplet: CF, 70 and 50. RGB value is (207,112,80). Sum of RGB (Red+Green+Blue) = 207+112+80=399 (52% of max value = 765). Red value is 207 (81.25% from 255 or 51.88% from 399); Green value is 112 (44.14% from 255 or 28.07% from 399); Blue value is 80 (31.64% from 255 or 20.05% from 399); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7050 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF7050 is #308FAF. Grayscale: #888888. Windows color (decimal): -3182512 or 5271759. OLE color: 5271759.
HSL color Cylindrical-coordinate representation of color #CF7050: hue angle of 15.12º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CF7050 is Cyan = 0, Magento = 0.46, Yellow = 0.61 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 112 | 80 | - |
| CMYK | 0 | 0.46 | 0.61 | 0.19 |
| HSL | 15.12º | 0.57% | 0.56% | - |
| HSV(B) | 15.12º | 0.61% | 0.81% | - |
| XYZ | 32.97 | 25.43 | 10.76 | - |
| YUV | 136.76 | 95.97 | 178.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 112 | 80 | 0 | 0.46 | 0.61 | 0.19 | 15.12 | 0.57 | 0.56 |
| Hex | CF | 70 | 50 | 0 | 2E | 3D | 13 | F | 39 | 38 |
| Octal | 317 | 160 | 120 | 0 | 56 | 75 | 23 | 17 | 71 | 70 |
| Binary | 11001111 | 1110000 | 1010000 | 0 | 101110 | 111101 | 10011 | 1111 | 111001 | 111000 |
Color Harmonies of #CF7050
Complementary color
Monochromatic Colors of #CF7050
Black with #CF7050
Text Example
Text Example
White with #CF7050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7050; }
p { color: rgb(207,112,80); }
H1.HeaderClassName
{
color: #CF7050;
}
.AnyTagClassName
{
color: #CF7050;
}
</style>
background-color css
<style>
a { background-color: #CF7050; }
a { background-color: rgb(207,112,80); }
div.DivClassName
{
background-color: #CF7050;
}
.BgClassName
{
background-color: #CF7050;
}
</style>
border-color css
<style>
span { border-color: #CF7050; }
span { border-color: rgb(207,112,80); }
td.TdClassName
{
border-color: #CF7050;
}
.TagClassName
{
border-color: #CF7050;
}
</style>