Shades of Red Damask #C67247
Tints of Red Damask #C67247
RGB
CMYK
RGB Variations
Color information
#C67247 (or 0xC67247) is known color: Red Damask. HEX triplet: C6, 72 and 47. RGB value is (198,114,71). Sum of RGB (Red+Green+Blue) = 198+114+71=383 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.70% from 383); Green value is 114 (44.92% from 255 or 29.77% from 383); Blue value is 71 (28.12% from 255 or 18.54% from 383); Max value from RGB is 198 - color contains mainly: red. Hex color #C67247 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C67247 is #398DB8. Grayscale: #868686. Windows color (decimal): -3771833 or 4682438. OLE color: 4682438.
HSL color Cylindrical-coordinate representation of color #C67247: hue angle of 20.31º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C67247 is Cyan = 0, Magento = 0.42, Yellow = 0.64 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 114 | 71 | - |
| CMYK | 0 | 0.42 | 0.64 | 0.22 |
| HSL | 20.31º | 0.53% | 0.53% | - |
| HSV(B) | 20.31º | 0.64% | 0.78% | - |
| XYZ | 30.44 | 24.5 | 9.08 | - |
| YUV | 134.21 | 92.33 | 173.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 114 | 71 | 0 | 0.42 | 0.64 | 0.22 | 20.31 | 0.53 | 0.53 |
| Hex | C6 | 72 | 47 | 0 | 2A | 40 | 16 | 14 | 35 | 35 |
| Octal | 306 | 162 | 107 | 0 | 52 | 100 | 26 | 24 | 65 | 65 |
| Binary | 11000110 | 1110010 | 1000111 | 0 | 101010 | 1000000 | 10110 | 10100 | 110101 | 110101 |
Color Harmonies of #C67247
Complementary color
Monochromatic Colors of #C67247
Black with #C67247
Text Example
Text Example
White with #C67247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67247; }
p { color: rgb(198,114,71); }
H1.HeaderClassName
{
color: #C67247;
}
.AnyTagClassName
{
color: #C67247;
}
</style>
background-color css
<style>
a { background-color: #C67247; }
a { background-color: rgb(198,114,71); }
div.DivClassName
{
background-color: #C67247;
}
.BgClassName
{
background-color: #C67247;
}
</style>
border-color css
<style>
span { border-color: #C67247; }
span { border-color: rgb(198,114,71); }
td.TdClassName
{
border-color: #C67247;
}
.TagClassName
{
border-color: #C67247;
}
</style>