Shades of Red Damask #CF6F46
Tints of Red Damask #CF6F46
RGB
CMYK
RGB Variations
Color information
#CF6F46 (or 0xCF6F46) is known color: Red Damask. HEX triplet: CF, 6F and 46. RGB value is (207,111,70). Sum of RGB (Red+Green+Blue) = 207+111+70=388 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.35% from 388); Green value is 111 (43.75% from 255 or 28.61% from 388); Blue value is 70 (27.73% from 255 or 18.04% from 388); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6F46 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF6F46 is #3090B9. Grayscale: #878787. Windows color (decimal): -3182778 or 4616143. OLE color: 4616143.
HSL color Cylindrical-coordinate representation of color #CF6F46: hue angle of 17.96º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CF6F46 is Cyan = 0, Magento = 0.46, Yellow = 0.66 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 111 | 70 | - |
| CMYK | 0 | 0.46 | 0.66 | 0.19 |
| HSL | 17.96º | 0.59% | 0.54% | - |
| HSV(B) | 17.96º | 0.66% | 0.81% | - |
| XYZ | 32.52 | 25.08 | 8.92 | - |
| YUV | 135.03 | 91.3 | 179.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 111 | 70 | 0 | 0.46 | 0.66 | 0.19 | 17.96 | 0.59 | 0.54 |
| Hex | CF | 6F | 46 | 0 | 2E | 42 | 13 | 12 | 3B | 36 |
| Octal | 317 | 157 | 106 | 0 | 56 | 102 | 23 | 22 | 73 | 66 |
| Binary | 11001111 | 1101111 | 1000110 | 0 | 101110 | 1000010 | 10011 | 10010 | 111011 | 110110 |
Color Harmonies of #CF6F46
Complementary color
Monochromatic Colors of #CF6F46
Black with #CF6F46
Text Example
Text Example
White with #CF6F46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6F46; }
p { color: rgb(207,111,70); }
H1.HeaderClassName
{
color: #CF6F46;
}
.AnyTagClassName
{
color: #CF6F46;
}
</style>
background-color css
<style>
a { background-color: #CF6F46; }
a { background-color: rgb(207,111,70); }
div.DivClassName
{
background-color: #CF6F46;
}
.BgClassName
{
background-color: #CF6F46;
}
</style>
border-color css
<style>
span { border-color: #CF6F46; }
span { border-color: rgb(207,111,70); }
td.TdClassName
{
border-color: #CF6F46;
}
.TagClassName
{
border-color: #CF6F46;
}
</style>