Shades of Red Damask #C36D4B
Tints of Red Damask #C36D4B
RGB
CMYK
RGB Variations
Color information
#C36D4B (or 0xC36D4B) is known color: Red Damask. HEX triplet: C3, 6D and 4B. RGB value is (195,109,75). Sum of RGB (Red+Green+Blue) = 195+109+75=379 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.45% from 379); Green value is 109 (42.97% from 255 or 28.76% from 379); Blue value is 75 (29.69% from 255 or 19.79% from 379); Max value from RGB is 195 - color contains mainly: red. Hex color #C36D4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C36D4B is #3C92B4. Grayscale: #838383. Windows color (decimal): -3969717 or 4943299. OLE color: 4943299.
HSL color Cylindrical-coordinate representation of color #C36D4B: hue angle of 17º 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 #C36D4B is Cyan = 0, Magento = 0.44, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 109 | 75 | - |
| CMYK | 0 | 0.44 | 0.62 | 0.24 |
| HSL | 17º | 0.5% | 0.53% | - |
| HSV(B) | 17º | 0.62% | 0.76% | - |
| XYZ | 29.24 | 23.05 | 9.56 | - |
| YUV | 130.84 | 96.49 | 173.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 109 | 75 | 0 | 0.44 | 0.62 | 0.24 | 17 | 0.5 | 0.53 |
| Hex | C3 | 6D | 4B | 0 | 2C | 3E | 18 | 11 | 32 | 35 |
| Octal | 303 | 155 | 113 | 0 | 54 | 76 | 30 | 21 | 62 | 65 |
| Binary | 11000011 | 1101101 | 1001011 | 0 | 101100 | 111110 | 11000 | 10001 | 110010 | 110101 |
Color Harmonies of #C36D4B
Complementary color
Monochromatic Colors of #C36D4B
Black with #C36D4B
Text Example
Text Example
White with #C36D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36D4B; }
p { color: rgb(195,109,75); }
H1.HeaderClassName
{
color: #C36D4B;
}
.AnyTagClassName
{
color: #C36D4B;
}
</style>
background-color css
<style>
a { background-color: #C36D4B; }
a { background-color: rgb(195,109,75); }
div.DivClassName
{
background-color: #C36D4B;
}
.BgClassName
{
background-color: #C36D4B;
}
</style>
border-color css
<style>
span { border-color: #C36D4B; }
span { border-color: rgb(195,109,75); }
td.TdClassName
{
border-color: #C36D4B;
}
.TagClassName
{
border-color: #C36D4B;
}
</style>