Shades of Red Damask #C26B4C
Tints of Red Damask #C26B4C
RGB
CMYK
RGB Variations
Color information
#C26B4C (or 0xC26B4C) is known color: Red Damask. HEX triplet: C2, 6B and 4C. RGB value is (194,107,76). Sum of RGB (Red+Green+Blue) = 194+107+76=377 (49% of max value = 765). Red value is 194 (76.17% from 255 or 51.46% from 377); Green value is 107 (42.19% from 255 or 28.38% from 377); Blue value is 76 (30.08% from 255 or 20.16% from 377); Max value from RGB is 194 - color contains mainly: red. Hex color #C26B4C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C26B4C is #3D94B3. Grayscale: #818181. Windows color (decimal): -4035764 or 5008322. OLE color: 5008322.
HSL color Cylindrical-coordinate representation of color #C26B4C: hue angle of 15.76º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C26B4C is Cyan = 0, Magento = 0.45, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 107 | 76 | - |
| CMYK | 0 | 0.45 | 0.61 | 0.24 |
| HSL | 15.76º | 0.49% | 0.53% | - |
| HSV(B) | 15.76º | 0.61% | 0.76% | - |
| XYZ | 28.81 | 22.51 | 9.66 | - |
| YUV | 129.48 | 97.82 | 174.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 107 | 76 | 0 | 0.45 | 0.61 | 0.24 | 15.76 | 0.49 | 0.53 |
| Hex | C2 | 6B | 4C | 0 | 2D | 3D | 18 | 10 | 31 | 35 |
| Octal | 302 | 153 | 114 | 0 | 55 | 75 | 30 | 20 | 61 | 65 |
| Binary | 11000010 | 1101011 | 1001100 | 0 | 101101 | 111101 | 11000 | 10000 | 110001 | 110101 |
Color Harmonies of #C26B4C
Complementary color
Monochromatic Colors of #C26B4C
Black with #C26B4C
Text Example
Text Example
White with #C26B4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26B4C; }
p { color: rgb(194,107,76); }
H1.HeaderClassName
{
color: #C26B4C;
}
.AnyTagClassName
{
color: #C26B4C;
}
</style>
background-color css
<style>
a { background-color: #C26B4C; }
a { background-color: rgb(194,107,76); }
div.DivClassName
{
background-color: #C26B4C;
}
.BgClassName
{
background-color: #C26B4C;
}
</style>
border-color css
<style>
span { border-color: #C26B4C; }
span { border-color: rgb(194,107,76); }
td.TdClassName
{
border-color: #C26B4C;
}
.TagClassName
{
border-color: #C26B4C;
}
</style>