Shades of Red Damask #C1744B
Tints of Red Damask #C1744B
RGB
CMYK
RGB Variations
Color information
#C1744B (or 0xC1744B) is known color: Red Damask. HEX triplet: C1, 74 and 4B. RGB value is (193,116,75). Sum of RGB (Red+Green+Blue) = 193+116+75=384 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.26% from 384); Green value is 116 (45.70% from 255 or 30.21% from 384); Blue value is 75 (29.69% from 255 or 19.53% from 384); Max value from RGB is 193 - color contains mainly: red. Hex color #C1744B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C1744B is #3E8BB4. Grayscale: #868686. Windows color (decimal): -4098997 or 4945089. OLE color: 4945089.
HSL color Cylindrical-coordinate representation of color #C1744B: hue angle of 20.85º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C1744B is Cyan = 0, Magento = 0.40, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 116 | 75 | - |
| CMYK | 0 | 0.40 | 0.61 | 0.24 |
| HSL | 20.85º | 0.49% | 0.53% | - |
| HSV(B) | 20.85º | 0.61% | 0.76% | - |
| XYZ | 29.51 | 24.34 | 9.8 | - |
| YUV | 134.35 | 94.51 | 169.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 116 | 75 | 0 | 0.40 | 0.61 | 0.24 | 20.85 | 0.49 | 0.53 |
| Hex | C1 | 74 | 4B | 0 | 28 | 3D | 18 | 15 | 31 | 35 |
| Octal | 301 | 164 | 113 | 0 | 50 | 75 | 30 | 25 | 61 | 65 |
| Binary | 11000001 | 1110100 | 1001011 | 0 | 101000 | 111101 | 11000 | 10101 | 110001 | 110101 |
Color Harmonies of #C1744B
Complementary color
Monochromatic Colors of #C1744B
Black with #C1744B
Text Example
Text Example
White with #C1744B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1744B; }
p { color: rgb(193,116,75); }
H1.HeaderClassName
{
color: #C1744B;
}
.AnyTagClassName
{
color: #C1744B;
}
</style>
background-color css
<style>
a { background-color: #C1744B; }
a { background-color: rgb(193,116,75); }
div.DivClassName
{
background-color: #C1744B;
}
.BgClassName
{
background-color: #C1744B;
}
</style>
border-color css
<style>
span { border-color: #C1744B; }
span { border-color: rgb(193,116,75); }
td.TdClassName
{
border-color: #C1744B;
}
.TagClassName
{
border-color: #C1744B;
}
</style>