Shades of Red Damask #C07654
Tints of Red Damask #C07654
RGB
CMYK
RGB Variations
Color information
#C07654 (or 0xC07654) is known color: Red Damask. HEX triplet: C0, 76 and 54. RGB value is (192,118,84). Sum of RGB (Red+Green+Blue) = 192+118+84=394 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.73% from 394); Green value is 118 (46.48% from 255 or 29.95% from 394); Blue value is 84 (33.20% from 255 or 21.32% from 394); Max value from RGB is 192 - color contains mainly: red. Hex color #C07654 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07654 is #3F89AB. Grayscale: #888888. Windows color (decimal): -4164012 or 5535424. OLE color: 5535424.
HSL color Cylindrical-coordinate representation of color #C07654: hue angle of 18.89º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C07654 is Cyan = 0, Magento = 0.39, Yellow = 0.56 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 118 | 84 | - |
| CMYK | 0 | 0.39 | 0.56 | 0.25 |
| HSL | 18.89º | 0.46% | 0.54% | - |
| HSV(B) | 18.89º | 0.56% | 0.75% | - |
| XYZ | 29.82 | 24.8 | 11.6 | - |
| YUV | 136.25 | 98.52 | 167.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 118 | 84 | 0 | 0.39 | 0.56 | 0.25 | 18.89 | 0.46 | 0.54 |
| Hex | C0 | 76 | 54 | 0 | 27 | 38 | 19 | 13 | 2E | 36 |
| Octal | 300 | 166 | 124 | 0 | 47 | 70 | 31 | 23 | 56 | 66 |
| Binary | 11000000 | 1110110 | 1010100 | 0 | 100111 | 111000 | 11001 | 10011 | 101110 | 110110 |
Color Harmonies of #C07654
Complementary color
Monochromatic Colors of #C07654
Black with #C07654
Text Example
Text Example
White with #C07654
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07654; }
p { color: rgb(192,118,84); }
H1.HeaderClassName
{
color: #C07654;
}
.AnyTagClassName
{
color: #C07654;
}
</style>
background-color css
<style>
a { background-color: #C07654; }
a { background-color: rgb(192,118,84); }
div.DivClassName
{
background-color: #C07654;
}
.BgClassName
{
background-color: #C07654;
}
</style>
border-color css
<style>
span { border-color: #C07654; }
span { border-color: rgb(192,118,84); }
td.TdClassName
{
border-color: #C07654;
}
.TagClassName
{
border-color: #C07654;
}
</style>