Shades of Red Damask #C06944
Tints of Red Damask #C06944
RGB
CMYK
RGB Variations
Color information
#C06944 (or 0xC06944) is known color: Red Damask. HEX triplet: C0, 69 and 44. RGB value is (192,105,68). Sum of RGB (Red+Green+Blue) = 192+105+68=365 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.60% from 365); Green value is 105 (41.41% from 255 or 28.77% from 365); Blue value is 68 (26.95% from 255 or 18.63% from 365); Max value from RGB is 192 - color contains mainly: red. Hex color #C06944 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C06944 is #3F96BB. Grayscale: #7F7F7F. Windows color (decimal): -4167356 or 4483520. OLE color: 4483520.
HSL color Cylindrical-coordinate representation of color #C06944: hue angle of 17.9º 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 #C06944 is Cyan = 0, Magento = 0.45, Yellow = 0.65 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 105 | 68 | - |
| CMYK | 0 | 0.45 | 0.65 | 0.25 |
| HSL | 17.9º | 0.5% | 0.51% | - |
| HSV(B) | 17.9º | 0.65% | 0.75% | - |
| XYZ | 27.83 | 21.73 | 8.2 | - |
| YUV | 126.8 | 94.82 | 174.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 105 | 68 | 0 | 0.45 | 0.65 | 0.25 | 17.9 | 0.5 | 0.51 |
| Hex | C0 | 69 | 44 | 0 | 2D | 41 | 19 | 12 | 32 | 33 |
| Octal | 300 | 151 | 104 | 0 | 55 | 101 | 31 | 22 | 62 | 63 |
| Binary | 11000000 | 1101001 | 1000100 | 0 | 101101 | 1000001 | 11001 | 10010 | 110010 | 110011 |
Color Harmonies of #C06944
Complementary color
Monochromatic Colors of #C06944
Black with #C06944
Text Example
Text Example
White with #C06944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06944; }
p { color: rgb(192,105,68); }
H1.HeaderClassName
{
color: #C06944;
}
.AnyTagClassName
{
color: #C06944;
}
</style>
background-color css
<style>
a { background-color: #C06944; }
a { background-color: rgb(192,105,68); }
div.DivClassName
{
background-color: #C06944;
}
.BgClassName
{
background-color: #C06944;
}
</style>
border-color css
<style>
span { border-color: #C06944; }
span { border-color: rgb(192,105,68); }
td.TdClassName
{
border-color: #C06944;
}
.TagClassName
{
border-color: #C06944;
}
</style>