Shades of Red Damask #C36A49
Tints of Red Damask #C36A49
RGB
CMYK
RGB Variations
Color information
#C36A49 (or 0xC36A49) is known color: Red Damask. HEX triplet: C3, 6A and 49. RGB value is (195,106,73). Sum of RGB (Red+Green+Blue) = 195+106+73=374 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.14% from 374); Green value is 106 (41.80% from 255 or 28.34% from 374); Blue value is 73 (28.91% from 255 or 19.52% from 374); Max value from RGB is 195 - color contains mainly: red. Hex color #C36A49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C36A49 is #3C95B6. Grayscale: #818181. Windows color (decimal): -3970487 or 4811459. OLE color: 4811459.
HSL color Cylindrical-coordinate representation of color #C36A49: hue angle of 16.23º 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 #C36A49 is Cyan = 0, Magento = 0.46, Yellow = 0.63 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 106 | 73 | - |
| CMYK | 0 | 0.46 | 0.63 | 0.24 |
| HSL | 16.23º | 0.5% | 0.53% | - |
| HSV(B) | 16.23º | 0.63% | 0.76% | - |
| XYZ | 28.86 | 22.39 | 9.1 | - |
| YUV | 128.85 | 96.49 | 175.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 106 | 73 | 0 | 0.46 | 0.63 | 0.24 | 16.23 | 0.5 | 0.53 |
| Hex | C3 | 6A | 49 | 0 | 2E | 3F | 18 | 10 | 32 | 35 |
| Octal | 303 | 152 | 111 | 0 | 56 | 77 | 30 | 20 | 62 | 65 |
| Binary | 11000011 | 1101010 | 1001001 | 0 | 101110 | 111111 | 11000 | 10000 | 110010 | 110101 |
Color Harmonies of #C36A49
Complementary color
Monochromatic Colors of #C36A49
Black with #C36A49
Text Example
Text Example
White with #C36A49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36A49; }
p { color: rgb(195,106,73); }
H1.HeaderClassName
{
color: #C36A49;
}
.AnyTagClassName
{
color: #C36A49;
}
</style>
background-color css
<style>
a { background-color: #C36A49; }
a { background-color: rgb(195,106,73); }
div.DivClassName
{
background-color: #C36A49;
}
.BgClassName
{
background-color: #C36A49;
}
</style>
border-color css
<style>
span { border-color: #C36A49; }
span { border-color: rgb(195,106,73); }
td.TdClassName
{
border-color: #C36A49;
}
.TagClassName
{
border-color: #C36A49;
}
</style>