Shades of Red Damask #C36F4E
Tints of Red Damask #C36F4E
RGB
CMYK
RGB Variations
Color information
#C36F4E (or 0xC36F4E) is known color: Red Damask. HEX triplet: C3, 6F and 4E. RGB value is (195,111,78). Sum of RGB (Red+Green+Blue) = 195+111+78=384 (50% of max value = 765). Red value is 195 (76.56% from 255 or 50.78% from 384); Green value is 111 (43.75% from 255 or 28.91% from 384); Blue value is 78 (30.86% from 255 or 20.31% from 384); Max value from RGB is 195 - color contains mainly: red. Hex color #C36F4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C36F4E is #3C90B1. Grayscale: #848484. Windows color (decimal): -3969202 or 5140419. OLE color: 5140419.
HSL color Cylindrical-coordinate representation of color #C36F4E: hue angle of 16.92º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C36F4E is Cyan = 0, Magento = 0.43, Yellow = 0.6 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 111 | 78 | - |
| CMYK | 0 | 0.43 | 0.6 | 0.24 |
| HSL | 16.92º | 0.49% | 0.54% | - |
| HSV(B) | 16.92º | 0.6% | 0.76% | - |
| XYZ | 29.57 | 23.52 | 10.19 | - |
| YUV | 132.35 | 97.33 | 172.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 111 | 78 | 0 | 0.43 | 0.6 | 0.24 | 16.92 | 0.49 | 0.54 |
| Hex | C3 | 6F | 4E | 0 | 2B | 3C | 18 | 11 | 31 | 36 |
| Octal | 303 | 157 | 116 | 0 | 53 | 74 | 30 | 21 | 61 | 66 |
| Binary | 11000011 | 1101111 | 1001110 | 0 | 101011 | 111100 | 11000 | 10001 | 110001 | 110110 |
Color Harmonies of #C36F4E
Complementary color
Monochromatic Colors of #C36F4E
Black with #C36F4E
Text Example
Text Example
White with #C36F4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36F4E; }
p { color: rgb(195,111,78); }
H1.HeaderClassName
{
color: #C36F4E;
}
.AnyTagClassName
{
color: #C36F4E;
}
</style>
background-color css
<style>
a { background-color: #C36F4E; }
a { background-color: rgb(195,111,78); }
div.DivClassName
{
background-color: #C36F4E;
}
.BgClassName
{
background-color: #C36F4E;
}
</style>
border-color css
<style>
span { border-color: #C36F4E; }
span { border-color: rgb(195,111,78); }
td.TdClassName
{
border-color: #C36F4E;
}
.TagClassName
{
border-color: #C36F4E;
}
</style>