Shades of Red Damask #C5674E
Tints of Red Damask #C5674E
RGB
CMYK
RGB Variations
Color information
#C5674E (or 0xC5674E) is known color: Red Damask. HEX triplet: C5, 67 and 4E. RGB value is (197,103,78). Sum of RGB (Red+Green+Blue) = 197+103+78=378 (50% of max value = 765). Red value is 197 (77.34% from 255 or 52.12% from 378); Green value is 103 (40.62% from 255 or 27.25% from 378); Blue value is 78 (30.86% from 255 or 20.63% from 378); Max value from RGB is 197 - color contains mainly: red. Hex color #C5674E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5674E is #3A98B1. Grayscale: #808080. Windows color (decimal): -3840178 or 5138373. OLE color: 5138373.
HSL color Cylindrical-coordinate representation of color #C5674E: hue angle of 12.61º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C5674E is Cyan = 0, Magento = 0.48, Yellow = 0.60 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 103 | 78 | - |
| CMYK | 0 | 0.48 | 0.60 | 0.23 |
| HSL | 12.61º | 0.51% | 0.54% | - |
| HSV(B) | 12.61º | 0.6% | 0.77% | - |
| XYZ | 29.25 | 22.12 | 9.94 | - |
| YUV | 128.26 | 99.64 | 177.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 103 | 78 | 0 | 0.48 | 0.60 | 0.23 | 12.61 | 0.51 | 0.54 |
| Hex | C5 | 67 | 4E | 0 | 30 | 3C | 17 | D | 33 | 36 |
| Octal | 305 | 147 | 116 | 0 | 60 | 74 | 27 | 15 | 63 | 66 |
| Binary | 11000101 | 1100111 | 1001110 | 0 | 110000 | 111100 | 10111 | 1101 | 110011 | 110110 |
Color Harmonies of #C5674E
Complementary color
Monochromatic Colors of #C5674E
Black with #C5674E
Text Example
Text Example
White with #C5674E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5674E; }
p { color: rgb(197,103,78); }
H1.HeaderClassName
{
color: #C5674E;
}
.AnyTagClassName
{
color: #C5674E;
}
</style>
background-color css
<style>
a { background-color: #C5674E; }
a { background-color: rgb(197,103,78); }
div.DivClassName
{
background-color: #C5674E;
}
.BgClassName
{
background-color: #C5674E;
}
</style>
border-color css
<style>
span { border-color: #C5674E; }
span { border-color: rgb(197,103,78); }
td.TdClassName
{
border-color: #C5674E;
}
.TagClassName
{
border-color: #C5674E;
}
</style>