Shades of Red Damask #C66546
Tints of Red Damask #C66546
RGB
CMYK
RGB Variations
Color information
#C66546 (or 0xC66546) is known color: Red Damask. HEX triplet: C6, 65 and 46. RGB value is (198,101,70). Sum of RGB (Red+Green+Blue) = 198+101+70=369 (48% of max value = 765). Red value is 198 (77.73% from 255 or 53.66% from 369); Green value is 101 (39.84% from 255 or 27.37% from 369); Blue value is 70 (27.73% from 255 or 18.97% from 369); Max value from RGB is 198 - color contains mainly: red. Hex color #C66546 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C66546 is #399AB9. Grayscale: #7E7E7E. Windows color (decimal): -3775162 or 4613574. OLE color: 4613574.
HSL color Cylindrical-coordinate representation of color #C66546: hue angle of 14.53º 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 #C66546 is Cyan = 0, Magento = 0.49, Yellow = 0.65 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 101 | 70 | - |
| CMYK | 0 | 0.49 | 0.65 | 0.22 |
| HSL | 14.53º | 0.53% | 0.53% | - |
| HSV(B) | 14.53º | 0.65% | 0.78% | - |
| XYZ | 29.05 | 21.76 | 8.46 | - |
| YUV | 126.47 | 96.14 | 179.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 101 | 70 | 0 | 0.49 | 0.65 | 0.22 | 14.53 | 0.53 | 0.53 |
| Hex | C6 | 65 | 46 | 0 | 31 | 41 | 16 | F | 35 | 35 |
| Octal | 306 | 145 | 106 | 0 | 61 | 101 | 26 | 17 | 65 | 65 |
| Binary | 11000110 | 1100101 | 1000110 | 0 | 110001 | 1000001 | 10110 | 1111 | 110101 | 110101 |
Color Harmonies of #C66546
Complementary color
Monochromatic Colors of #C66546
Black with #C66546
Text Example
Text Example
White with #C66546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66546; }
p { color: rgb(198,101,70); }
H1.HeaderClassName
{
color: #C66546;
}
.AnyTagClassName
{
color: #C66546;
}
</style>
background-color css
<style>
a { background-color: #C66546; }
a { background-color: rgb(198,101,70); }
div.DivClassName
{
background-color: #C66546;
}
.BgClassName
{
background-color: #C66546;
}
</style>
border-color css
<style>
span { border-color: #C66546; }
span { border-color: rgb(198,101,70); }
td.TdClassName
{
border-color: #C66546;
}
.TagClassName
{
border-color: #C66546;
}
</style>