Shades of Red Damask #C17650
Tints of Red Damask #C17650
RGB
CMYK
RGB Variations
Color information
#C17650 (or 0xC17650) is known color: Red Damask. HEX triplet: C1, 76 and 50. RGB value is (193,118,80). Sum of RGB (Red+Green+Blue) = 193+118+80=391 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.36% from 391); Green value is 118 (46.48% from 255 or 30.18% from 391); Blue value is 80 (31.64% from 255 or 20.46% from 391); Max value from RGB is 193 - color contains mainly: red. Hex color #C17650 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C17650 is #3E89AF. Grayscale: #888888. Windows color (decimal): -4098480 or 5273281. OLE color: 5273281.
HSL color Cylindrical-coordinate representation of color #C17650: hue angle of 20.18º 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 #C17650 is Cyan = 0, Magento = 0.39, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 118 | 80 | - |
| CMYK | 0 | 0.39 | 0.59 | 0.24 |
| HSL | 20.18º | 0.48% | 0.54% | - |
| HSV(B) | 20.18º | 0.59% | 0.76% | - |
| XYZ | 29.92 | 24.87 | 10.81 | - |
| YUV | 136.09 | 96.35 | 168.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 118 | 80 | 0 | 0.39 | 0.59 | 0.24 | 20.18 | 0.48 | 0.54 |
| Hex | C1 | 76 | 50 | 0 | 27 | 3B | 18 | 14 | 30 | 36 |
| Octal | 301 | 166 | 120 | 0 | 47 | 73 | 30 | 24 | 60 | 66 |
| Binary | 11000001 | 1110110 | 1010000 | 0 | 100111 | 111011 | 11000 | 10100 | 110000 | 110110 |
Color Harmonies of #C17650
Complementary color
Monochromatic Colors of #C17650
Black with #C17650
Text Example
Text Example
White with #C17650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17650; }
p { color: rgb(193,118,80); }
H1.HeaderClassName
{
color: #C17650;
}
.AnyTagClassName
{
color: #C17650;
}
</style>
background-color css
<style>
a { background-color: #C17650; }
a { background-color: rgb(193,118,80); }
div.DivClassName
{
background-color: #C17650;
}
.BgClassName
{
background-color: #C17650;
}
</style>
border-color css
<style>
span { border-color: #C17650; }
span { border-color: rgb(193,118,80); }
td.TdClassName
{
border-color: #C17650;
}
.TagClassName
{
border-color: #C17650;
}
</style>