Shades of Red Damask #C56F4B
Tints of Red Damask #C56F4B
RGB
CMYK
RGB Variations
Color information
#C56F4B (or 0xC56F4B) is known color: Red Damask. HEX triplet: C5, 6F and 4B. RGB value is (197,111,75). Sum of RGB (Red+Green+Blue) = 197+111+75=383 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.44% from 383); Green value is 111 (43.75% from 255 or 28.98% from 383); Blue value is 75 (29.69% from 255 or 19.58% from 383); Max value from RGB is 197 - color contains mainly: red. Hex color #C56F4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C56F4B is #3A90B4. Grayscale: #848484. Windows color (decimal): -3838133 or 4943813. OLE color: 4943813.
HSL color Cylindrical-coordinate representation of color #C56F4B: hue angle of 17.7º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C56F4B is Cyan = 0, Magento = 0.44, Yellow = 0.62 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 111 | 75 | - |
| CMYK | 0 | 0.44 | 0.62 | 0.23 |
| HSL | 17.7º | 0.51% | 0.53% | - |
| HSV(B) | 17.7º | 0.62% | 0.77% | - |
| XYZ | 29.98 | 23.75 | 9.66 | - |
| YUV | 132.61 | 95.49 | 173.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 111 | 75 | 0 | 0.44 | 0.62 | 0.23 | 17.7 | 0.51 | 0.53 |
| Hex | C5 | 6F | 4B | 0 | 2C | 3E | 17 | 12 | 33 | 35 |
| Octal | 305 | 157 | 113 | 0 | 54 | 76 | 27 | 22 | 63 | 65 |
| Binary | 11000101 | 1101111 | 1001011 | 0 | 101100 | 111110 | 10111 | 10010 | 110011 | 110101 |
Color Harmonies of #C56F4B
Complementary color
Monochromatic Colors of #C56F4B
Black with #C56F4B
Text Example
Text Example
White with #C56F4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56F4B; }
p { color: rgb(197,111,75); }
H1.HeaderClassName
{
color: #C56F4B;
}
.AnyTagClassName
{
color: #C56F4B;
}
</style>
background-color css
<style>
a { background-color: #C56F4B; }
a { background-color: rgb(197,111,75); }
div.DivClassName
{
background-color: #C56F4B;
}
.BgClassName
{
background-color: #C56F4B;
}
</style>
border-color css
<style>
span { border-color: #C56F4B; }
span { border-color: rgb(197,111,75); }
td.TdClassName
{
border-color: #C56F4B;
}
.TagClassName
{
border-color: #C56F4B;
}
</style>