Shades of Red Damask #C76B4C
Tints of Red Damask #C76B4C
RGB
CMYK
RGB Variations
Color information
#C76B4C (or 0xC76B4C) is known color: Red Damask. HEX triplet: C7, 6B and 4C. RGB value is (199,107,76). Sum of RGB (Red+Green+Blue) = 199+107+76=382 (50% of max value = 765). Red value is 199 (78.12% from 255 or 52.09% from 382); Green value is 107 (42.19% from 255 or 28.01% from 382); Blue value is 76 (30.08% from 255 or 19.90% from 382); Max value from RGB is 199 - color contains mainly: red. Hex color #C76B4C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C76B4C is #3894B3. Grayscale: #838383. Windows color (decimal): -3708084 or 5008327. OLE color: 5008327.
HSL color Cylindrical-coordinate representation of color #C76B4C: hue angle of 15.12º 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 #C76B4C is Cyan = 0, Magento = 0.46, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 107 | 76 | - |
| CMYK | 0 | 0.46 | 0.62 | 0.22 |
| HSL | 15.12º | 0.52% | 0.54% | - |
| HSV(B) | 15.12º | 0.62% | 0.78% | - |
| XYZ | 30.12 | 23.18 | 9.72 | - |
| YUV | 130.97 | 96.98 | 176.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 107 | 76 | 0 | 0.46 | 0.62 | 0.22 | 15.12 | 0.52 | 0.54 |
| Hex | C7 | 6B | 4C | 0 | 2E | 3E | 16 | F | 34 | 36 |
| Octal | 307 | 153 | 114 | 0 | 56 | 76 | 26 | 17 | 64 | 66 |
| Binary | 11000111 | 1101011 | 1001100 | 0 | 101110 | 111110 | 10110 | 1111 | 110100 | 110110 |
Color Harmonies of #C76B4C
Complementary color
Monochromatic Colors of #C76B4C
Black with #C76B4C
Text Example
Text Example
White with #C76B4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76B4C; }
p { color: rgb(199,107,76); }
H1.HeaderClassName
{
color: #C76B4C;
}
.AnyTagClassName
{
color: #C76B4C;
}
</style>
background-color css
<style>
a { background-color: #C76B4C; }
a { background-color: rgb(199,107,76); }
div.DivClassName
{
background-color: #C76B4C;
}
.BgClassName
{
background-color: #C76B4C;
}
</style>
border-color css
<style>
span { border-color: #C76B4C; }
span { border-color: rgb(199,107,76); }
td.TdClassName
{
border-color: #C76B4C;
}
.TagClassName
{
border-color: #C76B4C;
}
</style>