Shades of Red Damask #C36D48
Tints of Red Damask #C36D48
RGB
CMYK
RGB Variations
Color information
#C36D48 (or 0xC36D48) is known color: Red Damask. HEX triplet: C3, 6D and 48. RGB value is (195,109,72). Sum of RGB (Red+Green+Blue) = 195+109+72=376 (49% of max value = 765). Red value is 195 (76.56% from 255 or 51.86% from 376); Green value is 109 (42.97% from 255 or 28.99% from 376); Blue value is 72 (28.52% from 255 or 19.15% from 376); Max value from RGB is 195 - color contains mainly: red. Hex color #C36D48 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C36D48 is #3C92B7. Grayscale: #828282. Windows color (decimal): -3969720 or 4746691. OLE color: 4746691.
HSL color Cylindrical-coordinate representation of color #C36D48: hue angle of 18.05º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C36D48 is Cyan = 0, Magento = 0.44, Yellow = 0.63 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 109 | 72 | - |
| CMYK | 0 | 0.44 | 0.63 | 0.24 |
| HSL | 18.05º | 0.51% | 0.52% | - |
| HSV(B) | 18.05º | 0.63% | 0.76% | - |
| XYZ | 29.14 | 23.01 | 9.04 | - |
| YUV | 130.5 | 94.99 | 174.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 109 | 72 | 0 | 0.44 | 0.63 | 0.24 | 18.05 | 0.51 | 0.52 |
| Hex | C3 | 6D | 48 | 0 | 2C | 3F | 18 | 12 | 33 | 34 |
| Octal | 303 | 155 | 110 | 0 | 54 | 77 | 30 | 22 | 63 | 64 |
| Binary | 11000011 | 1101101 | 1001000 | 0 | 101100 | 111111 | 11000 | 10010 | 110011 | 110100 |
Color Harmonies of #C36D48
Complementary color
Monochromatic Colors of #C36D48
Black with #C36D48
Text Example
Text Example
White with #C36D48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36D48; }
p { color: rgb(195,109,72); }
H1.HeaderClassName
{
color: #C36D48;
}
.AnyTagClassName
{
color: #C36D48;
}
</style>
background-color css
<style>
a { background-color: #C36D48; }
a { background-color: rgb(195,109,72); }
div.DivClassName
{
background-color: #C36D48;
}
.BgClassName
{
background-color: #C36D48;
}
</style>
border-color css
<style>
span { border-color: #C36D48; }
span { border-color: rgb(195,109,72); }
td.TdClassName
{
border-color: #C36D48;
}
.TagClassName
{
border-color: #C36D48;
}
</style>