Shades of Red Damask #C66D4C
Tints of Red Damask #C66D4C
RGB
CMYK
RGB Variations
Color information
#C66D4C (or 0xC66D4C) is known color: Red Damask. HEX triplet: C6, 6D and 4C. RGB value is (198,109,76). Sum of RGB (Red+Green+Blue) = 198+109+76=383 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.70% from 383); Green value is 109 (42.97% from 255 or 28.46% from 383); Blue value is 76 (30.08% from 255 or 19.84% from 383); Max value from RGB is 198 - color contains mainly: red. Hex color #C66D4C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C66D4C is #3992B3. Grayscale: #848484. Windows color (decimal): -3773108 or 5008838. OLE color: 5008838.
HSL color Cylindrical-coordinate representation of color #C66D4C: hue angle of 16.23º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C66D4C is Cyan = 0, Magento = 0.45, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 109 | 76 | - |
| CMYK | 0 | 0.45 | 0.62 | 0.22 |
| HSL | 16.23º | 0.52% | 0.54% | - |
| HSV(B) | 16.23º | 0.62% | 0.78% | - |
| XYZ | 30.06 | 23.46 | 9.78 | - |
| YUV | 131.85 | 96.49 | 175.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 109 | 76 | 0 | 0.45 | 0.62 | 0.22 | 16.23 | 0.52 | 0.54 |
| Hex | C6 | 6D | 4C | 0 | 2D | 3E | 16 | 10 | 34 | 36 |
| Octal | 306 | 155 | 114 | 0 | 55 | 76 | 26 | 20 | 64 | 66 |
| Binary | 11000110 | 1101101 | 1001100 | 0 | 101101 | 111110 | 10110 | 10000 | 110100 | 110110 |
Color Harmonies of #C66D4C
Complementary color
Monochromatic Colors of #C66D4C
Black with #C66D4C
Text Example
Text Example
White with #C66D4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66D4C; }
p { color: rgb(198,109,76); }
H1.HeaderClassName
{
color: #C66D4C;
}
.AnyTagClassName
{
color: #C66D4C;
}
</style>
background-color css
<style>
a { background-color: #C66D4C; }
a { background-color: rgb(198,109,76); }
div.DivClassName
{
background-color: #C66D4C;
}
.BgClassName
{
background-color: #C66D4C;
}
</style>
border-color css
<style>
span { border-color: #C66D4C; }
span { border-color: rgb(198,109,76); }
td.TdClassName
{
border-color: #C66D4C;
}
.TagClassName
{
border-color: #C66D4C;
}
</style>