Shades of Red Damask #C17350
Tints of Red Damask #C17350
RGB
CMYK
RGB Variations
Color information
#C17350 (or 0xC17350) is known color: Red Damask. HEX triplet: C1, 73 and 50. RGB value is (193,115,80). Sum of RGB (Red+Green+Blue) = 193+115+80=388 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.74% from 388); Green value is 115 (45.31% from 255 or 29.64% from 388); Blue value is 80 (31.64% from 255 or 20.62% from 388); Max value from RGB is 193 - color contains mainly: red. Hex color #C17350 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C17350 is #3E8CAF. Grayscale: #868686. Windows color (decimal): -4099248 or 5272513. OLE color: 5272513.
HSL color Cylindrical-coordinate representation of color #C17350: hue angle of 18.58º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C17350 is Cyan = 0, Magento = 0.40, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 115 | 80 | - |
| CMYK | 0 | 0.40 | 0.59 | 0.24 |
| HSL | 18.58º | 0.48% | 0.54% | - |
| HSV(B) | 18.58º | 0.59% | 0.76% | - |
| XYZ | 29.57 | 24.18 | 10.7 | - |
| YUV | 134.33 | 97.34 | 169.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 115 | 80 | 0 | 0.40 | 0.59 | 0.24 | 18.58 | 0.48 | 0.54 |
| Hex | C1 | 73 | 50 | 0 | 28 | 3B | 18 | 13 | 30 | 36 |
| Octal | 301 | 163 | 120 | 0 | 50 | 73 | 30 | 23 | 60 | 66 |
| Binary | 11000001 | 1110011 | 1010000 | 0 | 101000 | 111011 | 11000 | 10011 | 110000 | 110110 |
Color Harmonies of #C17350
Complementary color
Monochromatic Colors of #C17350
Black with #C17350
Text Example
Text Example
White with #C17350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17350; }
p { color: rgb(193,115,80); }
H1.HeaderClassName
{
color: #C17350;
}
.AnyTagClassName
{
color: #C17350;
}
</style>
background-color css
<style>
a { background-color: #C17350; }
a { background-color: rgb(193,115,80); }
div.DivClassName
{
background-color: #C17350;
}
.BgClassName
{
background-color: #C17350;
}
</style>
border-color css
<style>
span { border-color: #C17350; }
span { border-color: rgb(193,115,80); }
td.TdClassName
{
border-color: #C17350;
}
.TagClassName
{
border-color: #C17350;
}
</style>