Shades of Red Damask #CF6D43
Tints of Red Damask #CF6D43
RGB
CMYK
RGB Variations
Color information
#CF6D43 (or 0xCF6D43) is known color: Red Damask. HEX triplet: CF, 6D and 43. RGB value is (207,109,67). Sum of RGB (Red+Green+Blue) = 207+109+67=383 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.05% from 383); Green value is 109 (42.97% from 255 or 28.46% from 383); Blue value is 67 (26.56% from 255 or 17.49% from 383); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6D43 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF6D43 is #3092BC. Grayscale: #858585. Windows color (decimal): -3183293 or 4419023. OLE color: 4419023.
HSL color Cylindrical-coordinate representation of color #CF6D43: hue angle of 18º 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 #CF6D43 is Cyan = 0, Magento = 0.47, Yellow = 0.68 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 109 | 67 | - |
| CMYK | 0 | 0.47 | 0.68 | 0.19 |
| HSL | 18º | 0.59% | 0.54% | - |
| HSV(B) | 18º | 0.68% | 0.81% | - |
| XYZ | 32.21 | 24.61 | 8.36 | - |
| YUV | 133.51 | 90.47 | 180.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 109 | 67 | 0 | 0.47 | 0.68 | 0.19 | 18 | 0.59 | 0.54 |
| Hex | CF | 6D | 43 | 0 | 2F | 44 | 13 | 12 | 3B | 36 |
| Octal | 317 | 155 | 103 | 0 | 57 | 104 | 23 | 22 | 73 | 66 |
| Binary | 11001111 | 1101101 | 1000011 | 0 | 101111 | 1000100 | 10011 | 10010 | 111011 | 110110 |
Color Harmonies of #CF6D43
Complementary color
Monochromatic Colors of #CF6D43
Black with #CF6D43
Text Example
Text Example
White with #CF6D43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6D43; }
p { color: rgb(207,109,67); }
H1.HeaderClassName
{
color: #CF6D43;
}
.AnyTagClassName
{
color: #CF6D43;
}
</style>
background-color css
<style>
a { background-color: #CF6D43; }
a { background-color: rgb(207,109,67); }
div.DivClassName
{
background-color: #CF6D43;
}
.BgClassName
{
background-color: #CF6D43;
}
</style>
border-color css
<style>
span { border-color: #CF6D43; }
span { border-color: rgb(207,109,67); }
td.TdClassName
{
border-color: #CF6D43;
}
.TagClassName
{
border-color: #CF6D43;
}
</style>