Shades of Red Damask #C36C48
Tints of Red Damask #C36C48
RGB
CMYK
RGB Variations
Color information
#C36C48 (or 0xC36C48) is known color: Red Damask. HEX triplet: C3, 6C and 48. RGB value is (195,108,72). Sum of RGB (Red+Green+Blue) = 195+108+72=375 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52% from 375); Green value is 108 (42.58% from 255 or 28.8% from 375); Blue value is 72 (28.52% from 255 or 19.2% from 375); Max value from RGB is 195 - color contains mainly: red. Hex color #C36C48 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C36C48 is #3C93B7. Grayscale: #828282. Windows color (decimal): -3969976 or 4746435. OLE color: 4746435.
HSL color Cylindrical-coordinate representation of color #C36C48: hue angle of 17.56º 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 #C36C48 is Cyan = 0, Magento = 0.45, Yellow = 0.63 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 108 | 72 | - |
| CMYK | 0 | 0.45 | 0.63 | 0.24 |
| HSL | 17.56º | 0.51% | 0.52% | - |
| HSV(B) | 17.56º | 0.63% | 0.76% | - |
| XYZ | 29.04 | 22.8 | 9 | - |
| YUV | 129.91 | 95.32 | 174.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 108 | 72 | 0 | 0.45 | 0.63 | 0.24 | 17.56 | 0.51 | 0.52 |
| Hex | C3 | 6C | 48 | 0 | 2D | 3F | 18 | 12 | 33 | 34 |
| Octal | 303 | 154 | 110 | 0 | 55 | 77 | 30 | 22 | 63 | 64 |
| Binary | 11000011 | 1101100 | 1001000 | 0 | 101101 | 111111 | 11000 | 10010 | 110011 | 110100 |
Color Harmonies of #C36C48
Complementary color
Monochromatic Colors of #C36C48
Black with #C36C48
Text Example
Text Example
White with #C36C48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36C48; }
p { color: rgb(195,108,72); }
H1.HeaderClassName
{
color: #C36C48;
}
.AnyTagClassName
{
color: #C36C48;
}
</style>
background-color css
<style>
a { background-color: #C36C48; }
a { background-color: rgb(195,108,72); }
div.DivClassName
{
background-color: #C36C48;
}
.BgClassName
{
background-color: #C36C48;
}
</style>
border-color css
<style>
span { border-color: #C36C48; }
span { border-color: rgb(195,108,72); }
td.TdClassName
{
border-color: #C36C48;
}
.TagClassName
{
border-color: #C36C48;
}
</style>