Shades of Red Damask #C5694C
Tints of Red Damask #C5694C
RGB
CMYK
RGB Variations
Color information
#C5694C (or 0xC5694C) is known color: Red Damask. HEX triplet: C5, 69 and 4C. RGB value is (197,105,76). Sum of RGB (Red+Green+Blue) = 197+105+76=378 (50% of max value = 765). Red value is 197 (77.34% from 255 or 52.12% from 378); Green value is 105 (41.41% from 255 or 27.78% from 378); Blue value is 76 (30.08% from 255 or 20.11% from 378); Max value from RGB is 197 - color contains mainly: red. Hex color #C5694C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C5694C is #3A96B3. Grayscale: #818181. Windows color (decimal): -3839668 or 5007813. OLE color: 5007813.
HSL color Cylindrical-coordinate representation of color #C5694C: hue angle of 14.38º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C5694C is Cyan = 0, Magento = 0.47, Yellow = 0.61 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 105 | 76 | - |
| CMYK | 0 | 0.47 | 0.61 | 0.23 |
| HSL | 14.38º | 0.51% | 0.54% | - |
| HSV(B) | 14.38º | 0.61% | 0.77% | - |
| XYZ | 29.38 | 22.5 | 9.63 | - |
| YUV | 129.2 | 97.98 | 176.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 105 | 76 | 0 | 0.47 | 0.61 | 0.23 | 14.38 | 0.51 | 0.54 |
| Hex | C5 | 69 | 4C | 0 | 2F | 3D | 17 | E | 33 | 36 |
| Octal | 305 | 151 | 114 | 0 | 57 | 75 | 27 | 16 | 63 | 66 |
| Binary | 11000101 | 1101001 | 1001100 | 0 | 101111 | 111101 | 10111 | 1110 | 110011 | 110110 |
Color Harmonies of #C5694C
Complementary color
Monochromatic Colors of #C5694C
Black with #C5694C
Text Example
Text Example
White with #C5694C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5694C; }
p { color: rgb(197,105,76); }
H1.HeaderClassName
{
color: #C5694C;
}
.AnyTagClassName
{
color: #C5694C;
}
</style>
background-color css
<style>
a { background-color: #C5694C; }
a { background-color: rgb(197,105,76); }
div.DivClassName
{
background-color: #C5694C;
}
.BgClassName
{
background-color: #C5694C;
}
</style>
border-color css
<style>
span { border-color: #C5694C; }
span { border-color: rgb(197,105,76); }
td.TdClassName
{
border-color: #C5694C;
}
.TagClassName
{
border-color: #C5694C;
}
</style>