Shades of Red Damask #C66A45
Tints of Red Damask #C66A45
RGB
CMYK
RGB Variations
Color information
#C66A45 (or 0xC66A45) is known color: Red Damask. HEX triplet: C6, 6A and 45. RGB value is (198,106,69). Sum of RGB (Red+Green+Blue) = 198+106+69=373 (49% of max value = 765). Red value is 198 (77.73% from 255 or 53.08% from 373); Green value is 106 (41.80% from 255 or 28.42% from 373); Blue value is 69 (27.34% from 255 or 18.50% from 373); Max value from RGB is 198 - color contains mainly: red. Hex color #C66A45 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C66A45 is #3995BA. Grayscale: #818181. Windows color (decimal): -3773883 or 4549318. OLE color: 4549318.
HSL color Cylindrical-coordinate representation of color #C66A45: hue angle of 17.21º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C66A45 is Cyan = 0, Magento = 0.46, Yellow = 0.65 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 106 | 69 | - |
| CMYK | 0 | 0.46 | 0.65 | 0.22 |
| HSL | 17.21º | 0.53% | 0.52% | - |
| HSV(B) | 17.21º | 0.65% | 0.78% | - |
| XYZ | 29.52 | 22.74 | 8.46 | - |
| YUV | 129.29 | 93.98 | 177.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 106 | 69 | 0 | 0.46 | 0.65 | 0.22 | 17.21 | 0.53 | 0.52 |
| Hex | C6 | 6A | 45 | 0 | 2E | 41 | 16 | 11 | 35 | 34 |
| Octal | 306 | 152 | 105 | 0 | 56 | 101 | 26 | 21 | 65 | 64 |
| Binary | 11000110 | 1101010 | 1000101 | 0 | 101110 | 1000001 | 10110 | 10001 | 110101 | 110100 |
Color Harmonies of #C66A45
Complementary color
Monochromatic Colors of #C66A45
Black with #C66A45
Text Example
Text Example
White with #C66A45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66A45; }
p { color: rgb(198,106,69); }
H1.HeaderClassName
{
color: #C66A45;
}
.AnyTagClassName
{
color: #C66A45;
}
</style>
background-color css
<style>
a { background-color: #C66A45; }
a { background-color: rgb(198,106,69); }
div.DivClassName
{
background-color: #C66A45;
}
.BgClassName
{
background-color: #C66A45;
}
</style>
border-color css
<style>
span { border-color: #C66A45; }
span { border-color: rgb(198,106,69); }
td.TdClassName
{
border-color: #C66A45;
}
.TagClassName
{
border-color: #C66A45;
}
</style>