Shades of Red Damask #C36D4E
Tints of Red Damask #C36D4E
RGB
CMYK
RGB Variations
Color information
#C36D4E (or 0xC36D4E) is known color: Red Damask. HEX triplet: C3, 6D and 4E. RGB value is (195,109,78). Sum of RGB (Red+Green+Blue) = 195+109+78=382 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.05% from 382); Green value is 109 (42.97% from 255 or 28.53% from 382); Blue value is 78 (30.86% from 255 or 20.42% from 382); Max value from RGB is 195 - color contains mainly: red. Hex color #C36D4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C36D4E is #3C92B1. Grayscale: #838383. Windows color (decimal): -3969714 or 5139907. OLE color: 5139907.
HSL color Cylindrical-coordinate representation of color #C36D4E: hue angle of 15.9º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C36D4E is Cyan = 0, Magento = 0.44, Yellow = 0.6 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 109 | 78 | - |
| CMYK | 0 | 0.44 | 0.6 | 0.24 |
| HSL | 15.9º | 0.49% | 0.54% | - |
| HSV(B) | 15.9º | 0.6% | 0.76% | - |
| XYZ | 29.35 | 23.09 | 10.12 | - |
| YUV | 131.18 | 97.99 | 173.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 109 | 78 | 0 | 0.44 | 0.6 | 0.24 | 15.9 | 0.49 | 0.54 |
| Hex | C3 | 6D | 4E | 0 | 2C | 3C | 18 | 10 | 31 | 36 |
| Octal | 303 | 155 | 116 | 0 | 54 | 74 | 30 | 20 | 61 | 66 |
| Binary | 11000011 | 1101101 | 1001110 | 0 | 101100 | 111100 | 11000 | 10000 | 110001 | 110110 |
Color Harmonies of #C36D4E
Complementary color
Monochromatic Colors of #C36D4E
Black with #C36D4E
Text Example
Text Example
White with #C36D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36D4E; }
p { color: rgb(195,109,78); }
H1.HeaderClassName
{
color: #C36D4E;
}
.AnyTagClassName
{
color: #C36D4E;
}
</style>
background-color css
<style>
a { background-color: #C36D4E; }
a { background-color: rgb(195,109,78); }
div.DivClassName
{
background-color: #C36D4E;
}
.BgClassName
{
background-color: #C36D4E;
}
</style>
border-color css
<style>
span { border-color: #C36D4E; }
span { border-color: rgb(195,109,78); }
td.TdClassName
{
border-color: #C36D4E;
}
.TagClassName
{
border-color: #C36D4E;
}
</style>