Shades of Red Damask #C6704A
Tints of Red Damask #C6704A
RGB
CMYK
RGB Variations
Color information
#C6704A (or 0xC6704A) is known color: Red Damask. HEX triplet: C6, 70 and 4A. RGB value is (198,112,74). Sum of RGB (Red+Green+Blue) = 198+112+74=384 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.56% from 384); Green value is 112 (44.14% from 255 or 29.17% from 384); Blue value is 74 (29.30% from 255 or 19.27% from 384); Max value from RGB is 198 - color contains mainly: red. Hex color #C6704A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C6704A is #398FB5. Grayscale: #858585. Windows color (decimal): -3772342 or 4878534. OLE color: 4878534.
HSL color Cylindrical-coordinate representation of color #C6704A: hue angle of 18.39º 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 #C6704A is Cyan = 0, Magento = 0.43, Yellow = 0.63 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 112 | 74 | - |
| CMYK | 0 | 0.43 | 0.63 | 0.22 |
| HSL | 18.39º | 0.52% | 0.53% | - |
| HSV(B) | 18.39º | 0.63% | 0.78% | - |
| XYZ | 30.32 | 24.09 | 9.53 | - |
| YUV | 133.38 | 94.49 | 174.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 112 | 74 | 0 | 0.43 | 0.63 | 0.22 | 18.39 | 0.52 | 0.53 |
| Hex | C6 | 70 | 4A | 0 | 2B | 3F | 16 | 12 | 34 | 35 |
| Octal | 306 | 160 | 112 | 0 | 53 | 77 | 26 | 22 | 64 | 65 |
| Binary | 11000110 | 1110000 | 1001010 | 0 | 101011 | 111111 | 10110 | 10010 | 110100 | 110101 |
Color Harmonies of #C6704A
Complementary color
Monochromatic Colors of #C6704A
Black with #C6704A
Text Example
Text Example
White with #C6704A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6704A; }
p { color: rgb(198,112,74); }
H1.HeaderClassName
{
color: #C6704A;
}
.AnyTagClassName
{
color: #C6704A;
}
</style>
background-color css
<style>
a { background-color: #C6704A; }
a { background-color: rgb(198,112,74); }
div.DivClassName
{
background-color: #C6704A;
}
.BgClassName
{
background-color: #C6704A;
}
</style>
border-color css
<style>
span { border-color: #C6704A; }
span { border-color: rgb(198,112,74); }
td.TdClassName
{
border-color: #C6704A;
}
.TagClassName
{
border-color: #C6704A;
}
</style>