Shades of Red Damask #C07353
Tints of Red Damask #C07353
RGB
CMYK
RGB Variations
Color information
#C07353 (or 0xC07353) is known color: Red Damask. HEX triplet: C0, 73 and 53. RGB value is (192,115,83). Sum of RGB (Red+Green+Blue) = 192+115+83=390 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.23% from 390); Green value is 115 (45.31% from 255 or 29.49% from 390); Blue value is 83 (32.81% from 255 or 21.28% from 390); Max value from RGB is 192 - color contains mainly: red. Hex color #C07353 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07353 is #3F8CAC. Grayscale: #868686. Windows color (decimal): -4164781 or 5469120. OLE color: 5469120.
HSL color Cylindrical-coordinate representation of color #C07353: hue angle of 17.61º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C07353 is Cyan = 0, Magento = 0.40, Yellow = 0.57 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 115 | 83 | - |
| CMYK | 0 | 0.40 | 0.57 | 0.25 |
| HSL | 17.61º | 0.46% | 0.54% | - |
| HSV(B) | 17.61º | 0.57% | 0.75% | - |
| XYZ | 29.43 | 24.09 | 11.28 | - |
| YUV | 134.38 | 99.01 | 169.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 115 | 83 | 0 | 0.40 | 0.57 | 0.25 | 17.61 | 0.46 | 0.54 |
| Hex | C0 | 73 | 53 | 0 | 28 | 39 | 19 | 12 | 2E | 36 |
| Octal | 300 | 163 | 123 | 0 | 50 | 71 | 31 | 22 | 56 | 66 |
| Binary | 11000000 | 1110011 | 1010011 | 0 | 101000 | 111001 | 11001 | 10010 | 101110 | 110110 |
Color Harmonies of #C07353
Complementary color
Monochromatic Colors of #C07353
Black with #C07353
Text Example
Text Example
White with #C07353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07353; }
p { color: rgb(192,115,83); }
H1.HeaderClassName
{
color: #C07353;
}
.AnyTagClassName
{
color: #C07353;
}
</style>
background-color css
<style>
a { background-color: #C07353; }
a { background-color: rgb(192,115,83); }
div.DivClassName
{
background-color: #C07353;
}
.BgClassName
{
background-color: #C07353;
}
</style>
border-color css
<style>
span { border-color: #C07353; }
span { border-color: rgb(192,115,83); }
td.TdClassName
{
border-color: #C07353;
}
.TagClassName
{
border-color: #C07353;
}
</style>