Shades of Red Damask #C36D4F
Tints of Red Damask #C36D4F
RGB
CMYK
RGB Variations
Color information
#C36D4F (or 0xC36D4F) is known color: Red Damask. HEX triplet: C3, 6D and 4F. RGB value is (195,109,79). Sum of RGB (Red+Green+Blue) = 195+109+79=383 (50% of max value = 765). Red value is 195 (76.56% from 255 or 50.91% from 383); Green value is 109 (42.97% from 255 or 28.46% from 383); Blue value is 79 (31.25% from 255 or 20.63% from 383); Max value from RGB is 195 - color contains mainly: red. Hex color #C36D4F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C36D4F is #3C92B0. Grayscale: #838383. Windows color (decimal): -3969713 or 5205443. OLE color: 5205443.
HSL color Cylindrical-coordinate representation of color #C36D4F: hue angle of 15.52º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C36D4F is Cyan = 0, Magento = 0.44, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 109 | 79 | - |
| CMYK | 0 | 0.44 | 0.59 | 0.24 |
| HSL | 15.52º | 0.49% | 0.54% | - |
| HSV(B) | 15.52º | 0.59% | 0.76% | - |
| XYZ | 29.39 | 23.1 | 10.31 | - |
| YUV | 131.29 | 98.49 | 173.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 109 | 79 | 0 | 0.44 | 0.59 | 0.24 | 15.52 | 0.49 | 0.54 |
| Hex | C3 | 6D | 4F | 0 | 2C | 3B | 18 | 10 | 31 | 36 |
| Octal | 303 | 155 | 117 | 0 | 54 | 73 | 30 | 20 | 61 | 66 |
| Binary | 11000011 | 1101101 | 1001111 | 0 | 101100 | 111011 | 11000 | 10000 | 110001 | 110110 |
Color Harmonies of #C36D4F
Complementary color
Monochromatic Colors of #C36D4F
Black with #C36D4F
Text Example
Text Example
White with #C36D4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36D4F; }
p { color: rgb(195,109,79); }
H1.HeaderClassName
{
color: #C36D4F;
}
.AnyTagClassName
{
color: #C36D4F;
}
</style>
background-color css
<style>
a { background-color: #C36D4F; }
a { background-color: rgb(195,109,79); }
div.DivClassName
{
background-color: #C36D4F;
}
.BgClassName
{
background-color: #C36D4F;
}
</style>
border-color css
<style>
span { border-color: #C36D4F; }
span { border-color: rgb(195,109,79); }
td.TdClassName
{
border-color: #C36D4F;
}
.TagClassName
{
border-color: #C36D4F;
}
</style>