Shades of Red Damask #C76F4C
Tints of Red Damask #C76F4C
RGB
CMYK
RGB Variations
Color information
#C76F4C (or 0xC76F4C) is known color: Red Damask. HEX triplet: C7, 6F and 4C. RGB value is (199,111,76). Sum of RGB (Red+Green+Blue) = 199+111+76=386 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.55% from 386); Green value is 111 (43.75% from 255 or 28.76% from 386); Blue value is 76 (30.08% from 255 or 19.69% from 386); Max value from RGB is 199 - color contains mainly: red. Hex color #C76F4C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C76F4C is #3890B3. Grayscale: #858585. Windows color (decimal): -3707060 or 5009351. OLE color: 5009351.
HSL color Cylindrical-coordinate representation of color #C76F4C: hue angle of 17.07º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C76F4C is Cyan = 0, Magento = 0.44, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 111 | 76 | - |
| CMYK | 0 | 0.44 | 0.62 | 0.22 |
| HSL | 17.07º | 0.52% | 0.54% | - |
| HSV(B) | 17.07º | 0.62% | 0.78% | - |
| XYZ | 30.54 | 24.03 | 9.87 | - |
| YUV | 133.32 | 95.65 | 174.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 111 | 76 | 0 | 0.44 | 0.62 | 0.22 | 17.07 | 0.52 | 0.54 |
| Hex | C7 | 6F | 4C | 0 | 2C | 3E | 16 | 11 | 34 | 36 |
| Octal | 307 | 157 | 114 | 0 | 54 | 76 | 26 | 21 | 64 | 66 |
| Binary | 11000111 | 1101111 | 1001100 | 0 | 101100 | 111110 | 10110 | 10001 | 110100 | 110110 |
Color Harmonies of #C76F4C
Complementary color
Monochromatic Colors of #C76F4C
Black with #C76F4C
Text Example
Text Example
White with #C76F4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76F4C; }
p { color: rgb(199,111,76); }
H1.HeaderClassName
{
color: #C76F4C;
}
.AnyTagClassName
{
color: #C76F4C;
}
</style>
background-color css
<style>
a { background-color: #C76F4C; }
a { background-color: rgb(199,111,76); }
div.DivClassName
{
background-color: #C76F4C;
}
.BgClassName
{
background-color: #C76F4C;
}
</style>
border-color css
<style>
span { border-color: #C76F4C; }
span { border-color: rgb(199,111,76); }
td.TdClassName
{
border-color: #C76F4C;
}
.TagClassName
{
border-color: #C76F4C;
}
</style>