Shades of Red Damask #C17955
Tints of Red Damask #C17955
RGB
CMYK
RGB Variations
Color information
#C17955 (or 0xC17955) is known color: Red Damask. HEX triplet: C1, 79 and 55. RGB value is (193,121,85). Sum of RGB (Red+Green+Blue) = 193+121+85=399 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.37% from 399); Green value is 121 (47.66% from 255 or 30.33% from 399); Blue value is 85 (33.59% from 255 or 21.30% from 399); Max value from RGB is 193 - color contains mainly: red. Hex color #C17955 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C17955 is #3E86AA. Grayscale: #8A8A8A. Windows color (decimal): -4097707 or 5601729. OLE color: 5601729.
HSL color Cylindrical-coordinate representation of color #C17955: hue angle of 20º 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 #C17955 is Cyan = 0, Magento = 0.37, Yellow = 0.56 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 121 | 85 | - |
| CMYK | 0 | 0.37 | 0.56 | 0.24 |
| HSL | 20º | 0.47% | 0.55% | - |
| HSV(B) | 20º | 0.56% | 0.76% | - |
| XYZ | 30.47 | 25.67 | 11.94 | - |
| YUV | 138.42 | 97.85 | 166.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 121 | 85 | 0 | 0.37 | 0.56 | 0.24 | 20 | 0.47 | 0.55 |
| Hex | C1 | 79 | 55 | 0 | 25 | 38 | 18 | 14 | 2F | 37 |
| Octal | 301 | 171 | 125 | 0 | 45 | 70 | 30 | 24 | 57 | 67 |
| Binary | 11000001 | 1111001 | 1010101 | 0 | 100101 | 111000 | 11000 | 10100 | 101111 | 110111 |
Color Harmonies of #C17955
Complementary color
Monochromatic Colors of #C17955
Black with #C17955
Text Example
Text Example
White with #C17955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17955; }
p { color: rgb(193,121,85); }
H1.HeaderClassName
{
color: #C17955;
}
.AnyTagClassName
{
color: #C17955;
}
</style>
background-color css
<style>
a { background-color: #C17955; }
a { background-color: rgb(193,121,85); }
div.DivClassName
{
background-color: #C17955;
}
.BgClassName
{
background-color: #C17955;
}
</style>
border-color css
<style>
span { border-color: #C17955; }
span { border-color: rgb(193,121,85); }
td.TdClassName
{
border-color: #C17955;
}
.TagClassName
{
border-color: #C17955;
}
</style>