Shades of Red Damask #CF6A47
Tints of Red Damask #CF6A47
RGB
CMYK
RGB Variations
Color information
#CF6A47 (or 0xCF6A47) is known color: Red Damask. HEX triplet: CF, 6A and 47. RGB value is (207,106,71). Sum of RGB (Red+Green+Blue) = 207+106+71=384 (50% of max value = 765). Red value is 207 (81.25% from 255 or 53.91% from 384); Green value is 106 (41.80% from 255 or 27.60% from 384); Blue value is 71 (28.12% from 255 or 18.49% from 384); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6A47 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF6A47 is #3095B8. Grayscale: #848484. Windows color (decimal): -3184057 or 4680399. OLE color: 4680399.
HSL color Cylindrical-coordinate representation of color #CF6A47: hue angle of 15.44º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CF6A47 is Cyan = 0, Magento = 0.49, Yellow = 0.66 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 106 | 71 | - |
| CMYK | 0 | 0.49 | 0.66 | 0.19 |
| HSL | 15.44º | 0.59% | 0.55% | - |
| HSV(B) | 15.44º | 0.66% | 0.81% | - |
| XYZ | 32.02 | 24.03 | 8.91 | - |
| YUV | 132.21 | 93.46 | 181.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 106 | 71 | 0 | 0.49 | 0.66 | 0.19 | 15.44 | 0.59 | 0.55 |
| Hex | CF | 6A | 47 | 0 | 31 | 42 | 13 | F | 3B | 37 |
| Octal | 317 | 152 | 107 | 0 | 61 | 102 | 23 | 17 | 73 | 67 |
| Binary | 11001111 | 1101010 | 1000111 | 0 | 110001 | 1000010 | 10011 | 1111 | 111011 | 110111 |
Color Harmonies of #CF6A47
Complementary color
Monochromatic Colors of #CF6A47
Black with #CF6A47
Text Example
Text Example
White with #CF6A47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6A47; }
p { color: rgb(207,106,71); }
H1.HeaderClassName
{
color: #CF6A47;
}
.AnyTagClassName
{
color: #CF6A47;
}
</style>
background-color css
<style>
a { background-color: #CF6A47; }
a { background-color: rgb(207,106,71); }
div.DivClassName
{
background-color: #CF6A47;
}
.BgClassName
{
background-color: #CF6A47;
}
</style>
border-color css
<style>
span { border-color: #CF6A47; }
span { border-color: rgb(207,106,71); }
td.TdClassName
{
border-color: #CF6A47;
}
.TagClassName
{
border-color: #CF6A47;
}
</style>