Shades of Red Damask #C76C4A
Tints of Red Damask #C76C4A
RGB
CMYK
RGB Variations
Color information
#C76C4A (or 0xC76C4A) is known color: Red Damask. HEX triplet: C7, 6C and 4A. RGB value is (199,108,74). Sum of RGB (Red+Green+Blue) = 199+108+74=381 (50% of max value = 765). Red value is 199 (78.12% from 255 or 52.23% from 381); Green value is 108 (42.58% from 255 or 28.35% from 381); Blue value is 74 (29.30% from 255 or 19.42% from 381); Max value from RGB is 199 - color contains mainly: red. Hex color #C76C4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C76C4A is #3893B5. Grayscale: #838383. Windows color (decimal): -3707830 or 4877511. OLE color: 4877511.
HSL color Cylindrical-coordinate representation of color #C76C4A: hue angle of 16.32º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C76C4A is Cyan = 0, Magento = 0.46, Yellow = 0.63 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 108 | 74 | - |
| CMYK | 0 | 0.46 | 0.63 | 0.22 |
| HSL | 16.32º | 0.53% | 0.54% | - |
| HSV(B) | 16.32º | 0.63% | 0.78% | - |
| XYZ | 30.15 | 23.36 | 9.4 | - |
| YUV | 131.33 | 95.65 | 176.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 108 | 74 | 0 | 0.46 | 0.63 | 0.22 | 16.32 | 0.53 | 0.54 |
| Hex | C7 | 6C | 4A | 0 | 2E | 3F | 16 | 10 | 35 | 36 |
| Octal | 307 | 154 | 112 | 0 | 56 | 77 | 26 | 20 | 65 | 66 |
| Binary | 11000111 | 1101100 | 1001010 | 0 | 101110 | 111111 | 10110 | 10000 | 110101 | 110110 |
Color Harmonies of #C76C4A
Complementary color
Monochromatic Colors of #C76C4A
Black with #C76C4A
Text Example
Text Example
White with #C76C4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76C4A; }
p { color: rgb(199,108,74); }
H1.HeaderClassName
{
color: #C76C4A;
}
.AnyTagClassName
{
color: #C76C4A;
}
</style>
background-color css
<style>
a { background-color: #C76C4A; }
a { background-color: rgb(199,108,74); }
div.DivClassName
{
background-color: #C76C4A;
}
.BgClassName
{
background-color: #C76C4A;
}
</style>
border-color css
<style>
span { border-color: #C76C4A; }
span { border-color: rgb(199,108,74); }
td.TdClassName
{
border-color: #C76C4A;
}
.TagClassName
{
border-color: #C76C4A;
}
</style>