Shades of Red Damask #C07148
Tints of Red Damask #C07148
RGB
CMYK
RGB Variations
Color information
#C07148 (or 0xC07148) is known color: Red Damask. HEX triplet: C0, 71 and 48. RGB value is (192,113,72). Sum of RGB (Red+Green+Blue) = 192+113+72=377 (49% of max value = 765). Red value is 192 (75.39% from 255 or 50.93% from 377); Green value is 113 (44.53% from 255 or 29.97% from 377); Blue value is 72 (28.52% from 255 or 19.10% from 377); Max value from RGB is 192 - color contains mainly: red. Hex color #C07148 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07148 is #3F8EB7. Grayscale: #848484. Windows color (decimal): -4165304 or 4747712. OLE color: 4747712.
HSL color Cylindrical-coordinate representation of color #C07148: hue angle of 20.5º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C07148 is Cyan = 0, Magento = 0.41, Yellow = 0.63 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 113 | 72 | - |
| CMYK | 0 | 0.41 | 0.63 | 0.25 |
| HSL | 20.5º | 0.49% | 0.52% | - |
| HSV(B) | 20.5º | 0.63% | 0.75% | - |
| XYZ | 28.81 | 23.48 | 9.15 | - |
| YUV | 131.95 | 94.17 | 170.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 113 | 72 | 0 | 0.41 | 0.63 | 0.25 | 20.5 | 0.49 | 0.52 |
| Hex | C0 | 71 | 48 | 0 | 29 | 3F | 19 | 14 | 31 | 34 |
| Octal | 300 | 161 | 110 | 0 | 51 | 77 | 31 | 24 | 61 | 64 |
| Binary | 11000000 | 1110001 | 1001000 | 0 | 101001 | 111111 | 11001 | 10100 | 110001 | 110100 |
Color Harmonies of #C07148
Complementary color
Monochromatic Colors of #C07148
Black with #C07148
Text Example
Text Example
White with #C07148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07148; }
p { color: rgb(192,113,72); }
H1.HeaderClassName
{
color: #C07148;
}
.AnyTagClassName
{
color: #C07148;
}
</style>
background-color css
<style>
a { background-color: #C07148; }
a { background-color: rgb(192,113,72); }
div.DivClassName
{
background-color: #C07148;
}
.BgClassName
{
background-color: #C07148;
}
</style>
border-color css
<style>
span { border-color: #C07148; }
span { border-color: rgb(192,113,72); }
td.TdClassName
{
border-color: #C07148;
}
.TagClassName
{
border-color: #C07148;
}
</style>