Shades of Red Damask #C17152
Tints of Red Damask #C17152
RGB
CMYK
RGB Variations
Color information
#C17152 (or 0xC17152) is known color: Red Damask. HEX triplet: C1, 71 and 52. RGB value is (193,113,82). Sum of RGB (Red+Green+Blue) = 193+113+82=388 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.74% from 388); Green value is 113 (44.53% from 255 or 29.12% from 388); Blue value is 82 (32.42% from 255 or 21.13% from 388); Max value from RGB is 193 - color contains mainly: red. Hex color #C17152 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C17152 is #3E8EAD. Grayscale: #858585. Windows color (decimal): -4099758 or 5403073. OLE color: 5403073.
HSL color Cylindrical-coordinate representation of color #C17152: hue angle of 16.76º 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 #C17152 is Cyan = 0, Magento = 0.41, Yellow = 0.58 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 113 | 82 | - |
| CMYK | 0 | 0.41 | 0.58 | 0.24 |
| HSL | 16.76º | 0.47% | 0.54% | - |
| HSV(B) | 16.76º | 0.58% | 0.76% | - |
| XYZ | 29.42 | 23.76 | 11.02 | - |
| YUV | 133.39 | 99 | 170.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 113 | 82 | 0 | 0.41 | 0.58 | 0.24 | 16.76 | 0.47 | 0.54 |
| Hex | C1 | 71 | 52 | 0 | 29 | 3A | 18 | 11 | 2F | 36 |
| Octal | 301 | 161 | 122 | 0 | 51 | 72 | 30 | 21 | 57 | 66 |
| Binary | 11000001 | 1110001 | 1010010 | 0 | 101001 | 111010 | 11000 | 10001 | 101111 | 110110 |
Color Harmonies of #C17152
Complementary color
Monochromatic Colors of #C17152
Black with #C17152
Text Example
Text Example
White with #C17152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17152; }
p { color: rgb(193,113,82); }
H1.HeaderClassName
{
color: #C17152;
}
.AnyTagClassName
{
color: #C17152;
}
</style>
background-color css
<style>
a { background-color: #C17152; }
a { background-color: rgb(193,113,82); }
div.DivClassName
{
background-color: #C17152;
}
.BgClassName
{
background-color: #C17152;
}
</style>
border-color css
<style>
span { border-color: #C17152; }
span { border-color: rgb(193,113,82); }
td.TdClassName
{
border-color: #C17152;
}
.TagClassName
{
border-color: #C17152;
}
</style>