Shades of Red Damask #C06943
Tints of Red Damask #C06943
RGB
CMYK
RGB Variations
Color information
#C06943 (or 0xC06943) is known color: Red Damask. HEX triplet: C0, 69 and 43. RGB value is (192,105,67). Sum of RGB (Red+Green+Blue) = 192+105+67=364 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.75% from 364); Green value is 105 (41.41% from 255 or 28.85% from 364); Blue value is 67 (26.56% from 255 or 18.41% from 364); Max value from RGB is 192 - color contains mainly: red. Hex color #C06943 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C06943 is #3F96BC. Grayscale: #7E7E7E. Windows color (decimal): -4167357 or 4417984. OLE color: 4417984.
HSL color Cylindrical-coordinate representation of color #C06943: hue angle of 18.24º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C06943 is Cyan = 0, Magento = 0.45, Yellow = 0.65 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 105 | 67 | - |
| CMYK | 0 | 0.45 | 0.65 | 0.25 |
| HSL | 18.24º | 0.5% | 0.51% | - |
| HSV(B) | 18.24º | 0.65% | 0.75% | - |
| XYZ | 27.8 | 21.71 | 8.04 | - |
| YUV | 126.68 | 94.32 | 174.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 105 | 67 | 0 | 0.45 | 0.65 | 0.25 | 18.24 | 0.5 | 0.51 |
| Hex | C0 | 69 | 43 | 0 | 2D | 41 | 19 | 12 | 32 | 33 |
| Octal | 300 | 151 | 103 | 0 | 55 | 101 | 31 | 22 | 62 | 63 |
| Binary | 11000000 | 1101001 | 1000011 | 0 | 101101 | 1000001 | 11001 | 10010 | 110010 | 110011 |
Color Harmonies of #C06943
Complementary color
Monochromatic Colors of #C06943
Black with #C06943
Text Example
Text Example
White with #C06943
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06943; }
p { color: rgb(192,105,67); }
H1.HeaderClassName
{
color: #C06943;
}
.AnyTagClassName
{
color: #C06943;
}
</style>
background-color css
<style>
a { background-color: #C06943; }
a { background-color: rgb(192,105,67); }
div.DivClassName
{
background-color: #C06943;
}
.BgClassName
{
background-color: #C06943;
}
</style>
border-color css
<style>
span { border-color: #C06943; }
span { border-color: rgb(192,105,67); }
td.TdClassName
{
border-color: #C06943;
}
.TagClassName
{
border-color: #C06943;
}
</style>