Shades of Red Damask #C67647
Tints of Red Damask #C67647
RGB
CMYK
RGB Variations
Color information
#C67647 (or 0xC67647) is known color: Red Damask. HEX triplet: C6, 76 and 47. RGB value is (198,118,71). Sum of RGB (Red+Green+Blue) = 198+118+71=387 (51% of max value = 765). Red value is 198 (77.73% from 255 or 51.16% from 387); Green value is 118 (46.48% from 255 or 30.49% from 387); Blue value is 71 (28.12% from 255 or 18.35% from 387); Max value from RGB is 198 - color contains mainly: red. Hex color #C67647 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C67647 is #3989B8. Grayscale: #888888. Windows color (decimal): -3770809 or 4683462. OLE color: 4683462.
HSL color Cylindrical-coordinate representation of color #C67647: hue angle of 22.2º 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 #C67647 is Cyan = 0, Magento = 0.40, Yellow = 0.64 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 118 | 71 | - |
| CMYK | 0 | 0.40 | 0.64 | 0.22 |
| HSL | 22.2º | 0.53% | 0.53% | - |
| HSV(B) | 22.2º | 0.64% | 0.78% | - |
| XYZ | 30.9 | 25.42 | 9.24 | - |
| YUV | 136.56 | 91 | 171.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 118 | 71 | 0 | 0.40 | 0.64 | 0.22 | 22.2 | 0.53 | 0.53 |
| Hex | C6 | 76 | 47 | 0 | 28 | 40 | 16 | 16 | 35 | 35 |
| Octal | 306 | 166 | 107 | 0 | 50 | 100 | 26 | 26 | 65 | 65 |
| Binary | 11000110 | 1110110 | 1000111 | 0 | 101000 | 1000000 | 10110 | 10110 | 110101 | 110101 |
Color Harmonies of #C67647
Complementary color
Monochromatic Colors of #C67647
Black with #C67647
Text Example
Text Example
White with #C67647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67647; }
p { color: rgb(198,118,71); }
H1.HeaderClassName
{
color: #C67647;
}
.AnyTagClassName
{
color: #C67647;
}
</style>
background-color css
<style>
a { background-color: #C67647; }
a { background-color: rgb(198,118,71); }
div.DivClassName
{
background-color: #C67647;
}
.BgClassName
{
background-color: #C67647;
}
</style>
border-color css
<style>
span { border-color: #C67647; }
span { border-color: rgb(198,118,71); }
td.TdClassName
{
border-color: #C67647;
}
.TagClassName
{
border-color: #C67647;
}
</style>