Shades of Red Damask #C06849
Tints of Red Damask #C06849
RGB
CMYK
RGB Variations
Color information
#C06849 (or 0xC06849) is known color: Red Damask. HEX triplet: C0, 68 and 49. RGB value is (192,104,73). Sum of RGB (Red+Green+Blue) = 192+104+73=369 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.03% from 369); Green value is 104 (41.02% from 255 or 28.18% from 369); Blue value is 73 (28.91% from 255 or 19.78% from 369); Max value from RGB is 192 - color contains mainly: red. Hex color #C06849 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C06849 is #3F97B6. Grayscale: #7E7E7E. Windows color (decimal): -4167607 or 4810944. OLE color: 4810944.
HSL color Cylindrical-coordinate representation of color #C06849: hue angle of 15.63º 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 #C06849 is Cyan = 0, Magento = 0.46, Yellow = 0.62 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 104 | 73 | - |
| CMYK | 0 | 0.46 | 0.62 | 0.25 |
| HSL | 15.63º | 0.49% | 0.52% | - |
| HSV(B) | 15.63º | 0.62% | 0.75% | - |
| XYZ | 27.89 | 21.59 | 9 | - |
| YUV | 126.78 | 97.65 | 174.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 104 | 73 | 0 | 0.46 | 0.62 | 0.25 | 15.63 | 0.49 | 0.52 |
| Hex | C0 | 68 | 49 | 0 | 2E | 3E | 19 | 10 | 31 | 34 |
| Octal | 300 | 150 | 111 | 0 | 56 | 76 | 31 | 20 | 61 | 64 |
| Binary | 11000000 | 1101000 | 1001001 | 0 | 101110 | 111110 | 11001 | 10000 | 110001 | 110100 |
Color Harmonies of #C06849
Complementary color
Monochromatic Colors of #C06849
Black with #C06849
Text Example
Text Example
White with #C06849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06849; }
p { color: rgb(192,104,73); }
H1.HeaderClassName
{
color: #C06849;
}
.AnyTagClassName
{
color: #C06849;
}
</style>
background-color css
<style>
a { background-color: #C06849; }
a { background-color: rgb(192,104,73); }
div.DivClassName
{
background-color: #C06849;
}
.BgClassName
{
background-color: #C06849;
}
</style>
border-color css
<style>
span { border-color: #C06849; }
span { border-color: rgb(192,104,73); }
td.TdClassName
{
border-color: #C06849;
}
.TagClassName
{
border-color: #C06849;
}
</style>