Shades of Red Damask #C57453
Tints of Red Damask #C57453
RGB
CMYK
RGB Variations
Color information
#C57453 (or 0xC57453) is known color: Red Damask. HEX triplet: C5, 74 and 53. RGB value is (197,116,83). Sum of RGB (Red+Green+Blue) = 197+116+83=396 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.75% from 396); Green value is 116 (45.70% from 255 or 29.29% from 396); Blue value is 83 (32.81% from 255 or 20.96% from 396); Max value from RGB is 197 - color contains mainly: red. Hex color #C57453 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C57453 is #3A8BAC. Grayscale: #888888. Windows color (decimal): -3836845 or 5469381. OLE color: 5469381.
HSL color Cylindrical-coordinate representation of color #C57453: hue angle of 17.37º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C57453 is Cyan = 0, Magento = 0.41, Yellow = 0.58 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 116 | 83 | - |
| CMYK | 0 | 0.41 | 0.58 | 0.23 |
| HSL | 17.37º | 0.5% | 0.55% | - |
| HSV(B) | 17.37º | 0.58% | 0.77% | - |
| XYZ | 30.83 | 24.99 | 11.38 | - |
| YUV | 136.46 | 97.84 | 171.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 116 | 83 | 0 | 0.41 | 0.58 | 0.23 | 17.37 | 0.5 | 0.55 |
| Hex | C5 | 74 | 53 | 0 | 29 | 3A | 17 | 11 | 32 | 37 |
| Octal | 305 | 164 | 123 | 0 | 51 | 72 | 27 | 21 | 62 | 67 |
| Binary | 11000101 | 1110100 | 1010011 | 0 | 101001 | 111010 | 10111 | 10001 | 110010 | 110111 |
Color Harmonies of #C57453
Complementary color
Monochromatic Colors of #C57453
Black with #C57453
Text Example
Text Example
White with #C57453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57453; }
p { color: rgb(197,116,83); }
H1.HeaderClassName
{
color: #C57453;
}
.AnyTagClassName
{
color: #C57453;
}
</style>
background-color css
<style>
a { background-color: #C57453; }
a { background-color: rgb(197,116,83); }
div.DivClassName
{
background-color: #C57453;
}
.BgClassName
{
background-color: #C57453;
}
</style>
border-color css
<style>
span { border-color: #C57453; }
span { border-color: rgb(197,116,83); }
td.TdClassName
{
border-color: #C57453;
}
.TagClassName
{
border-color: #C57453;
}
</style>