Shades of Red Damask #C17B51
Tints of Red Damask #C17B51
RGB
CMYK
RGB Variations
Color information
#C17B51 (or 0xC17B51) is known color: Red Damask. HEX triplet: C1, 7B and 51. RGB value is (193,123,81). Sum of RGB (Red+Green+Blue) = 193+123+81=397 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.61% from 397); Green value is 123 (48.44% from 255 or 30.98% from 397); Blue value is 81 (32.03% from 255 or 20.40% from 397); Max value from RGB is 193 - color contains mainly: red. Hex color #C17B51 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C17B51 is #3E84AE. Grayscale: #8B8B8B. Windows color (decimal): -4097199 or 5340097. OLE color: 5340097.
HSL color Cylindrical-coordinate representation of color #C17B51: hue angle of 22.5º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C17B51 is Cyan = 0, Magento = 0.36, Yellow = 0.58 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 123 | 81 | - |
| CMYK | 0 | 0.36 | 0.58 | 0.24 |
| HSL | 22.5º | 0.47% | 0.54% | - |
| HSV(B) | 22.5º | 0.58% | 0.76% | - |
| XYZ | 30.56 | 26.1 | 11.21 | - |
| YUV | 139.14 | 95.19 | 166.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 123 | 81 | 0 | 0.36 | 0.58 | 0.24 | 22.5 | 0.47 | 0.54 |
| Hex | C1 | 7B | 51 | 0 | 24 | 3A | 18 | 16 | 2F | 36 |
| Octal | 301 | 173 | 121 | 0 | 44 | 72 | 30 | 26 | 57 | 66 |
| Binary | 11000001 | 1111011 | 1010001 | 0 | 100100 | 111010 | 11000 | 10110 | 101111 | 110110 |
Color Harmonies of #C17B51
Complementary color
Monochromatic Colors of #C17B51
Black with #C17B51
Text Example
Text Example
White with #C17B51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17B51; }
p { color: rgb(193,123,81); }
H1.HeaderClassName
{
color: #C17B51;
}
.AnyTagClassName
{
color: #C17B51;
}
</style>
background-color css
<style>
a { background-color: #C17B51; }
a { background-color: rgb(193,123,81); }
div.DivClassName
{
background-color: #C17B51;
}
.BgClassName
{
background-color: #C17B51;
}
</style>
border-color css
<style>
span { border-color: #C17B51; }
span { border-color: rgb(193,123,81); }
td.TdClassName
{
border-color: #C17B51;
}
.TagClassName
{
border-color: #C17B51;
}
</style>