Shades of Red Damask #C36C4A
Tints of Red Damask #C36C4A
RGB
CMYK
RGB Variations
Color information
#C36C4A (or 0xC36C4A) is known color: Red Damask. HEX triplet: C3, 6C and 4A. RGB value is (195,108,74). Sum of RGB (Red+Green+Blue) = 195+108+74=377 (49% of max value = 765). Red value is 195 (76.56% from 255 or 51.72% from 377); Green value is 108 (42.58% from 255 or 28.65% from 377); Blue value is 74 (29.30% from 255 or 19.63% from 377); Max value from RGB is 195 - color contains mainly: red. Hex color #C36C4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C36C4A is #3C93B5. Grayscale: #828282. Windows color (decimal): -3969974 or 4877507. OLE color: 4877507.
HSL color Cylindrical-coordinate representation of color #C36C4A: hue angle of 16.86º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C36C4A is Cyan = 0, Magento = 0.45, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 108 | 74 | - |
| CMYK | 0 | 0.45 | 0.62 | 0.24 |
| HSL | 16.86º | 0.5% | 0.53% | - |
| HSV(B) | 16.86º | 0.62% | 0.76% | - |
| XYZ | 29.1 | 22.82 | 9.35 | - |
| YUV | 130.14 | 96.32 | 174.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 108 | 74 | 0 | 0.45 | 0.62 | 0.24 | 16.86 | 0.5 | 0.53 |
| Hex | C3 | 6C | 4A | 0 | 2D | 3E | 18 | 11 | 32 | 35 |
| Octal | 303 | 154 | 112 | 0 | 55 | 76 | 30 | 21 | 62 | 65 |
| Binary | 11000011 | 1101100 | 1001010 | 0 | 101101 | 111110 | 11000 | 10001 | 110010 | 110101 |
Color Harmonies of #C36C4A
Complementary color
Monochromatic Colors of #C36C4A
Black with #C36C4A
Text Example
Text Example
White with #C36C4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36C4A; }
p { color: rgb(195,108,74); }
H1.HeaderClassName
{
color: #C36C4A;
}
.AnyTagClassName
{
color: #C36C4A;
}
</style>
background-color css
<style>
a { background-color: #C36C4A; }
a { background-color: rgb(195,108,74); }
div.DivClassName
{
background-color: #C36C4A;
}
.BgClassName
{
background-color: #C36C4A;
}
</style>
border-color css
<style>
span { border-color: #C36C4A; }
span { border-color: rgb(195,108,74); }
td.TdClassName
{
border-color: #C36C4A;
}
.TagClassName
{
border-color: #C36C4A;
}
</style>