Shades of Red Damask #C5694F
Tints of Red Damask #C5694F
RGB
CMYK
RGB Variations
Color information
#C5694F (or 0xC5694F) is known color: Red Damask. HEX triplet: C5, 69 and 4F. RGB value is (197,105,79). Sum of RGB (Red+Green+Blue) = 197+105+79=381 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.71% from 381); Green value is 105 (41.41% from 255 or 27.56% from 381); Blue value is 79 (31.25% from 255 or 20.73% from 381); Max value from RGB is 197 - color contains mainly: red. Hex color #C5694F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5694F is #3A96B0. Grayscale: #818181. Windows color (decimal): -3839665 or 5204421. OLE color: 5204421.
HSL color Cylindrical-coordinate representation of color #C5694F: hue angle of 13.22º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C5694F is Cyan = 0, Magento = 0.47, Yellow = 0.60 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 105 | 79 | - |
| CMYK | 0 | 0.47 | 0.60 | 0.23 |
| HSL | 13.22º | 0.5% | 0.54% | - |
| HSV(B) | 13.22º | 0.6% | 0.77% | - |
| XYZ | 29.49 | 22.54 | 10.19 | - |
| YUV | 129.54 | 99.48 | 176.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 105 | 79 | 0 | 0.47 | 0.60 | 0.23 | 13.22 | 0.5 | 0.54 |
| Hex | C5 | 69 | 4F | 0 | 2F | 3C | 17 | D | 32 | 36 |
| Octal | 305 | 151 | 117 | 0 | 57 | 74 | 27 | 15 | 62 | 66 |
| Binary | 11000101 | 1101001 | 1001111 | 0 | 101111 | 111100 | 10111 | 1101 | 110010 | 110110 |
Color Harmonies of #C5694F
Complementary color
Monochromatic Colors of #C5694F
Black with #C5694F
Text Example
Text Example
White with #C5694F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5694F; }
p { color: rgb(197,105,79); }
H1.HeaderClassName
{
color: #C5694F;
}
.AnyTagClassName
{
color: #C5694F;
}
</style>
background-color css
<style>
a { background-color: #C5694F; }
a { background-color: rgb(197,105,79); }
div.DivClassName
{
background-color: #C5694F;
}
.BgClassName
{
background-color: #C5694F;
}
</style>
border-color css
<style>
span { border-color: #C5694F; }
span { border-color: rgb(197,105,79); }
td.TdClassName
{
border-color: #C5694F;
}
.TagClassName
{
border-color: #C5694F;
}
</style>