Shades of Red Damask #C36A51
Tints of Red Damask #C36A51
RGB
CMYK
RGB Variations
Color information
#C36A51 (or 0xC36A51) is known color: Red Damask. HEX triplet: C3, 6A and 51. RGB value is (195,106,81). Sum of RGB (Red+Green+Blue) = 195+106+81=382 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.05% from 382); Green value is 106 (41.80% from 255 or 27.75% from 382); Blue value is 81 (32.03% from 255 or 21.20% from 382); Max value from RGB is 195 - color contains mainly: red. Hex color #C36A51 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C36A51 is #3C95AE. Grayscale: #818181. Windows color (decimal): -3970479 or 5335747. OLE color: 5335747.
HSL color Cylindrical-coordinate representation of color #C36A51: hue angle of 13.16º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C36A51 is Cyan = 0, Magento = 0.46, Yellow = 0.58 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 106 | 81 | - |
| CMYK | 0 | 0.46 | 0.58 | 0.24 |
| HSL | 13.16º | 0.49% | 0.54% | - |
| HSV(B) | 13.16º | 0.58% | 0.76% | - |
| XYZ | 29.14 | 22.5 | 10.59 | - |
| YUV | 129.76 | 100.49 | 174.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 106 | 81 | 0 | 0.46 | 0.58 | 0.24 | 13.16 | 0.49 | 0.54 |
| Hex | C3 | 6A | 51 | 0 | 2E | 3A | 18 | D | 31 | 36 |
| Octal | 303 | 152 | 121 | 0 | 56 | 72 | 30 | 15 | 61 | 66 |
| Binary | 11000011 | 1101010 | 1010001 | 0 | 101110 | 111010 | 11000 | 1101 | 110001 | 110110 |
Color Harmonies of #C36A51
Complementary color
Monochromatic Colors of #C36A51
Black with #C36A51
Text Example
Text Example
White with #C36A51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36A51; }
p { color: rgb(195,106,81); }
H1.HeaderClassName
{
color: #C36A51;
}
.AnyTagClassName
{
color: #C36A51;
}
</style>
background-color css
<style>
a { background-color: #C36A51; }
a { background-color: rgb(195,106,81); }
div.DivClassName
{
background-color: #C36A51;
}
.BgClassName
{
background-color: #C36A51;
}
</style>
border-color css
<style>
span { border-color: #C36A51; }
span { border-color: rgb(195,106,81); }
td.TdClassName
{
border-color: #C36A51;
}
.TagClassName
{
border-color: #C36A51;
}
</style>