Shades of Red Damask #C76F44
Tints of Red Damask #C76F44
RGB
CMYK
RGB Variations
Color information
#C76F44 (or 0xC76F44) is known color: Red Damask. HEX triplet: C7, 6F and 44. RGB value is (199,111,68). Sum of RGB (Red+Green+Blue) = 199+111+68=378 (50% of max value = 765). Red value is 199 (78.12% from 255 or 52.65% from 378); Green value is 111 (43.75% from 255 or 29.37% from 378); Blue value is 68 (26.95% from 255 or 17.99% from 378); Max value from RGB is 199 - color contains mainly: red. Hex color #C76F44 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C76F44 is #3890BB. Grayscale: #848484. Windows color (decimal): -3707068 or 4485063. OLE color: 4485063.
HSL color Cylindrical-coordinate representation of color #C76F44: hue angle of 19.69º 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 #C76F44 is Cyan = 0, Magento = 0.44, Yellow = 0.66 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 111 | 68 | - |
| CMYK | 0 | 0.44 | 0.66 | 0.22 |
| HSL | 19.69º | 0.54% | 0.52% | - |
| HSV(B) | 19.69º | 0.66% | 0.78% | - |
| XYZ | 30.28 | 23.93 | 8.49 | - |
| YUV | 132.41 | 91.65 | 175.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 111 | 68 | 0 | 0.44 | 0.66 | 0.22 | 19.69 | 0.54 | 0.52 |
| Hex | C7 | 6F | 44 | 0 | 2C | 42 | 16 | 14 | 36 | 34 |
| Octal | 307 | 157 | 104 | 0 | 54 | 102 | 26 | 24 | 66 | 64 |
| Binary | 11000111 | 1101111 | 1000100 | 0 | 101100 | 1000010 | 10110 | 10100 | 110110 | 110100 |
Color Harmonies of #C76F44
Complementary color
Monochromatic Colors of #C76F44
Black with #C76F44
Text Example
Text Example
White with #C76F44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76F44; }
p { color: rgb(199,111,68); }
H1.HeaderClassName
{
color: #C76F44;
}
.AnyTagClassName
{
color: #C76F44;
}
</style>
background-color css
<style>
a { background-color: #C76F44; }
a { background-color: rgb(199,111,68); }
div.DivClassName
{
background-color: #C76F44;
}
.BgClassName
{
background-color: #C76F44;
}
</style>
border-color css
<style>
span { border-color: #C76F44; }
span { border-color: rgb(199,111,68); }
td.TdClassName
{
border-color: #C76F44;
}
.TagClassName
{
border-color: #C76F44;
}
</style>