Shades of Red Damask #C17448
Tints of Red Damask #C17448
RGB
CMYK
RGB Variations
Color information
#C17448 (or 0xC17448) is known color: Red Damask. HEX triplet: C1, 74 and 48. RGB value is (193,116,72). Sum of RGB (Red+Green+Blue) = 193+116+72=381 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.66% from 381); Green value is 116 (45.70% from 255 or 30.45% from 381); Blue value is 72 (28.52% from 255 or 18.90% from 381); Max value from RGB is 193 - color contains mainly: red. Hex color #C17448 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C17448 is #3E8BB7. Grayscale: #868686. Windows color (decimal): -4099000 or 4748481. OLE color: 4748481.
HSL color Cylindrical-coordinate representation of color #C17448: hue angle of 21.82º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C17448 is Cyan = 0, Magento = 0.40, Yellow = 0.63 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 116 | 72 | - |
| CMYK | 0 | 0.40 | 0.63 | 0.24 |
| HSL | 21.82º | 0.49% | 0.52% | - |
| HSV(B) | 21.82º | 0.63% | 0.76% | - |
| XYZ | 29.41 | 24.3 | 9.27 | - |
| YUV | 134.01 | 93.01 | 170.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 116 | 72 | 0 | 0.40 | 0.63 | 0.24 | 21.82 | 0.49 | 0.52 |
| Hex | C1 | 74 | 48 | 0 | 28 | 3F | 18 | 16 | 31 | 34 |
| Octal | 301 | 164 | 110 | 0 | 50 | 77 | 30 | 26 | 61 | 64 |
| Binary | 11000001 | 1110100 | 1001000 | 0 | 101000 | 111111 | 11000 | 10110 | 110001 | 110100 |
Color Harmonies of #C17448
Complementary color
Monochromatic Colors of #C17448
Black with #C17448
Text Example
Text Example
White with #C17448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17448; }
p { color: rgb(193,116,72); }
H1.HeaderClassName
{
color: #C17448;
}
.AnyTagClassName
{
color: #C17448;
}
</style>
background-color css
<style>
a { background-color: #C17448; }
a { background-color: rgb(193,116,72); }
div.DivClassName
{
background-color: #C17448;
}
.BgClassName
{
background-color: #C17448;
}
</style>
border-color css
<style>
span { border-color: #C17448; }
span { border-color: rgb(193,116,72); }
td.TdClassName
{
border-color: #C17448;
}
.TagClassName
{
border-color: #C17448;
}
</style>