Shades of Red Damask #C17352
Tints of Red Damask #C17352
RGB
CMYK
RGB Variations
Color information
#C17352 (or 0xC17352) is known color: Red Damask. HEX triplet: C1, 73 and 52. RGB value is (193,115,82). Sum of RGB (Red+Green+Blue) = 193+115+82=390 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.49% from 390); Green value is 115 (45.31% from 255 or 29.49% from 390); Blue value is 82 (32.42% from 255 or 21.03% from 390); Max value from RGB is 193 - color contains mainly: red. Hex color #C17352 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C17352 is #3E8CAD. Grayscale: #868686. Windows color (decimal): -4099246 or 5403585. OLE color: 5403585.
HSL color Cylindrical-coordinate representation of color #C17352: hue angle of 17.84º 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 #C17352 is Cyan = 0, Magento = 0.40, Yellow = 0.58 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 115 | 82 | - |
| CMYK | 0 | 0.40 | 0.58 | 0.24 |
| HSL | 17.84º | 0.47% | 0.54% | - |
| HSV(B) | 17.84º | 0.58% | 0.76% | - |
| XYZ | 29.65 | 24.21 | 11.09 | - |
| YUV | 134.56 | 98.34 | 169.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 115 | 82 | 0 | 0.40 | 0.58 | 0.24 | 17.84 | 0.47 | 0.54 |
| Hex | C1 | 73 | 52 | 0 | 28 | 3A | 18 | 12 | 2F | 36 |
| Octal | 301 | 163 | 122 | 0 | 50 | 72 | 30 | 22 | 57 | 66 |
| Binary | 11000001 | 1110011 | 1010010 | 0 | 101000 | 111010 | 11000 | 10010 | 101111 | 110110 |
Color Harmonies of #C17352
Complementary color
Monochromatic Colors of #C17352
Black with #C17352
Text Example
Text Example
White with #C17352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17352; }
p { color: rgb(193,115,82); }
H1.HeaderClassName
{
color: #C17352;
}
.AnyTagClassName
{
color: #C17352;
}
</style>
background-color css
<style>
a { background-color: #C17352; }
a { background-color: rgb(193,115,82); }
div.DivClassName
{
background-color: #C17352;
}
.BgClassName
{
background-color: #C17352;
}
</style>
border-color css
<style>
span { border-color: #C17352; }
span { border-color: rgb(193,115,82); }
td.TdClassName
{
border-color: #C17352;
}
.TagClassName
{
border-color: #C17352;
}
</style>