Shades of Red Damask #C66C45
Tints of Red Damask #C66C45
RGB
CMYK
RGB Variations
Color information
#C66C45 (or 0xC66C45) is known color: Red Damask. HEX triplet: C6, 6C and 45. RGB value is (198,108,69). Sum of RGB (Red+Green+Blue) = 198+108+69=375 (49% of max value = 765). Red value is 198 (77.73% from 255 or 52.8% from 375); Green value is 108 (42.58% from 255 or 28.8% from 375); Blue value is 69 (27.34% from 255 or 18.4% from 375); Max value from RGB is 198 - color contains mainly: red. Hex color #C66C45 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C66C45 is #3993BA. Grayscale: #828282. Windows color (decimal): -3773371 or 4549830. OLE color: 4549830.
HSL color Cylindrical-coordinate representation of color #C66C45: hue angle of 18.14º 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 #C66C45 is Cyan = 0, Magento = 0.45, Yellow = 0.65 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 108 | 69 | - |
| CMYK | 0 | 0.45 | 0.65 | 0.22 |
| HSL | 18.14º | 0.53% | 0.52% | - |
| HSV(B) | 18.14º | 0.65% | 0.78% | - |
| XYZ | 29.73 | 23.16 | 8.53 | - |
| YUV | 130.46 | 93.32 | 176.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 108 | 69 | 0 | 0.45 | 0.65 | 0.22 | 18.14 | 0.53 | 0.52 |
| Hex | C6 | 6C | 45 | 0 | 2D | 41 | 16 | 12 | 35 | 34 |
| Octal | 306 | 154 | 105 | 0 | 55 | 101 | 26 | 22 | 65 | 64 |
| Binary | 11000110 | 1101100 | 1000101 | 0 | 101101 | 1000001 | 10110 | 10010 | 110101 | 110100 |
Color Harmonies of #C66C45
Complementary color
Monochromatic Colors of #C66C45
Black with #C66C45
Text Example
Text Example
White with #C66C45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66C45; }
p { color: rgb(198,108,69); }
H1.HeaderClassName
{
color: #C66C45;
}
.AnyTagClassName
{
color: #C66C45;
}
</style>
background-color css
<style>
a { background-color: #C66C45; }
a { background-color: rgb(198,108,69); }
div.DivClassName
{
background-color: #C66C45;
}
.BgClassName
{
background-color: #C66C45;
}
</style>
border-color css
<style>
span { border-color: #C66C45; }
span { border-color: rgb(198,108,69); }
td.TdClassName
{
border-color: #C66C45;
}
.TagClassName
{
border-color: #C66C45;
}
</style>