Shades of Red Damask #C07154
Tints of Red Damask #C07154
RGB
CMYK
RGB Variations
Color information
#C07154 (or 0xC07154) is known color: Red Damask. HEX triplet: C0, 71 and 54. RGB value is (192,113,84). Sum of RGB (Red+Green+Blue) = 192+113+84=389 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.36% from 389); Green value is 113 (44.53% from 255 or 29.05% from 389); Blue value is 84 (33.20% from 255 or 21.59% from 389); Max value from RGB is 192 - color contains mainly: red. Hex color #C07154 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07154 is #3F8EAB. Grayscale: #858585. Windows color (decimal): -4165292 or 5534144. OLE color: 5534144.
HSL color Cylindrical-coordinate representation of color #C07154: hue angle of 16.11º 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 #C07154 is Cyan = 0, Magento = 0.41, Yellow = 0.56 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 113 | 84 | - |
| CMYK | 0 | 0.41 | 0.56 | 0.25 |
| HSL | 16.11º | 0.46% | 0.54% | - |
| HSV(B) | 16.11º | 0.56% | 0.75% | - |
| XYZ | 29.24 | 23.66 | 11.41 | - |
| YUV | 133.32 | 100.17 | 169.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 113 | 84 | 0 | 0.41 | 0.56 | 0.25 | 16.11 | 0.46 | 0.54 |
| Hex | C0 | 71 | 54 | 0 | 29 | 38 | 19 | 10 | 2E | 36 |
| Octal | 300 | 161 | 124 | 0 | 51 | 70 | 31 | 20 | 56 | 66 |
| Binary | 11000000 | 1110001 | 1010100 | 0 | 101001 | 111000 | 11001 | 10000 | 101110 | 110110 |
Color Harmonies of #C07154
Complementary color
Monochromatic Colors of #C07154
Black with #C07154
Text Example
Text Example
White with #C07154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07154; }
p { color: rgb(192,113,84); }
H1.HeaderClassName
{
color: #C07154;
}
.AnyTagClassName
{
color: #C07154;
}
</style>
background-color css
<style>
a { background-color: #C07154; }
a { background-color: rgb(192,113,84); }
div.DivClassName
{
background-color: #C07154;
}
.BgClassName
{
background-color: #C07154;
}
</style>
border-color css
<style>
span { border-color: #C07154; }
span { border-color: rgb(192,113,84); }
td.TdClassName
{
border-color: #C07154;
}
.TagClassName
{
border-color: #C07154;
}
</style>