Shades of Red Damask #CF6B49
Tints of Red Damask #CF6B49
RGB
CMYK
RGB Variations
Color information
#CF6B49 (or 0xCF6B49) is known color: Red Damask. HEX triplet: CF, 6B and 49. RGB value is (207,107,73). Sum of RGB (Red+Green+Blue) = 207+107+73=387 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.49% from 387); Green value is 107 (42.19% from 255 or 27.65% from 387); Blue value is 73 (28.91% from 255 or 18.86% from 387); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6B49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF6B49 is #3094B6. Grayscale: #858585. Windows color (decimal): -3183799 or 4811727. OLE color: 4811727.
HSL color Cylindrical-coordinate representation of color #CF6B49: hue angle of 15.22º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CF6B49 is Cyan = 0, Magento = 0.48, Yellow = 0.65 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 107 | 73 | - |
| CMYK | 0 | 0.48 | 0.65 | 0.19 |
| HSL | 15.22º | 0.58% | 0.55% | - |
| HSV(B) | 15.22º | 0.65% | 0.81% | - |
| XYZ | 32.19 | 24.26 | 9.29 | - |
| YUV | 133.02 | 94.13 | 180.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 107 | 73 | 0 | 0.48 | 0.65 | 0.19 | 15.22 | 0.58 | 0.55 |
| Hex | CF | 6B | 49 | 0 | 30 | 41 | 13 | F | 3A | 37 |
| Octal | 317 | 153 | 111 | 0 | 60 | 101 | 23 | 17 | 72 | 67 |
| Binary | 11001111 | 1101011 | 1001001 | 0 | 110000 | 1000001 | 10011 | 1111 | 111010 | 110111 |
Color Harmonies of #CF6B49
Complementary color
Monochromatic Colors of #CF6B49
Black with #CF6B49
Text Example
Text Example
White with #CF6B49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6B49; }
p { color: rgb(207,107,73); }
H1.HeaderClassName
{
color: #CF6B49;
}
.AnyTagClassName
{
color: #CF6B49;
}
</style>
background-color css
<style>
a { background-color: #CF6B49; }
a { background-color: rgb(207,107,73); }
div.DivClassName
{
background-color: #CF6B49;
}
.BgClassName
{
background-color: #CF6B49;
}
</style>
border-color css
<style>
span { border-color: #CF6B49; }
span { border-color: rgb(207,107,73); }
td.TdClassName
{
border-color: #CF6B49;
}
.TagClassName
{
border-color: #CF6B49;
}
</style>