Shades of Red Damask #C17B55
Tints of Red Damask #C17B55
RGB
CMYK
RGB Variations
Color information
#C17B55 (or 0xC17B55) is known color: Red Damask. HEX triplet: C1, 7B and 55. RGB value is (193,123,85). Sum of RGB (Red+Green+Blue) = 193+123+85=401 (53% of max value = 765). Red value is 193 (75.78% from 255 or 48.13% from 401); Green value is 123 (48.44% from 255 or 30.67% from 401); Blue value is 85 (33.59% from 255 or 21.20% from 401); Max value from RGB is 193 - color contains mainly: red. Hex color #C17B55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C17B55 is #3E84AA. Grayscale: #8B8B8B. Windows color (decimal): -4097195 or 5602241. OLE color: 5602241.
HSL color Cylindrical-coordinate representation of color #C17B55: hue angle of 21.11º 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 #C17B55 is Cyan = 0, Magento = 0.36, Yellow = 0.56 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 123 | 85 | - |
| CMYK | 0 | 0.36 | 0.56 | 0.24 |
| HSL | 21.11º | 0.47% | 0.55% | - |
| HSV(B) | 21.11º | 0.56% | 0.76% | - |
| XYZ | 30.71 | 26.16 | 12.02 | - |
| YUV | 139.6 | 97.19 | 166.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 123 | 85 | 0 | 0.36 | 0.56 | 0.24 | 21.11 | 0.47 | 0.55 |
| Hex | C1 | 7B | 55 | 0 | 24 | 38 | 18 | 15 | 2F | 37 |
| Octal | 301 | 173 | 125 | 0 | 44 | 70 | 30 | 25 | 57 | 67 |
| Binary | 11000001 | 1111011 | 1010101 | 0 | 100100 | 111000 | 11000 | 10101 | 101111 | 110111 |
Color Harmonies of #C17B55
Complementary color
Monochromatic Colors of #C17B55
Black with #C17B55
Text Example
Text Example
White with #C17B55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17B55; }
p { color: rgb(193,123,85); }
H1.HeaderClassName
{
color: #C17B55;
}
.AnyTagClassName
{
color: #C17B55;
}
</style>
background-color css
<style>
a { background-color: #C17B55; }
a { background-color: rgb(193,123,85); }
div.DivClassName
{
background-color: #C17B55;
}
.BgClassName
{
background-color: #C17B55;
}
</style>
border-color css
<style>
span { border-color: #C17B55; }
span { border-color: rgb(193,123,85); }
td.TdClassName
{
border-color: #C17B55;
}
.TagClassName
{
border-color: #C17B55;
}
</style>