Shades of Red Damask #CF6D42
Tints of Red Damask #CF6D42
RGB
CMYK
RGB Variations
Color information
#CF6D42 (or 0xCF6D42) is known color: Red Damask. HEX triplet: CF, 6D and 42. RGB value is (207,109,66). Sum of RGB (Red+Green+Blue) = 207+109+66=382 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.19% from 382); Green value is 109 (42.97% from 255 or 28.53% from 382); Blue value is 66 (26.17% from 255 or 17.28% from 382); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6D42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF6D42 is #3092BD. Grayscale: #858585. Windows color (decimal): -3183294 or 4353487. OLE color: 4353487.
HSL color Cylindrical-coordinate representation of color #CF6D42: hue angle of 18.3º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CF6D42 is Cyan = 0, Magento = 0.47, Yellow = 0.68 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 109 | 66 | - |
| CMYK | 0 | 0.47 | 0.68 | 0.19 |
| HSL | 18.3º | 0.59% | 0.54% | - |
| HSV(B) | 18.3º | 0.68% | 0.81% | - |
| XYZ | 32.18 | 24.6 | 8.21 | - |
| YUV | 133.4 | 89.97 | 180.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 109 | 66 | 0 | 0.47 | 0.68 | 0.19 | 18.3 | 0.59 | 0.54 |
| Hex | CF | 6D | 42 | 0 | 2F | 44 | 13 | 12 | 3B | 36 |
| Octal | 317 | 155 | 102 | 0 | 57 | 104 | 23 | 22 | 73 | 66 |
| Binary | 11001111 | 1101101 | 1000010 | 0 | 101111 | 1000100 | 10011 | 10010 | 111011 | 110110 |
Color Harmonies of #CF6D42
Complementary color
Monochromatic Colors of #CF6D42
Black with #CF6D42
Text Example
Text Example
White with #CF6D42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6D42; }
p { color: rgb(207,109,66); }
H1.HeaderClassName
{
color: #CF6D42;
}
.AnyTagClassName
{
color: #CF6D42;
}
</style>
background-color css
<style>
a { background-color: #CF6D42; }
a { background-color: rgb(207,109,66); }
div.DivClassName
{
background-color: #CF6D42;
}
.BgClassName
{
background-color: #CF6D42;
}
</style>
border-color css
<style>
span { border-color: #CF6D42; }
span { border-color: rgb(207,109,66); }
td.TdClassName
{
border-color: #CF6D42;
}
.TagClassName
{
border-color: #CF6D42;
}
</style>