Shades of Red Damask #C36D52
Tints of Red Damask #C36D52
RGB
CMYK
RGB Variations
Color information
#C36D52 (or 0xC36D52) is known color: Red Damask. HEX triplet: C3, 6D and 52. RGB value is (195,109,82). Sum of RGB (Red+Green+Blue) = 195+109+82=386 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50.52% from 386); Green value is 109 (42.97% from 255 or 28.24% from 386); Blue value is 82 (32.42% from 255 or 21.24% from 386); Max value from RGB is 195 - color contains mainly: red. Hex color #C36D52 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C36D52 is #3C92AD. Grayscale: #838383. Windows color (decimal): -3969710 or 5402051. OLE color: 5402051.
HSL color Cylindrical-coordinate representation of color #C36D52: hue angle of 14.34º degrees, saturation: 0.48, 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 #C36D52 is Cyan = 0, Magento = 0.44, Yellow = 0.58 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 109 | 82 | - |
| CMYK | 0 | 0.44 | 0.58 | 0.24 |
| HSL | 14.34º | 0.48% | 0.54% | - |
| HSV(B) | 14.34º | 0.58% | 0.76% | - |
| XYZ | 29.5 | 23.15 | 10.9 | - |
| YUV | 131.64 | 99.99 | 173.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 109 | 82 | 0 | 0.44 | 0.58 | 0.24 | 14.34 | 0.48 | 0.54 |
| Hex | C3 | 6D | 52 | 0 | 2C | 3A | 18 | E | 30 | 36 |
| Octal | 303 | 155 | 122 | 0 | 54 | 72 | 30 | 16 | 60 | 66 |
| Binary | 11000011 | 1101101 | 1010010 | 0 | 101100 | 111010 | 11000 | 1110 | 110000 | 110110 |
Color Harmonies of #C36D52
Complementary color
Monochromatic Colors of #C36D52
Black with #C36D52
Text Example
Text Example
White with #C36D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36D52; }
p { color: rgb(195,109,82); }
H1.HeaderClassName
{
color: #C36D52;
}
.AnyTagClassName
{
color: #C36D52;
}
</style>
background-color css
<style>
a { background-color: #C36D52; }
a { background-color: rgb(195,109,82); }
div.DivClassName
{
background-color: #C36D52;
}
.BgClassName
{
background-color: #C36D52;
}
</style>
border-color css
<style>
span { border-color: #C36D52; }
span { border-color: rgb(195,109,82); }
td.TdClassName
{
border-color: #C36D52;
}
.TagClassName
{
border-color: #C36D52;
}
</style>