Shades of Red Damask #C36E51
Tints of Red Damask #C36E51
RGB
CMYK
RGB Variations
Color information
#C36E51 (or 0xC36E51) is known color: Red Damask. HEX triplet: C3, 6E and 51. RGB value is (195,110,81). Sum of RGB (Red+Green+Blue) = 195+110+81=386 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50.52% from 386); Green value is 110 (43.36% from 255 or 28.50% from 386); Blue value is 81 (32.03% from 255 or 20.98% from 386); Max value from RGB is 195 - color contains mainly: red. Hex color #C36E51 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C36E51 is #3C91AE. Grayscale: #848484. Windows color (decimal): -3969455 or 5336771. OLE color: 5336771.
HSL color Cylindrical-coordinate representation of color #C36E51: hue angle of 15.26º 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 #C36E51 is Cyan = 0, Magento = 0.44, Yellow = 0.58 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 110 | 81 | - |
| CMYK | 0 | 0.44 | 0.58 | 0.24 |
| HSL | 15.26º | 0.49% | 0.54% | - |
| HSV(B) | 15.26º | 0.58% | 0.76% | - |
| XYZ | 29.57 | 23.35 | 10.73 | - |
| YUV | 132.11 | 99.16 | 172.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 110 | 81 | 0 | 0.44 | 0.58 | 0.24 | 15.26 | 0.49 | 0.54 |
| Hex | C3 | 6E | 51 | 0 | 2C | 3A | 18 | F | 31 | 36 |
| Octal | 303 | 156 | 121 | 0 | 54 | 72 | 30 | 17 | 61 | 66 |
| Binary | 11000011 | 1101110 | 1010001 | 0 | 101100 | 111010 | 11000 | 1111 | 110001 | 110110 |
Color Harmonies of #C36E51
Complementary color
Monochromatic Colors of #C36E51
Black with #C36E51
Text Example
Text Example
White with #C36E51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36E51; }
p { color: rgb(195,110,81); }
H1.HeaderClassName
{
color: #C36E51;
}
.AnyTagClassName
{
color: #C36E51;
}
</style>
background-color css
<style>
a { background-color: #C36E51; }
a { background-color: rgb(195,110,81); }
div.DivClassName
{
background-color: #C36E51;
}
.BgClassName
{
background-color: #C36E51;
}
</style>
border-color css
<style>
span { border-color: #C36E51; }
span { border-color: rgb(195,110,81); }
td.TdClassName
{
border-color: #C36E51;
}
.TagClassName
{
border-color: #C36E51;
}
</style>