Shades of Red Damask #C36B4A
Tints of Red Damask #C36B4A
RGB
CMYK
RGB Variations
Color information
#C36B4A (or 0xC36B4A) is known color: Red Damask. HEX triplet: C3, 6B and 4A. RGB value is (195,107,74). Sum of RGB (Red+Green+Blue) = 195+107+74=376 (49% of max value = 765). Red value is 195 (76.56% from 255 or 51.86% from 376); Green value is 107 (42.19% from 255 or 28.46% from 376); Blue value is 74 (29.30% from 255 or 19.68% from 376); Max value from RGB is 195 - color contains mainly: red. Hex color #C36B4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C36B4A is #3C94B5. Grayscale: #818181. Windows color (decimal): -3970230 or 4877251. OLE color: 4877251.
HSL color Cylindrical-coordinate representation of color #C36B4A: hue angle of 16.36º 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 #C36B4A is Cyan = 0, Magento = 0.45, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 107 | 74 | - |
| CMYK | 0 | 0.45 | 0.62 | 0.24 |
| HSL | 16.36º | 0.5% | 0.53% | - |
| HSV(B) | 16.36º | 0.62% | 0.76% | - |
| XYZ | 29 | 22.61 | 9.31 | - |
| YUV | 129.55 | 96.65 | 174.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 107 | 74 | 0 | 0.45 | 0.62 | 0.24 | 16.36 | 0.5 | 0.53 |
| Hex | C3 | 6B | 4A | 0 | 2D | 3E | 18 | 10 | 32 | 35 |
| Octal | 303 | 153 | 112 | 0 | 55 | 76 | 30 | 20 | 62 | 65 |
| Binary | 11000011 | 1101011 | 1001010 | 0 | 101101 | 111110 | 11000 | 10000 | 110010 | 110101 |
Color Harmonies of #C36B4A
Complementary color
Monochromatic Colors of #C36B4A
Black with #C36B4A
Text Example
Text Example
White with #C36B4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36B4A; }
p { color: rgb(195,107,74); }
H1.HeaderClassName
{
color: #C36B4A;
}
.AnyTagClassName
{
color: #C36B4A;
}
</style>
background-color css
<style>
a { background-color: #C36B4A; }
a { background-color: rgb(195,107,74); }
div.DivClassName
{
background-color: #C36B4A;
}
.BgClassName
{
background-color: #C36B4A;
}
</style>
border-color css
<style>
span { border-color: #C36B4A; }
span { border-color: rgb(195,107,74); }
td.TdClassName
{
border-color: #C36B4A;
}
.TagClassName
{
border-color: #C36B4A;
}
</style>