Shades of Red Damask #C17752
Tints of Red Damask #C17752
RGB
CMYK
RGB Variations
Color information
#C17752 (or 0xC17752) is known color: Red Damask. HEX triplet: C1, 77 and 52. RGB value is (193,119,82). Sum of RGB (Red+Green+Blue) = 193+119+82=394 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.98% from 394); Green value is 119 (46.88% from 255 or 30.20% from 394); Blue value is 82 (32.42% from 255 or 20.81% from 394); Max value from RGB is 193 - color contains mainly: red. Hex color #C17752 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C17752 is #3E88AD. Grayscale: #898989. Windows color (decimal): -4098222 or 5404609. OLE color: 5404609.
HSL color Cylindrical-coordinate representation of color #C17752: hue angle of 20º 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 #C17752 is Cyan = 0, Magento = 0.38, Yellow = 0.58 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 119 | 82 | - |
| CMYK | 0 | 0.38 | 0.58 | 0.24 |
| HSL | 20º | 0.47% | 0.54% | - |
| HSV(B) | 20º | 0.58% | 0.76% | - |
| XYZ | 30.11 | 25.14 | 11.25 | - |
| YUV | 136.91 | 97.02 | 168.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 119 | 82 | 0 | 0.38 | 0.58 | 0.24 | 20 | 0.47 | 0.54 |
| Hex | C1 | 77 | 52 | 0 | 26 | 3A | 18 | 14 | 2F | 36 |
| Octal | 301 | 167 | 122 | 0 | 46 | 72 | 30 | 24 | 57 | 66 |
| Binary | 11000001 | 1110111 | 1010010 | 0 | 100110 | 111010 | 11000 | 10100 | 101111 | 110110 |
Color Harmonies of #C17752
Complementary color
Monochromatic Colors of #C17752
Black with #C17752
Text Example
Text Example
White with #C17752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17752; }
p { color: rgb(193,119,82); }
H1.HeaderClassName
{
color: #C17752;
}
.AnyTagClassName
{
color: #C17752;
}
</style>
background-color css
<style>
a { background-color: #C17752; }
a { background-color: rgb(193,119,82); }
div.DivClassName
{
background-color: #C17752;
}
.BgClassName
{
background-color: #C17752;
}
</style>
border-color css
<style>
span { border-color: #C17752; }
span { border-color: rgb(193,119,82); }
td.TdClassName
{
border-color: #C17752;
}
.TagClassName
{
border-color: #C17752;
}
</style>