Shades of Red Damask #C36B4E
Tints of Red Damask #C36B4E
RGB
CMYK
RGB Variations
Color information
#C36B4E (or 0xC36B4E) is known color: Red Damask. HEX triplet: C3, 6B and 4E. RGB value is (195,107,78). Sum of RGB (Red+Green+Blue) = 195+107+78=380 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.32% from 380); Green value is 107 (42.19% from 255 or 28.16% from 380); Blue value is 78 (30.86% from 255 or 20.53% from 380); Max value from RGB is 195 - color contains mainly: red. Hex color #C36B4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C36B4E is #3C94B1. Grayscale: #828282. Windows color (decimal): -3970226 or 5139395. OLE color: 5139395.
HSL color Cylindrical-coordinate representation of color #C36B4E: hue angle of 14.87º 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 #C36B4E is Cyan = 0, Magento = 0.45, Yellow = 0.6 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 107 | 78 | - |
| CMYK | 0 | 0.45 | 0.6 | 0.24 |
| HSL | 14.87º | 0.49% | 0.54% | - |
| HSV(B) | 14.87º | 0.6% | 0.76% | - |
| XYZ | 29.14 | 22.67 | 10.05 | - |
| YUV | 130.01 | 98.65 | 174.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 107 | 78 | 0 | 0.45 | 0.6 | 0.24 | 14.87 | 0.49 | 0.54 |
| Hex | C3 | 6B | 4E | 0 | 2D | 3C | 18 | F | 31 | 36 |
| Octal | 303 | 153 | 116 | 0 | 55 | 74 | 30 | 17 | 61 | 66 |
| Binary | 11000011 | 1101011 | 1001110 | 0 | 101101 | 111100 | 11000 | 1111 | 110001 | 110110 |
Color Harmonies of #C36B4E
Complementary color
Monochromatic Colors of #C36B4E
Black with #C36B4E
Text Example
Text Example
White with #C36B4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36B4E; }
p { color: rgb(195,107,78); }
H1.HeaderClassName
{
color: #C36B4E;
}
.AnyTagClassName
{
color: #C36B4E;
}
</style>
background-color css
<style>
a { background-color: #C36B4E; }
a { background-color: rgb(195,107,78); }
div.DivClassName
{
background-color: #C36B4E;
}
.BgClassName
{
background-color: #C36B4E;
}
</style>
border-color css
<style>
span { border-color: #C36B4E; }
span { border-color: rgb(195,107,78); }
td.TdClassName
{
border-color: #C36B4E;
}
.TagClassName
{
border-color: #C36B4E;
}
</style>