Shades of Red Damask #C76848
Tints of Red Damask #C76848
RGB
CMYK
RGB Variations
Color information
#C76848 (or 0xC76848) is known color: Red Damask. HEX triplet: C7, 68 and 48. RGB value is (199,104,72). Sum of RGB (Red+Green+Blue) = 199+104+72=375 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.07% from 375); Green value is 104 (41.02% from 255 or 27.73% from 375); Blue value is 72 (28.52% from 255 or 19.2% from 375); Max value from RGB is 199 - color contains mainly: red. Hex color #C76848 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C76848 is #3897B7. Grayscale: #808080. Windows color (decimal): -3708856 or 4745415. OLE color: 4745415.
HSL color Cylindrical-coordinate representation of color #C76848: hue angle of 15.12º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C76848 is Cyan = 0, Magento = 0.48, Yellow = 0.64 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 104 | 72 | - |
| CMYK | 0 | 0.48 | 0.64 | 0.22 |
| HSL | 15.12º | 0.53% | 0.53% | - |
| HSV(B) | 15.12º | 0.64% | 0.78% | - |
| XYZ | 29.67 | 22.51 | 8.91 | - |
| YUV | 128.76 | 95.97 | 178.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 104 | 72 | 0 | 0.48 | 0.64 | 0.22 | 15.12 | 0.53 | 0.53 |
| Hex | C7 | 68 | 48 | 0 | 30 | 40 | 16 | F | 35 | 35 |
| Octal | 307 | 150 | 110 | 0 | 60 | 100 | 26 | 17 | 65 | 65 |
| Binary | 11000111 | 1101000 | 1001000 | 0 | 110000 | 1000000 | 10110 | 1111 | 110101 | 110101 |
Color Harmonies of #C76848
Complementary color
Monochromatic Colors of #C76848
Black with #C76848
Text Example
Text Example
White with #C76848
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76848; }
p { color: rgb(199,104,72); }
H1.HeaderClassName
{
color: #C76848;
}
.AnyTagClassName
{
color: #C76848;
}
</style>
background-color css
<style>
a { background-color: #C76848; }
a { background-color: rgb(199,104,72); }
div.DivClassName
{
background-color: #C76848;
}
.BgClassName
{
background-color: #C76848;
}
</style>
border-color css
<style>
span { border-color: #C76848; }
span { border-color: rgb(199,104,72); }
td.TdClassName
{
border-color: #C76848;
}
.TagClassName
{
border-color: #C76848;
}
</style>