Shades of Red Damask #C56648
Tints of Red Damask #C56648
RGB
CMYK
RGB Variations
Color information
#C56648 (or 0xC56648) is known color: Red Damask. HEX triplet: C5, 66 and 48. RGB value is (197,102,72). Sum of RGB (Red+Green+Blue) = 197+102+72=371 (49% of max value = 765). Red value is 197 (77.34% from 255 or 53.10% from 371); Green value is 102 (40.23% from 255 or 27.49% from 371); Blue value is 72 (28.52% from 255 or 19.41% from 371); Max value from RGB is 197 - color contains mainly: red. Hex color #C56648 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C56648 is #3A99B7. Grayscale: #7F7F7F. Windows color (decimal): -3840440 or 4744901. OLE color: 4744901.
HSL color Cylindrical-coordinate representation of color #C56648: hue angle of 14.4º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C56648 is Cyan = 0, Magento = 0.48, Yellow = 0.63 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 102 | 72 | - |
| CMYK | 0 | 0.48 | 0.63 | 0.23 |
| HSL | 14.4º | 0.52% | 0.53% | - |
| HSV(B) | 14.4º | 0.63% | 0.77% | - |
| XYZ | 28.95 | 21.84 | 8.82 | - |
| YUV | 126.99 | 96.97 | 177.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 102 | 72 | 0 | 0.48 | 0.63 | 0.23 | 14.4 | 0.52 | 0.53 |
| Hex | C5 | 66 | 48 | 0 | 30 | 3F | 17 | E | 34 | 35 |
| Octal | 305 | 146 | 110 | 0 | 60 | 77 | 27 | 16 | 64 | 65 |
| Binary | 11000101 | 1100110 | 1001000 | 0 | 110000 | 111111 | 10111 | 1110 | 110100 | 110101 |
Color Harmonies of #C56648
Complementary color
Monochromatic Colors of #C56648
Black with #C56648
Text Example
Text Example
White with #C56648
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56648; }
p { color: rgb(197,102,72); }
H1.HeaderClassName
{
color: #C56648;
}
.AnyTagClassName
{
color: #C56648;
}
</style>
background-color css
<style>
a { background-color: #C56648; }
a { background-color: rgb(197,102,72); }
div.DivClassName
{
background-color: #C56648;
}
.BgClassName
{
background-color: #C56648;
}
</style>
border-color css
<style>
span { border-color: #C56648; }
span { border-color: rgb(197,102,72); }
td.TdClassName
{
border-color: #C56648;
}
.TagClassName
{
border-color: #C56648;
}
</style>