Shades of Red Damask #C36744
Tints of Red Damask #C36744
RGB
CMYK
RGB Variations
Color information
#C36744 (or 0xC36744) is known color: Red Damask. HEX triplet: C3, 67 and 44. RGB value is (195,103,68). Sum of RGB (Red+Green+Blue) = 195+103+68=366 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.28% from 366); Green value is 103 (40.62% from 255 or 28.14% from 366); Blue value is 68 (26.95% from 255 or 18.58% from 366); Max value from RGB is 195 - color contains mainly: red. Hex color #C36744 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C36744 is #3C98BB. Grayscale: #7E7E7E. Windows color (decimal): -3971260 or 4483011. OLE color: 4483011.
HSL color Cylindrical-coordinate representation of color #C36744: hue angle of 16.54º 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 #C36744 is Cyan = 0, Magento = 0.47, Yellow = 0.65 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 103 | 68 | - |
| CMYK | 0 | 0.47 | 0.65 | 0.24 |
| HSL | 16.54º | 0.51% | 0.52% | - |
| HSV(B) | 16.54º | 0.65% | 0.76% | - |
| XYZ | 28.4 | 21.72 | 8.16 | - |
| YUV | 126.52 | 94.98 | 176.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 103 | 68 | 0 | 0.47 | 0.65 | 0.24 | 16.54 | 0.51 | 0.52 |
| Hex | C3 | 67 | 44 | 0 | 2F | 41 | 18 | 11 | 33 | 34 |
| Octal | 303 | 147 | 104 | 0 | 57 | 101 | 30 | 21 | 63 | 64 |
| Binary | 11000011 | 1100111 | 1000100 | 0 | 101111 | 1000001 | 11000 | 10001 | 110011 | 110100 |
Color Harmonies of #C36744
Complementary color
Monochromatic Colors of #C36744
Black with #C36744
Text Example
Text Example
White with #C36744
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36744; }
p { color: rgb(195,103,68); }
H1.HeaderClassName
{
color: #C36744;
}
.AnyTagClassName
{
color: #C36744;
}
</style>
background-color css
<style>
a { background-color: #C36744; }
a { background-color: rgb(195,103,68); }
div.DivClassName
{
background-color: #C36744;
}
.BgClassName
{
background-color: #C36744;
}
</style>
border-color css
<style>
span { border-color: #C36744; }
span { border-color: rgb(195,103,68); }
td.TdClassName
{
border-color: #C36744;
}
.TagClassName
{
border-color: #C36744;
}
</style>