Shades of Red Damask #C17A55
Tints of Red Damask #C17A55
RGB
CMYK
RGB Variations
Color information
#C17A55 (or 0xC17A55) is known color: Red Damask. HEX triplet: C1, 7A and 55. RGB value is (193,122,85). Sum of RGB (Red+Green+Blue) = 193+122+85=400 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.25% from 400); Green value is 122 (48.05% from 255 or 30.5% from 400); Blue value is 85 (33.59% from 255 or 21.25% from 400); Max value from RGB is 193 - color contains mainly: red. Hex color #C17A55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C17A55 is #3E85AA. Grayscale: #8B8B8B. Windows color (decimal): -4097451 or 5601985. OLE color: 5601985.
HSL color Cylindrical-coordinate representation of color #C17A55: hue angle of 20.56º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C17A55 is Cyan = 0, Magento = 0.37, Yellow = 0.56 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 122 | 85 | - |
| CMYK | 0 | 0.37 | 0.56 | 0.24 |
| HSL | 20.56º | 0.47% | 0.55% | - |
| HSV(B) | 20.56º | 0.56% | 0.76% | - |
| XYZ | 30.59 | 25.91 | 11.98 | - |
| YUV | 139.01 | 97.52 | 166.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 122 | 85 | 0 | 0.37 | 0.56 | 0.24 | 20.56 | 0.47 | 0.55 |
| Hex | C1 | 7A | 55 | 0 | 25 | 38 | 18 | 15 | 2F | 37 |
| Octal | 301 | 172 | 125 | 0 | 45 | 70 | 30 | 25 | 57 | 67 |
| Binary | 11000001 | 1111010 | 1010101 | 0 | 100101 | 111000 | 11000 | 10101 | 101111 | 110111 |
Color Harmonies of #C17A55
Complementary color
Monochromatic Colors of #C17A55
Black with #C17A55
Text Example
Text Example
White with #C17A55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17A55; }
p { color: rgb(193,122,85); }
H1.HeaderClassName
{
color: #C17A55;
}
.AnyTagClassName
{
color: #C17A55;
}
</style>
background-color css
<style>
a { background-color: #C17A55; }
a { background-color: rgb(193,122,85); }
div.DivClassName
{
background-color: #C17A55;
}
.BgClassName
{
background-color: #C17A55;
}
</style>
border-color css
<style>
span { border-color: #C17A55; }
span { border-color: rgb(193,122,85); }
td.TdClassName
{
border-color: #C17A55;
}
.TagClassName
{
border-color: #C17A55;
}
</style>