Shades of Red Damask #C36C49
Tints of Red Damask #C36C49
RGB
CMYK
RGB Variations
Color information
#C36C49 (or 0xC36C49) is known color: Red Damask. HEX triplet: C3, 6C and 49. RGB value is (195,108,73). Sum of RGB (Red+Green+Blue) = 195+108+73=376 (49% of max value = 765). Red value is 195 (76.56% from 255 or 51.86% from 376); Green value is 108 (42.58% from 255 or 28.72% from 376); Blue value is 73 (28.91% from 255 or 19.41% from 376); Max value from RGB is 195 - color contains mainly: red. Hex color #C36C49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C36C49 is #3C93B6. Grayscale: #828282. Windows color (decimal): -3969975 or 4811971. OLE color: 4811971.
HSL color Cylindrical-coordinate representation of color #C36C49: hue angle of 17.21º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C36C49 is Cyan = 0, Magento = 0.45, Yellow = 0.63 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 108 | 73 | - |
| CMYK | 0 | 0.45 | 0.63 | 0.24 |
| HSL | 17.21º | 0.5% | 0.53% | - |
| HSV(B) | 17.21º | 0.63% | 0.76% | - |
| XYZ | 29.07 | 22.81 | 9.17 | - |
| YUV | 130.02 | 95.82 | 174.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 108 | 73 | 0 | 0.45 | 0.63 | 0.24 | 17.21 | 0.5 | 0.53 |
| Hex | C3 | 6C | 49 | 0 | 2D | 3F | 18 | 11 | 32 | 35 |
| Octal | 303 | 154 | 111 | 0 | 55 | 77 | 30 | 21 | 62 | 65 |
| Binary | 11000011 | 1101100 | 1001001 | 0 | 101101 | 111111 | 11000 | 10001 | 110010 | 110101 |
Color Harmonies of #C36C49
Complementary color
Monochromatic Colors of #C36C49
Black with #C36C49
Text Example
Text Example
White with #C36C49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36C49; }
p { color: rgb(195,108,73); }
H1.HeaderClassName
{
color: #C36C49;
}
.AnyTagClassName
{
color: #C36C49;
}
</style>
background-color css
<style>
a { background-color: #C36C49; }
a { background-color: rgb(195,108,73); }
div.DivClassName
{
background-color: #C36C49;
}
.BgClassName
{
background-color: #C36C49;
}
</style>
border-color css
<style>
span { border-color: #C36C49; }
span { border-color: rgb(195,108,73); }
td.TdClassName
{
border-color: #C36C49;
}
.TagClassName
{
border-color: #C36C49;
}
</style>