Shades of Red Damask #C97246
Tints of Red Damask #C97246
RGB
CMYK
RGB Variations
Color information
#C97246 (or 0xC97246) is known color: Red Damask. HEX triplet: C9, 72 and 46. RGB value is (201,114,70). Sum of RGB (Red+Green+Blue) = 201+114+70=385 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.21% from 385); Green value is 114 (44.92% from 255 or 29.61% from 385); Blue value is 70 (27.73% from 255 or 18.18% from 385); Max value from RGB is 201 - color contains mainly: red. Hex color #C97246 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C97246 is #368DB9. Grayscale: #878787. Windows color (decimal): -3575226 or 4616905. OLE color: 4616905.
HSL color Cylindrical-coordinate representation of color #C97246: hue angle of 20.15º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C97246 is Cyan = 0, Magento = 0.43, Yellow = 0.65 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 114 | 70 | - |
| CMYK | 0 | 0.43 | 0.65 | 0.21 |
| HSL | 20.15º | 0.55% | 0.53% | - |
| HSV(B) | 20.15º | 0.65% | 0.79% | - |
| XYZ | 31.21 | 24.89 | 8.95 | - |
| YUV | 135 | 91.32 | 175.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 114 | 70 | 0 | 0.43 | 0.65 | 0.21 | 20.15 | 0.55 | 0.53 |
| Hex | C9 | 72 | 46 | 0 | 2B | 41 | 15 | 14 | 37 | 35 |
| Octal | 311 | 162 | 106 | 0 | 53 | 101 | 25 | 24 | 67 | 65 |
| Binary | 11001001 | 1110010 | 1000110 | 0 | 101011 | 1000001 | 10101 | 10100 | 110111 | 110101 |
Color Harmonies of #C97246
Complementary color
Monochromatic Colors of #C97246
Black with #C97246
Text Example
Text Example
White with #C97246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97246; }
p { color: rgb(201,114,70); }
H1.HeaderClassName
{
color: #C97246;
}
.AnyTagClassName
{
color: #C97246;
}
</style>
background-color css
<style>
a { background-color: #C97246; }
a { background-color: rgb(201,114,70); }
div.DivClassName
{
background-color: #C97246;
}
.BgClassName
{
background-color: #C97246;
}
</style>
border-color css
<style>
span { border-color: #C97246; }
span { border-color: rgb(201,114,70); }
td.TdClassName
{
border-color: #C97246;
}
.TagClassName
{
border-color: #C97246;
}
</style>