Shades of Red Damask #C26A46
Tints of Red Damask #C26A46
RGB
CMYK
RGB Variations
Color information
#C26A46 (or 0xC26A46) is known color: Red Damask. HEX triplet: C2, 6A and 46. RGB value is (194,106,70). Sum of RGB (Red+Green+Blue) = 194+106+70=370 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.43% from 370); Green value is 106 (41.80% from 255 or 28.65% from 370); Blue value is 70 (27.73% from 255 or 18.92% from 370); Max value from RGB is 194 - color contains mainly: red. Hex color #C26A46 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C26A46 is #3D95B9. Grayscale: #808080. Windows color (decimal): -4036026 or 4614850. OLE color: 4614850.
HSL color Cylindrical-coordinate representation of color #C26A46: hue angle of 17.42º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C26A46 is Cyan = 0, Magento = 0.45, Yellow = 0.64 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 106 | 70 | - |
| CMYK | 0 | 0.45 | 0.64 | 0.24 |
| HSL | 17.42º | 0.5% | 0.52% | - |
| HSV(B) | 17.42º | 0.64% | 0.76% | - |
| XYZ | 28.51 | 22.22 | 8.58 | - |
| YUV | 128.21 | 95.15 | 174.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 106 | 70 | 0 | 0.45 | 0.64 | 0.24 | 17.42 | 0.5 | 0.52 |
| Hex | C2 | 6A | 46 | 0 | 2D | 40 | 18 | 11 | 32 | 34 |
| Octal | 302 | 152 | 106 | 0 | 55 | 100 | 30 | 21 | 62 | 64 |
| Binary | 11000010 | 1101010 | 1000110 | 0 | 101101 | 1000000 | 11000 | 10001 | 110010 | 110100 |
Color Harmonies of #C26A46
Complementary color
Monochromatic Colors of #C26A46
Black with #C26A46
Text Example
Text Example
White with #C26A46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26A46; }
p { color: rgb(194,106,70); }
H1.HeaderClassName
{
color: #C26A46;
}
.AnyTagClassName
{
color: #C26A46;
}
</style>
background-color css
<style>
a { background-color: #C26A46; }
a { background-color: rgb(194,106,70); }
div.DivClassName
{
background-color: #C26A46;
}
.BgClassName
{
background-color: #C26A46;
}
</style>
border-color css
<style>
span { border-color: #C26A46; }
span { border-color: rgb(194,106,70); }
td.TdClassName
{
border-color: #C26A46;
}
.TagClassName
{
border-color: #C26A46;
}
</style>