Shades of Red Damask #C56B4C
Tints of Red Damask #C56B4C
RGB
CMYK
RGB Variations
Color information
#C56B4C (or 0xC56B4C) is known color: Red Damask. HEX triplet: C5, 6B and 4C. RGB value is (197,107,76). Sum of RGB (Red+Green+Blue) = 197+107+76=380 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.84% from 380); Green value is 107 (42.19% from 255 or 28.16% from 380); Blue value is 76 (30.08% from 255 or 20% from 380); Max value from RGB is 197 - color contains mainly: red. Hex color #C56B4C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C56B4C is #3A94B3. Grayscale: #828282. Windows color (decimal): -3839156 or 5008325. OLE color: 5008325.
HSL color Cylindrical-coordinate representation of color #C56B4C: hue angle of 15.37º 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 #C56B4C is Cyan = 0, Magento = 0.46, Yellow = 0.61 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 107 | 76 | - |
| CMYK | 0 | 0.46 | 0.61 | 0.23 |
| HSL | 15.37º | 0.51% | 0.54% | - |
| HSV(B) | 15.37º | 0.61% | 0.77% | - |
| XYZ | 29.59 | 22.91 | 9.7 | - |
| YUV | 130.38 | 97.32 | 175.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 107 | 76 | 0 | 0.46 | 0.61 | 0.23 | 15.37 | 0.51 | 0.54 |
| Hex | C5 | 6B | 4C | 0 | 2E | 3D | 17 | F | 33 | 36 |
| Octal | 305 | 153 | 114 | 0 | 56 | 75 | 27 | 17 | 63 | 66 |
| Binary | 11000101 | 1101011 | 1001100 | 0 | 101110 | 111101 | 10111 | 1111 | 110011 | 110110 |
Color Harmonies of #C56B4C
Complementary color
Monochromatic Colors of #C56B4C
Black with #C56B4C
Text Example
Text Example
White with #C56B4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56B4C; }
p { color: rgb(197,107,76); }
H1.HeaderClassName
{
color: #C56B4C;
}
.AnyTagClassName
{
color: #C56B4C;
}
</style>
background-color css
<style>
a { background-color: #C56B4C; }
a { background-color: rgb(197,107,76); }
div.DivClassName
{
background-color: #C56B4C;
}
.BgClassName
{
background-color: #C56B4C;
}
</style>
border-color css
<style>
span { border-color: #C56B4C; }
span { border-color: rgb(197,107,76); }
td.TdClassName
{
border-color: #C56B4C;
}
.TagClassName
{
border-color: #C56B4C;
}
</style>