Shades of Red Damask #C1754D
Tints of Red Damask #C1754D
RGB
CMYK
RGB Variations
Color information
#C1754D (or 0xC1754D) is known color: Red Damask. HEX triplet: C1, 75 and 4D. RGB value is (193,117,77). Sum of RGB (Red+Green+Blue) = 193+117+77=387 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.87% from 387); Green value is 117 (46.09% from 255 or 30.23% from 387); Blue value is 77 (30.47% from 255 or 19.90% from 387); Max value from RGB is 193 - color contains mainly: red. Hex color #C1754D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1754D is #3E8AB2. Grayscale: #878787. Windows color (decimal): -4098739 or 5076417. OLE color: 5076417.
HSL color Cylindrical-coordinate representation of color #C1754D: hue angle of 20.69º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C1754D is Cyan = 0, Magento = 0.39, Yellow = 0.60 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 117 | 77 | - |
| CMYK | 0 | 0.39 | 0.60 | 0.24 |
| HSL | 20.69º | 0.48% | 0.53% | - |
| HSV(B) | 20.69º | 0.6% | 0.76% | - |
| XYZ | 29.69 | 24.6 | 10.2 | - |
| YUV | 135.16 | 95.18 | 169.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 117 | 77 | 0 | 0.39 | 0.60 | 0.24 | 20.69 | 0.48 | 0.53 |
| Hex | C1 | 75 | 4D | 0 | 27 | 3C | 18 | 15 | 30 | 35 |
| Octal | 301 | 165 | 115 | 0 | 47 | 74 | 30 | 25 | 60 | 65 |
| Binary | 11000001 | 1110101 | 1001101 | 0 | 100111 | 111100 | 11000 | 10101 | 110000 | 110101 |
Color Harmonies of #C1754D
Complementary color
Monochromatic Colors of #C1754D
Black with #C1754D
Text Example
Text Example
White with #C1754D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1754D; }
p { color: rgb(193,117,77); }
H1.HeaderClassName
{
color: #C1754D;
}
.AnyTagClassName
{
color: #C1754D;
}
</style>
background-color css
<style>
a { background-color: #C1754D; }
a { background-color: rgb(193,117,77); }
div.DivClassName
{
background-color: #C1754D;
}
.BgClassName
{
background-color: #C1754D;
}
</style>
border-color css
<style>
span { border-color: #C1754D; }
span { border-color: rgb(193,117,77); }
td.TdClassName
{
border-color: #C1754D;
}
.TagClassName
{
border-color: #C1754D;
}
</style>