Shades of Red Damask #C67044
Tints of Red Damask #C67044
RGB
CMYK
RGB Variations
Color information
#C67044 (or 0xC67044) is known color: Red Damask. HEX triplet: C6, 70 and 44. RGB value is (198,112,68). Sum of RGB (Red+Green+Blue) = 198+112+68=378 (50% of max value = 765). Red value is 198 (77.73% from 255 or 52.38% from 378); Green value is 112 (44.14% from 255 or 29.63% from 378); Blue value is 68 (26.95% from 255 or 17.99% from 378); Max value from RGB is 198 - color contains mainly: red. Hex color #C67044 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C67044 is #398FBB. Grayscale: #848484. Windows color (decimal): -3772348 or 4485318. OLE color: 4485318.
HSL color Cylindrical-coordinate representation of color #C67044: hue angle of 20.31º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C67044 is Cyan = 0, Magento = 0.43, Yellow = 0.66 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 112 | 68 | - |
| CMYK | 0 | 0.43 | 0.66 | 0.22 |
| HSL | 20.31º | 0.53% | 0.52% | - |
| HSV(B) | 20.31º | 0.66% | 0.78% | - |
| XYZ | 30.13 | 24.01 | 8.52 | - |
| YUV | 132.7 | 91.49 | 174.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 112 | 68 | 0 | 0.43 | 0.66 | 0.22 | 20.31 | 0.53 | 0.52 |
| Hex | C6 | 70 | 44 | 0 | 2B | 42 | 16 | 14 | 35 | 34 |
| Octal | 306 | 160 | 104 | 0 | 53 | 102 | 26 | 24 | 65 | 64 |
| Binary | 11000110 | 1110000 | 1000100 | 0 | 101011 | 1000010 | 10110 | 10100 | 110101 | 110100 |
Color Harmonies of #C67044
Complementary color
Monochromatic Colors of #C67044
Black with #C67044
Text Example
Text Example
White with #C67044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67044; }
p { color: rgb(198,112,68); }
H1.HeaderClassName
{
color: #C67044;
}
.AnyTagClassName
{
color: #C67044;
}
</style>
background-color css
<style>
a { background-color: #C67044; }
a { background-color: rgb(198,112,68); }
div.DivClassName
{
background-color: #C67044;
}
.BgClassName
{
background-color: #C67044;
}
</style>
border-color css
<style>
span { border-color: #C67044; }
span { border-color: rgb(198,112,68); }
td.TdClassName
{
border-color: #C67044;
}
.TagClassName
{
border-color: #C67044;
}
</style>