Shades of Red Damask #C26744
Tints of Red Damask #C26744
RGB
CMYK
RGB Variations
Color information
#C26744 (or 0xC26744) is known color: Red Damask. HEX triplet: C2, 67 and 44. RGB value is (194,103,68). Sum of RGB (Red+Green+Blue) = 194+103+68=365 (48% of max value = 765). Red value is 194 (76.17% from 255 or 53.15% from 365); Green value is 103 (40.62% from 255 or 28.22% from 365); Blue value is 68 (26.95% from 255 or 18.63% from 365); Max value from RGB is 194 - color contains mainly: red. Hex color #C26744 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C26744 is #3D98BB. Grayscale: #7E7E7E. Windows color (decimal): -4036796 or 4483010. OLE color: 4483010.
HSL color Cylindrical-coordinate representation of color #C26744: hue angle of 16.67º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C26744 is Cyan = 0, Magento = 0.47, Yellow = 0.65 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 103 | 68 | - |
| CMYK | 0 | 0.47 | 0.65 | 0.24 |
| HSL | 16.67º | 0.51% | 0.51% | - |
| HSV(B) | 16.67º | 0.65% | 0.76% | - |
| XYZ | 28.14 | 21.59 | 8.15 | - |
| YUV | 126.22 | 95.15 | 176.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 103 | 68 | 0 | 0.47 | 0.65 | 0.24 | 16.67 | 0.51 | 0.51 |
| Hex | C2 | 67 | 44 | 0 | 2F | 41 | 18 | 11 | 33 | 33 |
| Octal | 302 | 147 | 104 | 0 | 57 | 101 | 30 | 21 | 63 | 63 |
| Binary | 11000010 | 1100111 | 1000100 | 0 | 101111 | 1000001 | 11000 | 10001 | 110011 | 110011 |
Color Harmonies of #C26744
Complementary color
Monochromatic Colors of #C26744
Black with #C26744
Text Example
Text Example
White with #C26744
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26744; }
p { color: rgb(194,103,68); }
H1.HeaderClassName
{
color: #C26744;
}
.AnyTagClassName
{
color: #C26744;
}
</style>
background-color css
<style>
a { background-color: #C26744; }
a { background-color: rgb(194,103,68); }
div.DivClassName
{
background-color: #C26744;
}
.BgClassName
{
background-color: #C26744;
}
</style>
border-color css
<style>
span { border-color: #C26744; }
span { border-color: rgb(194,103,68); }
td.TdClassName
{
border-color: #C26744;
}
.TagClassName
{
border-color: #C26744;
}
</style>