Shades of Red Damask #C36849
Tints of Red Damask #C36849
RGB
CMYK
RGB Variations
Color information
#C36849 (or 0xC36849) is known color: Red Damask. HEX triplet: C3, 68 and 49. RGB value is (195,104,73). Sum of RGB (Red+Green+Blue) = 195+104+73=372 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.42% from 372); Green value is 104 (41.02% from 255 or 27.96% from 372); Blue value is 73 (28.91% from 255 or 19.62% from 372); Max value from RGB is 195 - color contains mainly: red. Hex color #C36849 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C36849 is #3C97B6. Grayscale: #7F7F7F. Windows color (decimal): -3970999 or 4810947. OLE color: 4810947.
HSL color Cylindrical-coordinate representation of color #C36849: hue angle of 15.25º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C36849 is Cyan = 0, Magento = 0.47, Yellow = 0.63 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 104 | 73 | - |
| CMYK | 0 | 0.47 | 0.63 | 0.24 |
| HSL | 15.25º | 0.5% | 0.53% | - |
| HSV(B) | 15.25º | 0.63% | 0.76% | - |
| XYZ | 28.66 | 21.98 | 9.04 | - |
| YUV | 127.68 | 97.15 | 176.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 104 | 73 | 0 | 0.47 | 0.63 | 0.24 | 15.25 | 0.5 | 0.53 |
| Hex | C3 | 68 | 49 | 0 | 2F | 3F | 18 | F | 32 | 35 |
| Octal | 303 | 150 | 111 | 0 | 57 | 77 | 30 | 17 | 62 | 65 |
| Binary | 11000011 | 1101000 | 1001001 | 0 | 101111 | 111111 | 11000 | 1111 | 110010 | 110101 |
Color Harmonies of #C36849
Complementary color
Monochromatic Colors of #C36849
Black with #C36849
Text Example
Text Example
White with #C36849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36849; }
p { color: rgb(195,104,73); }
H1.HeaderClassName
{
color: #C36849;
}
.AnyTagClassName
{
color: #C36849;
}
</style>
background-color css
<style>
a { background-color: #C36849; }
a { background-color: rgb(195,104,73); }
div.DivClassName
{
background-color: #C36849;
}
.BgClassName
{
background-color: #C36849;
}
</style>
border-color css
<style>
span { border-color: #C36849; }
span { border-color: rgb(195,104,73); }
td.TdClassName
{
border-color: #C36849;
}
.TagClassName
{
border-color: #C36849;
}
</style>