Shades of Red Damask #C1704F
Tints of Red Damask #C1704F
RGB
CMYK
RGB Variations
Color information
#C1704F (or 0xC1704F) is known color: Red Damask. HEX triplet: C1, 70 and 4F. RGB value is (193,112,79). Sum of RGB (Red+Green+Blue) = 193+112+79=384 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.26% from 384); Green value is 112 (44.14% from 255 or 29.17% from 384); Blue value is 79 (31.25% from 255 or 20.57% from 384); Max value from RGB is 193 - color contains mainly: red. Hex color #C1704F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1704F is #3E8FB0. Grayscale: #848484. Windows color (decimal): -4100017 or 5206209. OLE color: 5206209.
HSL color Cylindrical-coordinate representation of color #C1704F: hue angle of 17.37º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C1704F is Cyan = 0, Magento = 0.42, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 112 | 79 | - |
| CMYK | 0 | 0.42 | 0.59 | 0.24 |
| HSL | 17.37º | 0.48% | 0.53% | - |
| HSV(B) | 17.37º | 0.59% | 0.76% | - |
| XYZ | 29.2 | 23.49 | 10.39 | - |
| YUV | 132.46 | 97.84 | 171.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 112 | 79 | 0 | 0.42 | 0.59 | 0.24 | 17.37 | 0.48 | 0.53 |
| Hex | C1 | 70 | 4F | 0 | 2A | 3B | 18 | 11 | 30 | 35 |
| Octal | 301 | 160 | 117 | 0 | 52 | 73 | 30 | 21 | 60 | 65 |
| Binary | 11000001 | 1110000 | 1001111 | 0 | 101010 | 111011 | 11000 | 10001 | 110000 | 110101 |
Color Harmonies of #C1704F
Complementary color
Monochromatic Colors of #C1704F
Black with #C1704F
Text Example
Text Example
White with #C1704F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1704F; }
p { color: rgb(193,112,79); }
H1.HeaderClassName
{
color: #C1704F;
}
.AnyTagClassName
{
color: #C1704F;
}
</style>
background-color css
<style>
a { background-color: #C1704F; }
a { background-color: rgb(193,112,79); }
div.DivClassName
{
background-color: #C1704F;
}
.BgClassName
{
background-color: #C1704F;
}
</style>
border-color css
<style>
span { border-color: #C1704F; }
span { border-color: rgb(193,112,79); }
td.TdClassName
{
border-color: #C1704F;
}
.TagClassName
{
border-color: #C1704F;
}
</style>