Shades of Red Damask #C26C4E
Tints of Red Damask #C26C4E
RGB
CMYK
RGB Variations
Color information
#C26C4E (or 0xC26C4E) is known color: Red Damask. HEX triplet: C2, 6C and 4E. RGB value is (194,108,78). Sum of RGB (Red+Green+Blue) = 194+108+78=380 (50% of max value = 765). Red value is 194 (76.17% from 255 or 51.05% from 380); Green value is 108 (42.58% from 255 or 28.42% from 380); Blue value is 78 (30.86% from 255 or 20.53% from 380); Max value from RGB is 194 - color contains mainly: red. Hex color #C26C4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C26C4E is #3D93B1. Grayscale: #828282. Windows color (decimal): -4035506 or 5139650. OLE color: 5139650.
HSL color Cylindrical-coordinate representation of color #C26C4E: hue angle of 15.52º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C26C4E is Cyan = 0, Magento = 0.44, Yellow = 0.60 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 108 | 78 | - |
| CMYK | 0 | 0.44 | 0.60 | 0.24 |
| HSL | 15.52º | 0.49% | 0.53% | - |
| HSV(B) | 15.52º | 0.6% | 0.76% | - |
| XYZ | 28.99 | 22.74 | 10.07 | - |
| YUV | 130.29 | 98.49 | 173.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 108 | 78 | 0 | 0.44 | 0.60 | 0.24 | 15.52 | 0.49 | 0.53 |
| Hex | C2 | 6C | 4E | 0 | 2C | 3C | 18 | 10 | 31 | 35 |
| Octal | 302 | 154 | 116 | 0 | 54 | 74 | 30 | 20 | 61 | 65 |
| Binary | 11000010 | 1101100 | 1001110 | 0 | 101100 | 111100 | 11000 | 10000 | 110001 | 110101 |
Color Harmonies of #C26C4E
Complementary color
Monochromatic Colors of #C26C4E
Black with #C26C4E
Text Example
Text Example
White with #C26C4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26C4E; }
p { color: rgb(194,108,78); }
H1.HeaderClassName
{
color: #C26C4E;
}
.AnyTagClassName
{
color: #C26C4E;
}
</style>
background-color css
<style>
a { background-color: #C26C4E; }
a { background-color: rgb(194,108,78); }
div.DivClassName
{
background-color: #C26C4E;
}
.BgClassName
{
background-color: #C26C4E;
}
</style>
border-color css
<style>
span { border-color: #C26C4E; }
span { border-color: rgb(194,108,78); }
td.TdClassName
{
border-color: #C26C4E;
}
.TagClassName
{
border-color: #C26C4E;
}
</style>