Shades of Red Damask #C66A44
Tints of Red Damask #C66A44
RGB
CMYK
RGB Variations
Color information
#C66A44 (or 0xC66A44) is known color: Red Damask. HEX triplet: C6, 6A and 44. RGB value is (198,106,68). Sum of RGB (Red+Green+Blue) = 198+106+68=372 (49% of max value = 765). Red value is 198 (77.73% from 255 or 53.23% from 372); Green value is 106 (41.80% from 255 or 28.49% from 372); Blue value is 68 (26.95% from 255 or 18.28% from 372); Max value from RGB is 198 - color contains mainly: red. Hex color #C66A44 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C66A44 is #3995BB. Grayscale: #818181. Windows color (decimal): -3773884 or 4483782. OLE color: 4483782.
HSL color Cylindrical-coordinate representation of color #C66A44: hue angle of 17.54º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C66A44 is Cyan = 0, Magento = 0.46, Yellow = 0.66 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 106 | 68 | - |
| CMYK | 0 | 0.46 | 0.66 | 0.22 |
| HSL | 17.54º | 0.53% | 0.52% | - |
| HSV(B) | 17.54º | 0.66% | 0.78% | - |
| XYZ | 29.49 | 22.73 | 8.3 | - |
| YUV | 129.18 | 93.48 | 177.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 106 | 68 | 0 | 0.46 | 0.66 | 0.22 | 17.54 | 0.53 | 0.52 |
| Hex | C6 | 6A | 44 | 0 | 2E | 42 | 16 | 12 | 35 | 34 |
| Octal | 306 | 152 | 104 | 0 | 56 | 102 | 26 | 22 | 65 | 64 |
| Binary | 11000110 | 1101010 | 1000100 | 0 | 101110 | 1000010 | 10110 | 10010 | 110101 | 110100 |
Color Harmonies of #C66A44
Complementary color
Monochromatic Colors of #C66A44
Black with #C66A44
Text Example
Text Example
White with #C66A44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66A44; }
p { color: rgb(198,106,68); }
H1.HeaderClassName
{
color: #C66A44;
}
.AnyTagClassName
{
color: #C66A44;
}
</style>
background-color css
<style>
a { background-color: #C66A44; }
a { background-color: rgb(198,106,68); }
div.DivClassName
{
background-color: #C66A44;
}
.BgClassName
{
background-color: #C66A44;
}
</style>
border-color css
<style>
span { border-color: #C66A44; }
span { border-color: rgb(198,106,68); }
td.TdClassName
{
border-color: #C66A44;
}
.TagClassName
{
border-color: #C66A44;
}
</style>