Shades of Red Damask #C67349
Tints of Red Damask #C67349
RGB
CMYK
RGB Variations
Color information
#C67349 (or 0xC67349) is known color: Red Damask. HEX triplet: C6, 73 and 49. RGB value is (198,115,73). Sum of RGB (Red+Green+Blue) = 198+115+73=386 (51% of max value = 765). Red value is 198 (77.73% from 255 or 51.30% from 386); Green value is 115 (45.31% from 255 or 29.79% from 386); Blue value is 73 (28.91% from 255 or 18.91% from 386); Max value from RGB is 198 - color contains mainly: red. Hex color #C67349 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C67349 is #398CB6. Grayscale: #878787. Windows color (decimal): -3771575 or 4813766. OLE color: 4813766.
HSL color Cylindrical-coordinate representation of color #C67349: hue angle of 20.16º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C67349 is Cyan = 0, Magento = 0.42, Yellow = 0.63 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 115 | 73 | - |
| CMYK | 0 | 0.42 | 0.63 | 0.22 |
| HSL | 20.16º | 0.52% | 0.53% | - |
| HSV(B) | 20.16º | 0.63% | 0.78% | - |
| XYZ | 30.62 | 24.75 | 9.47 | - |
| YUV | 135.03 | 93 | 172.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 115 | 73 | 0 | 0.42 | 0.63 | 0.22 | 20.16 | 0.52 | 0.53 |
| Hex | C6 | 73 | 49 | 0 | 2A | 3F | 16 | 14 | 34 | 35 |
| Octal | 306 | 163 | 111 | 0 | 52 | 77 | 26 | 24 | 64 | 65 |
| Binary | 11000110 | 1110011 | 1001001 | 0 | 101010 | 111111 | 10110 | 10100 | 110100 | 110101 |
Color Harmonies of #C67349
Complementary color
Monochromatic Colors of #C67349
Black with #C67349
Text Example
Text Example
White with #C67349
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67349; }
p { color: rgb(198,115,73); }
H1.HeaderClassName
{
color: #C67349;
}
.AnyTagClassName
{
color: #C67349;
}
</style>
background-color css
<style>
a { background-color: #C67349; }
a { background-color: rgb(198,115,73); }
div.DivClassName
{
background-color: #C67349;
}
.BgClassName
{
background-color: #C67349;
}
</style>
border-color css
<style>
span { border-color: #C67349; }
span { border-color: rgb(198,115,73); }
td.TdClassName
{
border-color: #C67349;
}
.TagClassName
{
border-color: #C67349;
}
</style>