Shades of Red Damask #C76C4E
Tints of Red Damask #C76C4E
RGB
CMYK
RGB Variations
Color information
#C76C4E (or 0xC76C4E) is known color: Red Damask. HEX triplet: C7, 6C and 4E. RGB value is (199,108,78). Sum of RGB (Red+Green+Blue) = 199+108+78=385 (50% of max value = 765). Red value is 199 (78.12% from 255 or 51.69% from 385); Green value is 108 (42.58% from 255 or 28.05% from 385); Blue value is 78 (30.86% from 255 or 20.26% from 385); Max value from RGB is 199 - color contains mainly: red. Hex color #C76C4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C76C4E is #3893B1. Grayscale: #848484. Windows color (decimal): -3707826 or 5139655. OLE color: 5139655.
HSL color Cylindrical-coordinate representation of color #C76C4E: hue angle of 14.88º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C76C4E is Cyan = 0, Magento = 0.46, Yellow = 0.61 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 108 | 78 | - |
| CMYK | 0 | 0.46 | 0.61 | 0.22 |
| HSL | 14.88º | 0.52% | 0.54% | - |
| HSV(B) | 14.88º | 0.61% | 0.78% | - |
| XYZ | 30.29 | 23.42 | 10.13 | - |
| YUV | 131.79 | 97.65 | 175.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 108 | 78 | 0 | 0.46 | 0.61 | 0.22 | 14.88 | 0.52 | 0.54 |
| Hex | C7 | 6C | 4E | 0 | 2E | 3D | 16 | F | 34 | 36 |
| Octal | 307 | 154 | 116 | 0 | 56 | 75 | 26 | 17 | 64 | 66 |
| Binary | 11000111 | 1101100 | 1001110 | 0 | 101110 | 111101 | 10110 | 1111 | 110100 | 110110 |
Color Harmonies of #C76C4E
Complementary color
Monochromatic Colors of #C76C4E
Black with #C76C4E
Text Example
Text Example
White with #C76C4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76C4E; }
p { color: rgb(199,108,78); }
H1.HeaderClassName
{
color: #C76C4E;
}
.AnyTagClassName
{
color: #C76C4E;
}
</style>
background-color css
<style>
a { background-color: #C76C4E; }
a { background-color: rgb(199,108,78); }
div.DivClassName
{
background-color: #C76C4E;
}
.BgClassName
{
background-color: #C76C4E;
}
</style>
border-color css
<style>
span { border-color: #C76C4E; }
span { border-color: rgb(199,108,78); }
td.TdClassName
{
border-color: #C76C4E;
}
.TagClassName
{
border-color: #C76C4E;
}
</style>