Shades of Red Damask #C26E4A
Tints of Red Damask #C26E4A
RGB
CMYK
RGB Variations
Color information
#C26E4A (or 0xC26E4A) is known color: Red Damask. HEX triplet: C2, 6E and 4A. RGB value is (194,110,74). Sum of RGB (Red+Green+Blue) = 194+110+74=378 (50% of max value = 765). Red value is 194 (76.17% from 255 or 51.32% from 378); Green value is 110 (43.36% from 255 or 29.10% from 378); Blue value is 74 (29.30% from 255 or 19.58% from 378); Max value from RGB is 194 - color contains mainly: red. Hex color #C26E4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C26E4A is #3D91B5. Grayscale: #838383. Windows color (decimal): -4034998 or 4878018. OLE color: 4878018.
HSL color Cylindrical-coordinate representation of color #C26E4A: hue angle of 18º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C26E4A is Cyan = 0, Magento = 0.43, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 110 | 74 | - |
| CMYK | 0 | 0.43 | 0.62 | 0.24 |
| HSL | 18º | 0.5% | 0.53% | - |
| HSV(B) | 18º | 0.62% | 0.76% | - |
| XYZ | 29.06 | 23.12 | 9.41 | - |
| YUV | 131.01 | 95.83 | 172.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 110 | 74 | 0 | 0.43 | 0.62 | 0.24 | 18 | 0.5 | 0.53 |
| Hex | C2 | 6E | 4A | 0 | 2B | 3E | 18 | 12 | 32 | 35 |
| Octal | 302 | 156 | 112 | 0 | 53 | 76 | 30 | 22 | 62 | 65 |
| Binary | 11000010 | 1101110 | 1001010 | 0 | 101011 | 111110 | 11000 | 10010 | 110010 | 110101 |
Color Harmonies of #C26E4A
Complementary color
Monochromatic Colors of #C26E4A
Black with #C26E4A
Text Example
Text Example
White with #C26E4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26E4A; }
p { color: rgb(194,110,74); }
H1.HeaderClassName
{
color: #C26E4A;
}
.AnyTagClassName
{
color: #C26E4A;
}
</style>
background-color css
<style>
a { background-color: #C26E4A; }
a { background-color: rgb(194,110,74); }
div.DivClassName
{
background-color: #C26E4A;
}
.BgClassName
{
background-color: #C26E4A;
}
</style>
border-color css
<style>
span { border-color: #C26E4A; }
span { border-color: rgb(194,110,74); }
td.TdClassName
{
border-color: #C26E4A;
}
.TagClassName
{
border-color: #C26E4A;
}
</style>