Shades of Red Damask #C76A48
Tints of Red Damask #C76A48
RGB
CMYK
RGB Variations
Color information
#C76A48 (or 0xC76A48) is known color: Red Damask. HEX triplet: C7, 6A and 48. RGB value is (199,106,72). Sum of RGB (Red+Green+Blue) = 199+106+72=377 (49% of max value = 765). Red value is 199 (78.12% from 255 or 52.79% from 377); Green value is 106 (41.80% from 255 or 28.12% from 377); Blue value is 72 (28.52% from 255 or 19.10% from 377); Max value from RGB is 199 - color contains mainly: red. Hex color #C76A48 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C76A48 is #3895B7. Grayscale: #828282. Windows color (decimal): -3708344 or 4745927. OLE color: 4745927.
HSL color Cylindrical-coordinate representation of color #C76A48: hue angle of 16.06º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C76A48 is Cyan = 0, Magento = 0.47, Yellow = 0.64 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 106 | 72 | - |
| CMYK | 0 | 0.47 | 0.64 | 0.22 |
| HSL | 16.06º | 0.53% | 0.53% | - |
| HSV(B) | 16.06º | 0.64% | 0.78% | - |
| XYZ | 29.88 | 22.92 | 8.98 | - |
| YUV | 129.93 | 95.31 | 177.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 106 | 72 | 0 | 0.47 | 0.64 | 0.22 | 16.06 | 0.53 | 0.53 |
| Hex | C7 | 6A | 48 | 0 | 2F | 40 | 16 | 10 | 35 | 35 |
| Octal | 307 | 152 | 110 | 0 | 57 | 100 | 26 | 20 | 65 | 65 |
| Binary | 11000111 | 1101010 | 1001000 | 0 | 101111 | 1000000 | 10110 | 10000 | 110101 | 110101 |
Color Harmonies of #C76A48
Complementary color
Monochromatic Colors of #C76A48
Black with #C76A48
Text Example
Text Example
White with #C76A48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76A48; }
p { color: rgb(199,106,72); }
H1.HeaderClassName
{
color: #C76A48;
}
.AnyTagClassName
{
color: #C76A48;
}
</style>
background-color css
<style>
a { background-color: #C76A48; }
a { background-color: rgb(199,106,72); }
div.DivClassName
{
background-color: #C76A48;
}
.BgClassName
{
background-color: #C76A48;
}
</style>
border-color css
<style>
span { border-color: #C76A48; }
span { border-color: rgb(199,106,72); }
td.TdClassName
{
border-color: #C76A48;
}
.TagClassName
{
border-color: #C76A48;
}
</style>