Shades of Red Damask #C17751
Tints of Red Damask #C17751
RGB
CMYK
RGB Variations
Color information
#C17751 (or 0xC17751) is known color: Red Damask. HEX triplet: C1, 77 and 51. RGB value is (193,119,81). Sum of RGB (Red+Green+Blue) = 193+119+81=393 (52% of max value = 765). Red value is 193 (75.78% from 255 or 49.11% from 393); Green value is 119 (46.88% from 255 or 30.28% from 393); Blue value is 81 (32.03% from 255 or 20.61% from 393); Max value from RGB is 193 - color contains mainly: red. Hex color #C17751 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C17751 is #3E88AE. Grayscale: #898989. Windows color (decimal): -4098223 or 5339073. OLE color: 5339073.
HSL color Cylindrical-coordinate representation of color #C17751: hue angle of 20.36º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C17751 is Cyan = 0, Magento = 0.38, Yellow = 0.58 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 119 | 81 | - |
| CMYK | 0 | 0.38 | 0.58 | 0.24 |
| HSL | 20.36º | 0.47% | 0.54% | - |
| HSV(B) | 20.36º | 0.58% | 0.76% | - |
| XYZ | 30.07 | 25.13 | 11.05 | - |
| YUV | 136.79 | 96.52 | 168.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 119 | 81 | 0 | 0.38 | 0.58 | 0.24 | 20.36 | 0.47 | 0.54 |
| Hex | C1 | 77 | 51 | 0 | 26 | 3A | 18 | 14 | 2F | 36 |
| Octal | 301 | 167 | 121 | 0 | 46 | 72 | 30 | 24 | 57 | 66 |
| Binary | 11000001 | 1110111 | 1010001 | 0 | 100110 | 111010 | 11000 | 10100 | 101111 | 110110 |
Color Harmonies of #C17751
Complementary color
Monochromatic Colors of #C17751
Black with #C17751
Text Example
Text Example
White with #C17751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17751; }
p { color: rgb(193,119,81); }
H1.HeaderClassName
{
color: #C17751;
}
.AnyTagClassName
{
color: #C17751;
}
</style>
background-color css
<style>
a { background-color: #C17751; }
a { background-color: rgb(193,119,81); }
div.DivClassName
{
background-color: #C17751;
}
.BgClassName
{
background-color: #C17751;
}
</style>
border-color css
<style>
span { border-color: #C17751; }
span { border-color: rgb(193,119,81); }
td.TdClassName
{
border-color: #C17751;
}
.TagClassName
{
border-color: #C17751;
}
</style>