Shades of Red Damask #C6754E
Tints of Red Damask #C6754E
RGB
CMYK
RGB Variations
Color information
#C6754E (or 0xC6754E) is known color: Red Damask. HEX triplet: C6, 75 and 4E. RGB value is (198,117,78). Sum of RGB (Red+Green+Blue) = 198+117+78=393 (52% of max value = 765). Red value is 198 (77.73% from 255 or 50.38% from 393); Green value is 117 (46.09% from 255 or 29.77% from 393); Blue value is 78 (30.86% from 255 or 19.85% from 393); Max value from RGB is 198 - color contains mainly: red. Hex color #C6754E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C6754E is #398AB1. Grayscale: #898989. Windows color (decimal): -3771058 or 5141958. OLE color: 5141958.
HSL color Cylindrical-coordinate representation of color #C6754E: hue angle of 19.5º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C6754E is Cyan = 0, Magento = 0.41, Yellow = 0.61 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 117 | 78 | - |
| CMYK | 0 | 0.41 | 0.61 | 0.22 |
| HSL | 19.5º | 0.51% | 0.54% | - |
| HSV(B) | 19.5º | 0.61% | 0.78% | - |
| XYZ | 31.03 | 25.28 | 10.45 | - |
| YUV | 136.77 | 94.84 | 171.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 117 | 78 | 0 | 0.41 | 0.61 | 0.22 | 19.5 | 0.51 | 0.54 |
| Hex | C6 | 75 | 4E | 0 | 29 | 3D | 16 | 14 | 33 | 36 |
| Octal | 306 | 165 | 116 | 0 | 51 | 75 | 26 | 24 | 63 | 66 |
| Binary | 11000110 | 1110101 | 1001110 | 0 | 101001 | 111101 | 10110 | 10100 | 110011 | 110110 |
Color Harmonies of #C6754E
Complementary color
Monochromatic Colors of #C6754E
Black with #C6754E
Text Example
Text Example
White with #C6754E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6754E; }
p { color: rgb(198,117,78); }
H1.HeaderClassName
{
color: #C6754E;
}
.AnyTagClassName
{
color: #C6754E;
}
</style>
background-color css
<style>
a { background-color: #C6754E; }
a { background-color: rgb(198,117,78); }
div.DivClassName
{
background-color: #C6754E;
}
.BgClassName
{
background-color: #C6754E;
}
</style>
border-color css
<style>
span { border-color: #C6754E; }
span { border-color: rgb(198,117,78); }
td.TdClassName
{
border-color: #C6754E;
}
.TagClassName
{
border-color: #C6754E;
}
</style>