Shades of Red Damask #C66D4A
Tints of Red Damask #C66D4A
RGB
CMYK
RGB Variations
Color information
#C66D4A (or 0xC66D4A) is known color: Red Damask. HEX triplet: C6, 6D and 4A. RGB value is (198,109,74). Sum of RGB (Red+Green+Blue) = 198+109+74=381 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.97% from 381); Green value is 109 (42.97% from 255 or 28.61% from 381); Blue value is 74 (29.30% from 255 or 19.42% from 381); Max value from RGB is 198 - color contains mainly: red. Hex color #C66D4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C66D4A is #3992B5. Grayscale: #838383. Windows color (decimal): -3773110 or 4877766. OLE color: 4877766.
HSL color Cylindrical-coordinate representation of color #C66D4A: hue angle of 16.94º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C66D4A is Cyan = 0, Magento = 0.45, Yellow = 0.63 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 109 | 74 | - |
| CMYK | 0 | 0.45 | 0.63 | 0.22 |
| HSL | 16.94º | 0.52% | 0.53% | - |
| HSV(B) | 16.94º | 0.63% | 0.78% | - |
| XYZ | 29.99 | 23.44 | 9.42 | - |
| YUV | 131.62 | 95.49 | 175.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 109 | 74 | 0 | 0.45 | 0.63 | 0.22 | 16.94 | 0.52 | 0.53 |
| Hex | C6 | 6D | 4A | 0 | 2D | 3F | 16 | 11 | 34 | 35 |
| Octal | 306 | 155 | 112 | 0 | 55 | 77 | 26 | 21 | 64 | 65 |
| Binary | 11000110 | 1101101 | 1001010 | 0 | 101101 | 111111 | 10110 | 10001 | 110100 | 110101 |
Color Harmonies of #C66D4A
Complementary color
Monochromatic Colors of #C66D4A
Black with #C66D4A
Text Example
Text Example
White with #C66D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66D4A; }
p { color: rgb(198,109,74); }
H1.HeaderClassName
{
color: #C66D4A;
}
.AnyTagClassName
{
color: #C66D4A;
}
</style>
background-color css
<style>
a { background-color: #C66D4A; }
a { background-color: rgb(198,109,74); }
div.DivClassName
{
background-color: #C66D4A;
}
.BgClassName
{
background-color: #C66D4A;
}
</style>
border-color css
<style>
span { border-color: #C66D4A; }
span { border-color: rgb(198,109,74); }
td.TdClassName
{
border-color: #C66D4A;
}
.TagClassName
{
border-color: #C66D4A;
}
</style>