Shades of Red Damask #C66646
Tints of Red Damask #C66646
RGB
CMYK
RGB Variations
Color information
#C66646 (or 0xC66646) is known color: Red Damask. HEX triplet: C6, 66 and 46. RGB value is (198,102,70). Sum of RGB (Red+Green+Blue) = 198+102+70=370 (49% of max value = 765). Red value is 198 (77.73% from 255 or 53.51% from 370); Green value is 102 (40.23% from 255 or 27.57% from 370); Blue value is 70 (27.73% from 255 or 18.92% from 370); Max value from RGB is 198 - color contains mainly: red. Hex color #C66646 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C66646 is #3999B9. Grayscale: #7F7F7F. Windows color (decimal): -3774906 or 4613830. OLE color: 4613830.
HSL color Cylindrical-coordinate representation of color #C66646: hue angle of 15º 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 #C66646 is Cyan = 0, Magento = 0.48, Yellow = 0.65 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 102 | 70 | - |
| CMYK | 0 | 0.48 | 0.65 | 0.22 |
| HSL | 15º | 0.53% | 0.53% | - |
| HSV(B) | 15º | 0.65% | 0.78% | - |
| XYZ | 29.15 | 21.95 | 8.5 | - |
| YUV | 127.06 | 95.8 | 178.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 102 | 70 | 0 | 0.48 | 0.65 | 0.22 | 15 | 0.53 | 0.53 |
| Hex | C6 | 66 | 46 | 0 | 30 | 41 | 16 | F | 35 | 35 |
| Octal | 306 | 146 | 106 | 0 | 60 | 101 | 26 | 17 | 65 | 65 |
| Binary | 11000110 | 1100110 | 1000110 | 0 | 110000 | 1000001 | 10110 | 1111 | 110101 | 110101 |
Color Harmonies of #C66646
Complementary color
Monochromatic Colors of #C66646
Black with #C66646
Text Example
Text Example
White with #C66646
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66646; }
p { color: rgb(198,102,70); }
H1.HeaderClassName
{
color: #C66646;
}
.AnyTagClassName
{
color: #C66646;
}
</style>
background-color css
<style>
a { background-color: #C66646; }
a { background-color: rgb(198,102,70); }
div.DivClassName
{
background-color: #C66646;
}
.BgClassName
{
background-color: #C66646;
}
</style>
border-color css
<style>
span { border-color: #C66646; }
span { border-color: rgb(198,102,70); }
td.TdClassName
{
border-color: #C66646;
}
.TagClassName
{
border-color: #C66646;
}
</style>