Shades of Red Damask #C1784F
Tints of Red Damask #C1784F
RGB
CMYK
RGB Variations
Color information
#C1784F (or 0xC1784F) is known color: Red Damask. HEX triplet: C1, 78 and 4F. RGB value is (193,120,79). Sum of RGB (Red+Green+Blue) = 193+120+79=392 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.23% from 392); Green value is 120 (47.27% from 255 or 30.61% from 392); Blue value is 79 (31.25% from 255 or 20.15% from 392); Max value from RGB is 193 - color contains mainly: red. Hex color #C1784F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1784F is #3E87B0. Grayscale: #898989. Windows color (decimal): -4097969 or 5208257. OLE color: 5208257.
HSL color Cylindrical-coordinate representation of color #C1784F: hue angle of 21.58º 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 #C1784F is Cyan = 0, Magento = 0.38, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 120 | 79 | - |
| CMYK | 0 | 0.38 | 0.59 | 0.24 |
| HSL | 21.58º | 0.48% | 0.53% | - |
| HSV(B) | 21.58º | 0.59% | 0.76% | - |
| XYZ | 30.12 | 25.33 | 10.7 | - |
| YUV | 137.15 | 95.18 | 167.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 120 | 79 | 0 | 0.38 | 0.59 | 0.24 | 21.58 | 0.48 | 0.53 |
| Hex | C1 | 78 | 4F | 0 | 26 | 3B | 18 | 16 | 30 | 35 |
| Octal | 301 | 170 | 117 | 0 | 46 | 73 | 30 | 26 | 60 | 65 |
| Binary | 11000001 | 1111000 | 1001111 | 0 | 100110 | 111011 | 11000 | 10110 | 110000 | 110101 |
Color Harmonies of #C1784F
Complementary color
Monochromatic Colors of #C1784F
Black with #C1784F
Text Example
Text Example
White with #C1784F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1784F; }
p { color: rgb(193,120,79); }
H1.HeaderClassName
{
color: #C1784F;
}
.AnyTagClassName
{
color: #C1784F;
}
</style>
background-color css
<style>
a { background-color: #C1784F; }
a { background-color: rgb(193,120,79); }
div.DivClassName
{
background-color: #C1784F;
}
.BgClassName
{
background-color: #C1784F;
}
</style>
border-color css
<style>
span { border-color: #C1784F; }
span { border-color: rgb(193,120,79); }
td.TdClassName
{
border-color: #C1784F;
}
.TagClassName
{
border-color: #C1784F;
}
</style>