Shades of Red Damask #C26847
Tints of Red Damask #C26847
RGB
CMYK
RGB Variations
Color information
#C26847 (or 0xC26847) is known color: Red Damask. HEX triplet: C2, 68 and 47. RGB value is (194,104,71). Sum of RGB (Red+Green+Blue) = 194+104+71=369 (48% of max value = 765). Red value is 194 (76.17% from 255 or 52.57% from 369); Green value is 104 (41.02% from 255 or 28.18% from 369); Blue value is 71 (28.12% from 255 or 19.24% from 369); Max value from RGB is 194 - color contains mainly: red. Hex color #C26847 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C26847 is #3D97B8. Grayscale: #7F7F7F. Windows color (decimal): -4036537 or 4679874. OLE color: 4679874.
HSL color Cylindrical-coordinate representation of color #C26847: hue angle of 16.1º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C26847 is Cyan = 0, Magento = 0.46, Yellow = 0.63 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 104 | 71 | - |
| CMYK | 0 | 0.46 | 0.63 | 0.24 |
| HSL | 16.1º | 0.5% | 0.52% | - |
| HSV(B) | 16.1º | 0.63% | 0.76% | - |
| XYZ | 28.34 | 21.82 | 8.68 | - |
| YUV | 127.15 | 96.32 | 175.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 104 | 71 | 0 | 0.46 | 0.63 | 0.24 | 16.1 | 0.5 | 0.52 |
| Hex | C2 | 68 | 47 | 0 | 2E | 3F | 18 | 10 | 32 | 34 |
| Octal | 302 | 150 | 107 | 0 | 56 | 77 | 30 | 20 | 62 | 64 |
| Binary | 11000010 | 1101000 | 1000111 | 0 | 101110 | 111111 | 11000 | 10000 | 110010 | 110100 |
Color Harmonies of #C26847
Complementary color
Monochromatic Colors of #C26847
Black with #C26847
Text Example
Text Example
White with #C26847
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26847; }
p { color: rgb(194,104,71); }
H1.HeaderClassName
{
color: #C26847;
}
.AnyTagClassName
{
color: #C26847;
}
</style>
background-color css
<style>
a { background-color: #C26847; }
a { background-color: rgb(194,104,71); }
div.DivClassName
{
background-color: #C26847;
}
.BgClassName
{
background-color: #C26847;
}
</style>
border-color css
<style>
span { border-color: #C26847; }
span { border-color: rgb(194,104,71); }
td.TdClassName
{
border-color: #C26847;
}
.TagClassName
{
border-color: #C26847;
}
</style>