Shades of Red Damask #C26A42
Tints of Red Damask #C26A42
RGB
CMYK
RGB Variations
Color information
#C26A42 (or 0xC26A42) is known color: Red Damask. HEX triplet: C2, 6A and 42. RGB value is (194,106,66). Sum of RGB (Red+Green+Blue) = 194+106+66=366 (48% of max value = 765). Red value is 194 (76.17% from 255 or 53.01% from 366); Green value is 106 (41.80% from 255 or 28.96% from 366); Blue value is 66 (26.17% from 255 or 18.03% from 366); Max value from RGB is 194 - color contains mainly: red. Hex color #C26A42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C26A42 is #3D95BD. Grayscale: #808080. Windows color (decimal): -4036030 or 4352706. OLE color: 4352706.
HSL color Cylindrical-coordinate representation of color #C26A42: hue angle of 18.75º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C26A42 is Cyan = 0, Magento = 0.45, Yellow = 0.66 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 106 | 66 | - |
| CMYK | 0 | 0.45 | 0.66 | 0.24 |
| HSL | 18.75º | 0.51% | 0.51% | - |
| HSV(B) | 18.75º | 0.66% | 0.76% | - |
| XYZ | 28.39 | 22.17 | 7.94 | - |
| YUV | 127.75 | 93.15 | 175.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 106 | 66 | 0 | 0.45 | 0.66 | 0.24 | 18.75 | 0.51 | 0.51 |
| Hex | C2 | 6A | 42 | 0 | 2D | 42 | 18 | 13 | 33 | 33 |
| Octal | 302 | 152 | 102 | 0 | 55 | 102 | 30 | 23 | 63 | 63 |
| Binary | 11000010 | 1101010 | 1000010 | 0 | 101101 | 1000010 | 11000 | 10011 | 110011 | 110011 |
Color Harmonies of #C26A42
Complementary color
Monochromatic Colors of #C26A42
Black with #C26A42
Text Example
Text Example
White with #C26A42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26A42; }
p { color: rgb(194,106,66); }
H1.HeaderClassName
{
color: #C26A42;
}
.AnyTagClassName
{
color: #C26A42;
}
</style>
background-color css
<style>
a { background-color: #C26A42; }
a { background-color: rgb(194,106,66); }
div.DivClassName
{
background-color: #C26A42;
}
.BgClassName
{
background-color: #C26A42;
}
</style>
border-color css
<style>
span { border-color: #C26A42; }
span { border-color: rgb(194,106,66); }
td.TdClassName
{
border-color: #C26A42;
}
.TagClassName
{
border-color: #C26A42;
}
</style>