Shades of Red Damask #C26B4E
Tints of Red Damask #C26B4E
RGB
CMYK
RGB Variations
Color information
#C26B4E (or 0xC26B4E) is known color: Red Damask. HEX triplet: C2, 6B and 4E. RGB value is (194,107,78). Sum of RGB (Red+Green+Blue) = 194+107+78=379 (50% of max value = 765). Red value is 194 (76.17% from 255 or 51.19% from 379); Green value is 107 (42.19% from 255 or 28.23% from 379); Blue value is 78 (30.86% from 255 or 20.58% from 379); Max value from RGB is 194 - color contains mainly: red. Hex color #C26B4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C26B4E is #3D94B1. Grayscale: #818181. Windows color (decimal): -4035762 or 5139394. OLE color: 5139394.
HSL color Cylindrical-coordinate representation of color #C26B4E: hue angle of 15º 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 #C26B4E is Cyan = 0, Magento = 0.45, Yellow = 0.60 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 107 | 78 | - |
| CMYK | 0 | 0.45 | 0.60 | 0.24 |
| HSL | 15º | 0.49% | 0.53% | - |
| HSV(B) | 15º | 0.6% | 0.76% | - |
| XYZ | 28.88 | 22.53 | 10.04 | - |
| YUV | 129.71 | 98.82 | 173.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 107 | 78 | 0 | 0.45 | 0.60 | 0.24 | 15 | 0.49 | 0.53 |
| Hex | C2 | 6B | 4E | 0 | 2D | 3C | 18 | F | 31 | 35 |
| Octal | 302 | 153 | 116 | 0 | 55 | 74 | 30 | 17 | 61 | 65 |
| Binary | 11000010 | 1101011 | 1001110 | 0 | 101101 | 111100 | 11000 | 1111 | 110001 | 110101 |
Color Harmonies of #C26B4E
Complementary color
Monochromatic Colors of #C26B4E
Black with #C26B4E
Text Example
Text Example
White with #C26B4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26B4E; }
p { color: rgb(194,107,78); }
H1.HeaderClassName
{
color: #C26B4E;
}
.AnyTagClassName
{
color: #C26B4E;
}
</style>
background-color css
<style>
a { background-color: #C26B4E; }
a { background-color: rgb(194,107,78); }
div.DivClassName
{
background-color: #C26B4E;
}
.BgClassName
{
background-color: #C26B4E;
}
</style>
border-color css
<style>
span { border-color: #C26B4E; }
span { border-color: rgb(194,107,78); }
td.TdClassName
{
border-color: #C26B4E;
}
.TagClassName
{
border-color: #C26B4E;
}
</style>