Shades of Red Damask #C66E4E
Tints of Red Damask #C66E4E
RGB
CMYK
RGB Variations
Color information
#C66E4E (or 0xC66E4E) is known color: Red Damask. HEX triplet: C6, 6E and 4E. RGB value is (198,110,78). Sum of RGB (Red+Green+Blue) = 198+110+78=386 (51% of max value = 765). Red value is 198 (77.73% from 255 or 51.30% from 386); Green value is 110 (43.36% from 255 or 28.50% from 386); Blue value is 78 (30.86% from 255 or 20.21% from 386); Max value from RGB is 198 - color contains mainly: red. Hex color #C66E4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C66E4E is #3991B1. Grayscale: #848484. Windows color (decimal): -3772850 or 5140166. OLE color: 5140166.
HSL color Cylindrical-coordinate representation of color #C66E4E: hue angle of 16º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C66E4E is Cyan = 0, Magento = 0.44, Yellow = 0.61 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 110 | 78 | - |
| CMYK | 0 | 0.44 | 0.61 | 0.22 |
| HSL | 16º | 0.51% | 0.54% | - |
| HSV(B) | 16º | 0.61% | 0.78% | - |
| XYZ | 30.24 | 23.71 | 10.19 | - |
| YUV | 132.66 | 97.15 | 174.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 110 | 78 | 0 | 0.44 | 0.61 | 0.22 | 16 | 0.51 | 0.54 |
| Hex | C6 | 6E | 4E | 0 | 2C | 3D | 16 | 10 | 33 | 36 |
| Octal | 306 | 156 | 116 | 0 | 54 | 75 | 26 | 20 | 63 | 66 |
| Binary | 11000110 | 1101110 | 1001110 | 0 | 101100 | 111101 | 10110 | 10000 | 110011 | 110110 |
Color Harmonies of #C66E4E
Complementary color
Monochromatic Colors of #C66E4E
Black with #C66E4E
Text Example
Text Example
White with #C66E4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66E4E; }
p { color: rgb(198,110,78); }
H1.HeaderClassName
{
color: #C66E4E;
}
.AnyTagClassName
{
color: #C66E4E;
}
</style>
background-color css
<style>
a { background-color: #C66E4E; }
a { background-color: rgb(198,110,78); }
div.DivClassName
{
background-color: #C66E4E;
}
.BgClassName
{
background-color: #C66E4E;
}
</style>
border-color css
<style>
span { border-color: #C66E4E; }
span { border-color: rgb(198,110,78); }
td.TdClassName
{
border-color: #C66E4E;
}
.TagClassName
{
border-color: #C66E4E;
}
</style>