Shades of Red Damask #C76A4B
Tints of Red Damask #C76A4B
RGB
CMYK
RGB Variations
Color information
#C76A4B (or 0xC76A4B) is known color: Red Damask. HEX triplet: C7, 6A and 4B. RGB value is (199,106,75). Sum of RGB (Red+Green+Blue) = 199+106+75=380 (50% of max value = 765). Red value is 199 (78.12% from 255 or 52.37% from 380); Green value is 106 (41.80% from 255 or 27.89% from 380); Blue value is 75 (29.69% from 255 or 19.74% from 380); Max value from RGB is 199 - color contains mainly: red. Hex color #C76A4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C76A4B is #3895B4. Grayscale: #828282. Windows color (decimal): -3708341 or 4942535. OLE color: 4942535.
HSL color Cylindrical-coordinate representation of color #C76A4B: hue angle of 15º degrees, saturation: 0.53, 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 #C76A4B is Cyan = 0, Magento = 0.47, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 106 | 75 | - |
| CMYK | 0 | 0.47 | 0.62 | 0.22 |
| HSL | 15º | 0.53% | 0.54% | - |
| HSV(B) | 15º | 0.62% | 0.78% | - |
| XYZ | 29.98 | 22.96 | 9.51 | - |
| YUV | 130.27 | 96.81 | 177.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 106 | 75 | 0 | 0.47 | 0.62 | 0.22 | 15 | 0.53 | 0.54 |
| Hex | C7 | 6A | 4B | 0 | 2F | 3E | 16 | F | 35 | 36 |
| Octal | 307 | 152 | 113 | 0 | 57 | 76 | 26 | 17 | 65 | 66 |
| Binary | 11000111 | 1101010 | 1001011 | 0 | 101111 | 111110 | 10110 | 1111 | 110101 | 110110 |
Color Harmonies of #C76A4B
Complementary color
Monochromatic Colors of #C76A4B
Black with #C76A4B
Text Example
Text Example
White with #C76A4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76A4B; }
p { color: rgb(199,106,75); }
H1.HeaderClassName
{
color: #C76A4B;
}
.AnyTagClassName
{
color: #C76A4B;
}
</style>
background-color css
<style>
a { background-color: #C76A4B; }
a { background-color: rgb(199,106,75); }
div.DivClassName
{
background-color: #C76A4B;
}
.BgClassName
{
background-color: #C76A4B;
}
</style>
border-color css
<style>
span { border-color: #C76A4B; }
span { border-color: rgb(199,106,75); }
td.TdClassName
{
border-color: #C76A4B;
}
.TagClassName
{
border-color: #C76A4B;
}
</style>