Shades of Red Damask #C06B49
Tints of Red Damask #C06B49
RGB
CMYK
RGB Variations
Color information
#C06B49 (or 0xC06B49) is known color: Red Damask. HEX triplet: C0, 6B and 49. RGB value is (192,107,73). Sum of RGB (Red+Green+Blue) = 192+107+73=372 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.61% from 372); Green value is 107 (42.19% from 255 or 28.76% from 372); Blue value is 73 (28.91% from 255 or 19.62% from 372); Max value from RGB is 192 - color contains mainly: red. Hex color #C06B49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C06B49 is #3F94B6. Grayscale: #808080. Windows color (decimal): -4166839 or 4811712. OLE color: 4811712.
HSL color Cylindrical-coordinate representation of color #C06B49: hue angle of 17.14º 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 #C06B49 is Cyan = 0, Magento = 0.44, Yellow = 0.62 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 107 | 73 | - |
| CMYK | 0 | 0.44 | 0.62 | 0.25 |
| HSL | 17.14º | 0.49% | 0.52% | - |
| HSV(B) | 17.14º | 0.62% | 0.75% | - |
| XYZ | 28.2 | 22.2 | 9.1 | - |
| YUV | 128.54 | 96.66 | 173.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 107 | 73 | 0 | 0.44 | 0.62 | 0.25 | 17.14 | 0.49 | 0.52 |
| Hex | C0 | 6B | 49 | 0 | 2C | 3E | 19 | 11 | 31 | 34 |
| Octal | 300 | 153 | 111 | 0 | 54 | 76 | 31 | 21 | 61 | 64 |
| Binary | 11000000 | 1101011 | 1001001 | 0 | 101100 | 111110 | 11001 | 10001 | 110001 | 110100 |
Color Harmonies of #C06B49
Complementary color
Monochromatic Colors of #C06B49
Black with #C06B49
Text Example
Text Example
White with #C06B49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06B49; }
p { color: rgb(192,107,73); }
H1.HeaderClassName
{
color: #C06B49;
}
.AnyTagClassName
{
color: #C06B49;
}
</style>
background-color css
<style>
a { background-color: #C06B49; }
a { background-color: rgb(192,107,73); }
div.DivClassName
{
background-color: #C06B49;
}
.BgClassName
{
background-color: #C06B49;
}
</style>
border-color css
<style>
span { border-color: #C06B49; }
span { border-color: rgb(192,107,73); }
td.TdClassName
{
border-color: #C06B49;
}
.TagClassName
{
border-color: #C06B49;
}
</style>