Shades of Red Damask #C07650
Tints of Red Damask #C07650
RGB
CMYK
RGB Variations
Color information
#C07650 (or 0xC07650) is known color: Red Damask. HEX triplet: C0, 76 and 50. RGB value is (192,118,80). Sum of RGB (Red+Green+Blue) = 192+118+80=390 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.23% from 390); Green value is 118 (46.48% from 255 or 30.26% from 390); Blue value is 80 (31.64% from 255 or 20.51% from 390); Max value from RGB is 192 - color contains mainly: red. Hex color #C07650 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07650 is #3F89AF. Grayscale: #888888. Windows color (decimal): -4164016 or 5273280. OLE color: 5273280.
HSL color Cylindrical-coordinate representation of color #C07650: hue angle of 20.36º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C07650 is Cyan = 0, Magento = 0.39, Yellow = 0.58 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 118 | 80 | - |
| CMYK | 0 | 0.39 | 0.58 | 0.25 |
| HSL | 20.36º | 0.47% | 0.53% | - |
| HSV(B) | 20.36º | 0.58% | 0.75% | - |
| XYZ | 29.66 | 24.74 | 10.8 | - |
| YUV | 135.79 | 96.52 | 168.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 118 | 80 | 0 | 0.39 | 0.58 | 0.25 | 20.36 | 0.47 | 0.53 |
| Hex | C0 | 76 | 50 | 0 | 27 | 3A | 19 | 14 | 2F | 35 |
| Octal | 300 | 166 | 120 | 0 | 47 | 72 | 31 | 24 | 57 | 65 |
| Binary | 11000000 | 1110110 | 1010000 | 0 | 100111 | 111010 | 11001 | 10100 | 101111 | 110101 |
Color Harmonies of #C07650
Complementary color
Monochromatic Colors of #C07650
Black with #C07650
Text Example
Text Example
White with #C07650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07650; }
p { color: rgb(192,118,80); }
H1.HeaderClassName
{
color: #C07650;
}
.AnyTagClassName
{
color: #C07650;
}
</style>
background-color css
<style>
a { background-color: #C07650; }
a { background-color: rgb(192,118,80); }
div.DivClassName
{
background-color: #C07650;
}
.BgClassName
{
background-color: #C07650;
}
</style>
border-color css
<style>
span { border-color: #C07650; }
span { border-color: rgb(192,118,80); }
td.TdClassName
{
border-color: #C07650;
}
.TagClassName
{
border-color: #C07650;
}
</style>