Shades of Red Damask #C66946
Tints of Red Damask #C66946
RGB
CMYK
RGB Variations
Color information
#C66946 (or 0xC66946) is known color: Red Damask. HEX triplet: C6, 69 and 46. RGB value is (198,105,70). Sum of RGB (Red+Green+Blue) = 198+105+70=373 (49% of max value = 765). Red value is 198 (77.73% from 255 or 53.08% from 373); Green value is 105 (41.41% from 255 or 28.15% from 373); Blue value is 70 (27.73% from 255 or 18.77% from 373); Max value from RGB is 198 - color contains mainly: red. Hex color #C66946 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C66946 is #3996B9. Grayscale: #818181. Windows color (decimal): -3774138 or 4614598. OLE color: 4614598.
HSL color Cylindrical-coordinate representation of color #C66946: hue angle of 16.41º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C66946 is Cyan = 0, Magento = 0.47, Yellow = 0.65 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 105 | 70 | - |
| CMYK | 0 | 0.47 | 0.65 | 0.22 |
| HSL | 16.41º | 0.53% | 0.53% | - |
| HSV(B) | 16.41º | 0.65% | 0.78% | - |
| XYZ | 29.45 | 22.55 | 8.6 | - |
| YUV | 128.82 | 94.81 | 177.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 105 | 70 | 0 | 0.47 | 0.65 | 0.22 | 16.41 | 0.53 | 0.53 |
| Hex | C6 | 69 | 46 | 0 | 2F | 41 | 16 | 10 | 35 | 35 |
| Octal | 306 | 151 | 106 | 0 | 57 | 101 | 26 | 20 | 65 | 65 |
| Binary | 11000110 | 1101001 | 1000110 | 0 | 101111 | 1000001 | 10110 | 10000 | 110101 | 110101 |
Color Harmonies of #C66946
Complementary color
Monochromatic Colors of #C66946
Black with #C66946
Text Example
Text Example
White with #C66946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66946; }
p { color: rgb(198,105,70); }
H1.HeaderClassName
{
color: #C66946;
}
.AnyTagClassName
{
color: #C66946;
}
</style>
background-color css
<style>
a { background-color: #C66946; }
a { background-color: rgb(198,105,70); }
div.DivClassName
{
background-color: #C66946;
}
.BgClassName
{
background-color: #C66946;
}
</style>
border-color css
<style>
span { border-color: #C66946; }
span { border-color: rgb(198,105,70); }
td.TdClassName
{
border-color: #C66946;
}
.TagClassName
{
border-color: #C66946;
}
</style>