Shades of Red Damask #C26E48
Tints of Red Damask #C26E48
RGB
CMYK
RGB Variations
Color information
#C26E48 (or 0xC26E48) is known color: Red Damask. HEX triplet: C2, 6E and 48. RGB value is (194,110,72). Sum of RGB (Red+Green+Blue) = 194+110+72=376 (49% of max value = 765). Red value is 194 (76.17% from 255 or 51.60% from 376); Green value is 110 (43.36% from 255 or 29.26% from 376); Blue value is 72 (28.52% from 255 or 19.15% from 376); Max value from RGB is 194 - color contains mainly: red. Hex color #C26E48 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C26E48 is #3D91B7. Grayscale: #838383. Windows color (decimal): -4035000 or 4746946. OLE color: 4746946.
HSL color Cylindrical-coordinate representation of color #C26E48: hue angle of 18.69º 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 #C26E48 is Cyan = 0, Magento = 0.43, Yellow = 0.63 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 110 | 72 | - |
| CMYK | 0 | 0.43 | 0.63 | 0.24 |
| HSL | 18.69º | 0.5% | 0.52% | - |
| HSV(B) | 18.69º | 0.63% | 0.76% | - |
| XYZ | 28.99 | 23.09 | 9.06 | - |
| YUV | 130.78 | 94.83 | 173.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 110 | 72 | 0 | 0.43 | 0.63 | 0.24 | 18.69 | 0.5 | 0.52 |
| Hex | C2 | 6E | 48 | 0 | 2B | 3F | 18 | 13 | 32 | 34 |
| Octal | 302 | 156 | 110 | 0 | 53 | 77 | 30 | 23 | 62 | 64 |
| Binary | 11000010 | 1101110 | 1001000 | 0 | 101011 | 111111 | 11000 | 10011 | 110010 | 110100 |
Color Harmonies of #C26E48
Complementary color
Monochromatic Colors of #C26E48
Black with #C26E48
Text Example
Text Example
White with #C26E48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26E48; }
p { color: rgb(194,110,72); }
H1.HeaderClassName
{
color: #C26E48;
}
.AnyTagClassName
{
color: #C26E48;
}
</style>
background-color css
<style>
a { background-color: #C26E48; }
a { background-color: rgb(194,110,72); }
div.DivClassName
{
background-color: #C26E48;
}
.BgClassName
{
background-color: #C26E48;
}
</style>
border-color css
<style>
span { border-color: #C26E48; }
span { border-color: rgb(194,110,72); }
td.TdClassName
{
border-color: #C26E48;
}
.TagClassName
{
border-color: #C26E48;
}
</style>