Shades of Red Damask #C26D52
Tints of Red Damask #C26D52
RGB
CMYK
RGB Variations
Color information
#C26D52 (or 0xC26D52) is known color: Red Damask. HEX triplet: C2, 6D and 52. RGB value is (194,109,82). Sum of RGB (Red+Green+Blue) = 194+109+82=385 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.39% from 385); Green value is 109 (42.97% from 255 or 28.31% from 385); Blue value is 82 (32.42% from 255 or 21.30% from 385); Max value from RGB is 194 - color contains mainly: red. Hex color #C26D52 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C26D52 is #3D92AD. Grayscale: #838383. Windows color (decimal): -4035246 or 5402050. OLE color: 5402050.
HSL color Cylindrical-coordinate representation of color #C26D52: hue angle of 14.46º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C26D52 is Cyan = 0, Magento = 0.44, Yellow = 0.58 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 109 | 82 | - |
| CMYK | 0 | 0.44 | 0.58 | 0.24 |
| HSL | 14.46º | 0.48% | 0.54% | - |
| HSV(B) | 14.46º | 0.58% | 0.76% | - |
| XYZ | 29.24 | 23.02 | 10.88 | - |
| YUV | 131.34 | 100.16 | 172.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 109 | 82 | 0 | 0.44 | 0.58 | 0.24 | 14.46 | 0.48 | 0.54 |
| Hex | C2 | 6D | 52 | 0 | 2C | 3A | 18 | E | 30 | 36 |
| Octal | 302 | 155 | 122 | 0 | 54 | 72 | 30 | 16 | 60 | 66 |
| Binary | 11000010 | 1101101 | 1010010 | 0 | 101100 | 111010 | 11000 | 1110 | 110000 | 110110 |
Color Harmonies of #C26D52
Complementary color
Monochromatic Colors of #C26D52
Black with #C26D52
Text Example
Text Example
White with #C26D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26D52; }
p { color: rgb(194,109,82); }
H1.HeaderClassName
{
color: #C26D52;
}
.AnyTagClassName
{
color: #C26D52;
}
</style>
background-color css
<style>
a { background-color: #C26D52; }
a { background-color: rgb(194,109,82); }
div.DivClassName
{
background-color: #C26D52;
}
.BgClassName
{
background-color: #C26D52;
}
</style>
border-color css
<style>
span { border-color: #C26D52; }
span { border-color: rgb(194,109,82); }
td.TdClassName
{
border-color: #C26D52;
}
.TagClassName
{
border-color: #C26D52;
}
</style>