Shades of Red Damask #C06845
Tints of Red Damask #C06845
RGB
CMYK
RGB Variations
Color information
#C06845 (or 0xC06845) is known color: Red Damask. HEX triplet: C0, 68 and 45. RGB value is (192,104,69). Sum of RGB (Red+Green+Blue) = 192+104+69=365 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.60% from 365); Green value is 104 (41.02% from 255 or 28.49% from 365); Blue value is 69 (27.34% from 255 or 18.90% from 365); Max value from RGB is 192 - color contains mainly: red. Hex color #C06845 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C06845 is #3F97BA. Grayscale: #7E7E7E. Windows color (decimal): -4167611 or 4548800. OLE color: 4548800.
HSL color Cylindrical-coordinate representation of color #C06845: hue angle of 17.07º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C06845 is Cyan = 0, Magento = 0.46, Yellow = 0.64 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 104 | 69 | - |
| CMYK | 0 | 0.46 | 0.64 | 0.25 |
| HSL | 17.07º | 0.49% | 0.51% | - |
| HSV(B) | 17.07º | 0.64% | 0.75% | - |
| XYZ | 27.76 | 21.54 | 8.32 | - |
| YUV | 126.32 | 95.65 | 174.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 104 | 69 | 0 | 0.46 | 0.64 | 0.25 | 17.07 | 0.49 | 0.51 |
| Hex | C0 | 68 | 45 | 0 | 2E | 40 | 19 | 11 | 31 | 33 |
| Octal | 300 | 150 | 105 | 0 | 56 | 100 | 31 | 21 | 61 | 63 |
| Binary | 11000000 | 1101000 | 1000101 | 0 | 101110 | 1000000 | 11001 | 10001 | 110001 | 110011 |
Color Harmonies of #C06845
Complementary color
Monochromatic Colors of #C06845
Black with #C06845
Text Example
Text Example
White with #C06845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06845; }
p { color: rgb(192,104,69); }
H1.HeaderClassName
{
color: #C06845;
}
.AnyTagClassName
{
color: #C06845;
}
</style>
background-color css
<style>
a { background-color: #C06845; }
a { background-color: rgb(192,104,69); }
div.DivClassName
{
background-color: #C06845;
}
.BgClassName
{
background-color: #C06845;
}
</style>
border-color css
<style>
span { border-color: #C06845; }
span { border-color: rgb(192,104,69); }
td.TdClassName
{
border-color: #C06845;
}
.TagClassName
{
border-color: #C06845;
}
</style>