Shades of Red Damask #C6714C
Tints of Red Damask #C6714C
RGB
CMYK
RGB Variations
Color information
#C6714C (or 0xC6714C) is known color: Red Damask. HEX triplet: C6, 71 and 4C. RGB value is (198,113,76). Sum of RGB (Red+Green+Blue) = 198+113+76=387 (51% of max value = 765). Red value is 198 (77.73% from 255 or 51.16% from 387); Green value is 113 (44.53% from 255 or 29.20% from 387); Blue value is 76 (30.08% from 255 or 19.64% from 387); Max value from RGB is 198 - color contains mainly: red. Hex color #C6714C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C6714C is #398EB3. Grayscale: #868686. Windows color (decimal): -3772084 or 5009862. OLE color: 5009862.
HSL color Cylindrical-coordinate representation of color #C6714C: hue angle of 18.2º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C6714C is Cyan = 0, Magento = 0.43, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 113 | 76 | - |
| CMYK | 0 | 0.43 | 0.62 | 0.22 |
| HSL | 18.2º | 0.52% | 0.54% | - |
| HSV(B) | 18.2º | 0.62% | 0.78% | - |
| XYZ | 30.5 | 24.34 | 9.93 | - |
| YUV | 134.2 | 95.16 | 173.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 113 | 76 | 0 | 0.43 | 0.62 | 0.22 | 18.2 | 0.52 | 0.54 |
| Hex | C6 | 71 | 4C | 0 | 2B | 3E | 16 | 12 | 34 | 36 |
| Octal | 306 | 161 | 114 | 0 | 53 | 76 | 26 | 22 | 64 | 66 |
| Binary | 11000110 | 1110001 | 1001100 | 0 | 101011 | 111110 | 10110 | 10010 | 110100 | 110110 |
Color Harmonies of #C6714C
Complementary color
Monochromatic Colors of #C6714C
Black with #C6714C
Text Example
Text Example
White with #C6714C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6714C; }
p { color: rgb(198,113,76); }
H1.HeaderClassName
{
color: #C6714C;
}
.AnyTagClassName
{
color: #C6714C;
}
</style>
background-color css
<style>
a { background-color: #C6714C; }
a { background-color: rgb(198,113,76); }
div.DivClassName
{
background-color: #C6714C;
}
.BgClassName
{
background-color: #C6714C;
}
</style>
border-color css
<style>
span { border-color: #C6714C; }
span { border-color: rgb(198,113,76); }
td.TdClassName
{
border-color: #C6714C;
}
.TagClassName
{
border-color: #C6714C;
}
</style>