Shades of Red Damask #C36745
Tints of Red Damask #C36745
RGB
CMYK
RGB Variations
Color information
#C36745 (or 0xC36745) is known color: Red Damask. HEX triplet: C3, 67 and 45. RGB value is (195,103,69). Sum of RGB (Red+Green+Blue) = 195+103+69=367 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.13% from 367); Green value is 103 (40.62% from 255 or 28.07% from 367); Blue value is 69 (27.34% from 255 or 18.80% from 367); Max value from RGB is 195 - color contains mainly: red. Hex color #C36745 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C36745 is #3C98BA. Grayscale: #7E7E7E. Windows color (decimal): -3971259 or 4548547. OLE color: 4548547.
HSL color Cylindrical-coordinate representation of color #C36745: hue angle of 16.19º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C36745 is Cyan = 0, Magento = 0.47, Yellow = 0.65 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 103 | 69 | - |
| CMYK | 0 | 0.47 | 0.65 | 0.24 |
| HSL | 16.19º | 0.51% | 0.52% | - |
| HSV(B) | 16.19º | 0.65% | 0.76% | - |
| XYZ | 28.43 | 21.73 | 8.33 | - |
| YUV | 126.63 | 95.48 | 176.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 103 | 69 | 0 | 0.47 | 0.65 | 0.24 | 16.19 | 0.51 | 0.52 |
| Hex | C3 | 67 | 45 | 0 | 2F | 41 | 18 | 10 | 33 | 34 |
| Octal | 303 | 147 | 105 | 0 | 57 | 101 | 30 | 20 | 63 | 64 |
| Binary | 11000011 | 1100111 | 1000101 | 0 | 101111 | 1000001 | 11000 | 10000 | 110011 | 110100 |
Color Harmonies of #C36745
Complementary color
Monochromatic Colors of #C36745
Black with #C36745
Text Example
Text Example
White with #C36745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36745; }
p { color: rgb(195,103,69); }
H1.HeaderClassName
{
color: #C36745;
}
.AnyTagClassName
{
color: #C36745;
}
</style>
background-color css
<style>
a { background-color: #C36745; }
a { background-color: rgb(195,103,69); }
div.DivClassName
{
background-color: #C36745;
}
.BgClassName
{
background-color: #C36745;
}
</style>
border-color css
<style>
span { border-color: #C36745; }
span { border-color: rgb(195,103,69); }
td.TdClassName
{
border-color: #C36745;
}
.TagClassName
{
border-color: #C36745;
}
</style>