Shades of Red Damask #C1734B
Tints of Red Damask #C1734B
RGB
CMYK
RGB Variations
Color information
#C1734B (or 0xC1734B) is known color: Red Damask. HEX triplet: C1, 73 and 4B. RGB value is (193,115,75). Sum of RGB (Red+Green+Blue) = 193+115+75=383 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.39% from 383); Green value is 115 (45.31% from 255 or 30.03% from 383); Blue value is 75 (29.69% from 255 or 19.58% from 383); Max value from RGB is 193 - color contains mainly: red. Hex color #C1734B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C1734B is #3E8CB4. Grayscale: #868686. Windows color (decimal): -4099253 or 4944833. OLE color: 4944833.
HSL color Cylindrical-coordinate representation of color #C1734B: hue angle of 20.34º 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 #C1734B is Cyan = 0, Magento = 0.40, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 115 | 75 | - |
| CMYK | 0 | 0.40 | 0.61 | 0.24 |
| HSL | 20.34º | 0.49% | 0.53% | - |
| HSV(B) | 20.34º | 0.61% | 0.76% | - |
| XYZ | 29.39 | 24.11 | 9.76 | - |
| YUV | 133.76 | 94.84 | 170.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 115 | 75 | 0 | 0.40 | 0.61 | 0.24 | 20.34 | 0.49 | 0.53 |
| Hex | C1 | 73 | 4B | 0 | 28 | 3D | 18 | 14 | 31 | 35 |
| Octal | 301 | 163 | 113 | 0 | 50 | 75 | 30 | 24 | 61 | 65 |
| Binary | 11000001 | 1110011 | 1001011 | 0 | 101000 | 111101 | 11000 | 10100 | 110001 | 110101 |
Color Harmonies of #C1734B
Complementary color
Monochromatic Colors of #C1734B
Black with #C1734B
Text Example
Text Example
White with #C1734B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1734B; }
p { color: rgb(193,115,75); }
H1.HeaderClassName
{
color: #C1734B;
}
.AnyTagClassName
{
color: #C1734B;
}
</style>
background-color css
<style>
a { background-color: #C1734B; }
a { background-color: rgb(193,115,75); }
div.DivClassName
{
background-color: #C1734B;
}
.BgClassName
{
background-color: #C1734B;
}
</style>
border-color css
<style>
span { border-color: #C1734B; }
span { border-color: rgb(193,115,75); }
td.TdClassName
{
border-color: #C1734B;
}
.TagClassName
{
border-color: #C1734B;
}
</style>