Shades of Red Damask #C76E43
Tints of Red Damask #C76E43
RGB
CMYK
RGB Variations
Color information
#C76E43 (or 0xC76E43) is known color: Red Damask. HEX triplet: C7, 6E and 43. RGB value is (199,110,67). Sum of RGB (Red+Green+Blue) = 199+110+67=376 (49% of max value = 765). Red value is 199 (78.12% from 255 or 52.93% from 376); Green value is 110 (43.36% from 255 or 29.26% from 376); Blue value is 67 (26.56% from 255 or 17.82% from 376); Max value from RGB is 199 - color contains mainly: red. Hex color #C76E43 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C76E43 is #3891BC. Grayscale: #838383. Windows color (decimal): -3707325 or 4419271. OLE color: 4419271.
HSL color Cylindrical-coordinate representation of color #C76E43: hue angle of 19.55º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C76E43 is Cyan = 0, Magento = 0.45, Yellow = 0.66 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 110 | 67 | - |
| CMYK | 0 | 0.45 | 0.66 | 0.22 |
| HSL | 19.55º | 0.54% | 0.52% | - |
| HSV(B) | 19.55º | 0.66% | 0.78% | - |
| XYZ | 30.14 | 23.7 | 8.3 | - |
| YUV | 131.71 | 91.49 | 176 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 110 | 67 | 0 | 0.45 | 0.66 | 0.22 | 19.55 | 0.54 | 0.52 |
| Hex | C7 | 6E | 43 | 0 | 2D | 42 | 16 | 14 | 36 | 34 |
| Octal | 307 | 156 | 103 | 0 | 55 | 102 | 26 | 24 | 66 | 64 |
| Binary | 11000111 | 1101110 | 1000011 | 0 | 101101 | 1000010 | 10110 | 10100 | 110110 | 110100 |
Color Harmonies of #C76E43
Complementary color
Monochromatic Colors of #C76E43
Black with #C76E43
Text Example
Text Example
White with #C76E43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76E43; }
p { color: rgb(199,110,67); }
H1.HeaderClassName
{
color: #C76E43;
}
.AnyTagClassName
{
color: #C76E43;
}
</style>
background-color css
<style>
a { background-color: #C76E43; }
a { background-color: rgb(199,110,67); }
div.DivClassName
{
background-color: #C76E43;
}
.BgClassName
{
background-color: #C76E43;
}
</style>
border-color css
<style>
span { border-color: #C76E43; }
span { border-color: rgb(199,110,67); }
td.TdClassName
{
border-color: #C76E43;
}
.TagClassName
{
border-color: #C76E43;
}
</style>