Shades of Red Damask #C66942
Tints of Red Damask #C66942
RGB
CMYK
RGB Variations
Color information
#C66942 (or 0xC66942) is known color: Red Damask. HEX triplet: C6, 69 and 42. RGB value is (198,105,66). Sum of RGB (Red+Green+Blue) = 198+105+66=369 (48% of max value = 765). Red value is 198 (77.73% from 255 or 53.66% from 369); Green value is 105 (41.41% from 255 or 28.46% from 369); Blue value is 66 (26.17% from 255 or 17.89% from 369); Max value from RGB is 198 - color contains mainly: red. Hex color #C66942 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C66942 is #3996BD. Grayscale: #808080. Windows color (decimal): -3774142 or 4352454. OLE color: 4352454.
HSL color Cylindrical-coordinate representation of color #C66942: hue angle of 17.73º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C66942 is Cyan = 0, Magento = 0.47, Yellow = 0.67 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 105 | 66 | - |
| CMYK | 0 | 0.47 | 0.67 | 0.22 |
| HSL | 17.73º | 0.54% | 0.52% | - |
| HSV(B) | 17.73º | 0.67% | 0.78% | - |
| XYZ | 29.32 | 22.5 | 7.95 | - |
| YUV | 128.36 | 92.81 | 177.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 105 | 66 | 0 | 0.47 | 0.67 | 0.22 | 17.73 | 0.54 | 0.52 |
| Hex | C6 | 69 | 42 | 0 | 2F | 43 | 16 | 12 | 36 | 34 |
| Octal | 306 | 151 | 102 | 0 | 57 | 103 | 26 | 22 | 66 | 64 |
| Binary | 11000110 | 1101001 | 1000010 | 0 | 101111 | 1000011 | 10110 | 10010 | 110110 | 110100 |
Color Harmonies of #C66942
Complementary color
Monochromatic Colors of #C66942
Black with #C66942
Text Example
Text Example
White with #C66942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66942; }
p { color: rgb(198,105,66); }
H1.HeaderClassName
{
color: #C66942;
}
.AnyTagClassName
{
color: #C66942;
}
</style>
background-color css
<style>
a { background-color: #C66942; }
a { background-color: rgb(198,105,66); }
div.DivClassName
{
background-color: #C66942;
}
.BgClassName
{
background-color: #C66942;
}
</style>
border-color css
<style>
span { border-color: #C66942; }
span { border-color: rgb(198,105,66); }
td.TdClassName
{
border-color: #C66942;
}
.TagClassName
{
border-color: #C66942;
}
</style>