Shades of Red Damask #C66E52
Tints of Red Damask #C66E52
RGB
CMYK
RGB Variations
Color information
#C66E52 (or 0xC66E52) is known color: Red Damask. HEX triplet: C6, 6E and 52. RGB value is (198,110,82). Sum of RGB (Red+Green+Blue) = 198+110+82=390 (51% of max value = 765). Red value is 198 (77.73% from 255 or 50.77% from 390); Green value is 110 (43.36% from 255 or 28.21% from 390); Blue value is 82 (32.42% from 255 or 21.03% from 390); Max value from RGB is 198 - color contains mainly: red. Hex color #C66E52 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C66E52 is #3991AD. Grayscale: #858585. Windows color (decimal): -3772846 or 5402310. OLE color: 5402310.
HSL color Cylindrical-coordinate representation of color #C66E52: hue angle of 14.48º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C66E52 is Cyan = 0, Magento = 0.44, Yellow = 0.59 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 110 | 82 | - |
| CMYK | 0 | 0.44 | 0.59 | 0.22 |
| HSL | 14.48º | 0.5% | 0.55% | - |
| HSV(B) | 14.48º | 0.59% | 0.78% | - |
| XYZ | 30.39 | 23.77 | 10.97 | - |
| YUV | 133.12 | 99.15 | 174.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 110 | 82 | 0 | 0.44 | 0.59 | 0.22 | 14.48 | 0.5 | 0.55 |
| Hex | C6 | 6E | 52 | 0 | 2C | 3B | 16 | E | 32 | 37 |
| Octal | 306 | 156 | 122 | 0 | 54 | 73 | 26 | 16 | 62 | 67 |
| Binary | 11000110 | 1101110 | 1010010 | 0 | 101100 | 111011 | 10110 | 1110 | 110010 | 110111 |
Color Harmonies of #C66E52
Complementary color
Monochromatic Colors of #C66E52
Black with #C66E52
Text Example
Text Example
White with #C66E52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66E52; }
p { color: rgb(198,110,82); }
H1.HeaderClassName
{
color: #C66E52;
}
.AnyTagClassName
{
color: #C66E52;
}
</style>
background-color css
<style>
a { background-color: #C66E52; }
a { background-color: rgb(198,110,82); }
div.DivClassName
{
background-color: #C66E52;
}
.BgClassName
{
background-color: #C66E52;
}
</style>
border-color css
<style>
span { border-color: #C66E52; }
span { border-color: rgb(198,110,82); }
td.TdClassName
{
border-color: #C66E52;
}
.TagClassName
{
border-color: #C66E52;
}
</style>