Shades of Red Damask #C67747
Tints of Red Damask #C67747
RGB
CMYK
RGB Variations
Color information
#C67747 (or 0xC67747) is known color: Red Damask. HEX triplet: C6, 77 and 47. RGB value is (198,119,71). Sum of RGB (Red+Green+Blue) = 198+119+71=388 (51% of max value = 765). Red value is 198 (77.73% from 255 or 51.03% from 388); Green value is 119 (46.88% from 255 or 30.67% from 388); Blue value is 71 (28.12% from 255 or 18.30% from 388); Max value from RGB is 198 - color contains mainly: red. Hex color #C67747 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C67747 is #3988B8. Grayscale: #898989. Windows color (decimal): -3770553 or 4683718. OLE color: 4683718.
HSL color Cylindrical-coordinate representation of color #C67747: hue angle of 22.68º 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 #C67747 is Cyan = 0, Magento = 0.40, Yellow = 0.64 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 119 | 71 | - |
| CMYK | 0 | 0.40 | 0.64 | 0.22 |
| HSL | 22.68º | 0.53% | 0.53% | - |
| HSV(B) | 22.68º | 0.64% | 0.78% | - |
| XYZ | 31.02 | 25.65 | 9.28 | - |
| YUV | 137.15 | 90.67 | 171.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 119 | 71 | 0 | 0.40 | 0.64 | 0.22 | 22.68 | 0.53 | 0.53 |
| Hex | C6 | 77 | 47 | 0 | 28 | 40 | 16 | 17 | 35 | 35 |
| Octal | 306 | 167 | 107 | 0 | 50 | 100 | 26 | 27 | 65 | 65 |
| Binary | 11000110 | 1110111 | 1000111 | 0 | 101000 | 1000000 | 10110 | 10111 | 110101 | 110101 |
Color Harmonies of #C67747
Complementary color
Monochromatic Colors of #C67747
Black with #C67747
Text Example
Text Example
White with #C67747
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67747; }
p { color: rgb(198,119,71); }
H1.HeaderClassName
{
color: #C67747;
}
.AnyTagClassName
{
color: #C67747;
}
</style>
background-color css
<style>
a { background-color: #C67747; }
a { background-color: rgb(198,119,71); }
div.DivClassName
{
background-color: #C67747;
}
.BgClassName
{
background-color: #C67747;
}
</style>
border-color css
<style>
span { border-color: #C67747; }
span { border-color: rgb(198,119,71); }
td.TdClassName
{
border-color: #C67747;
}
.TagClassName
{
border-color: #C67747;
}
</style>