Shades of Red Damask #C6694F
Tints of Red Damask #C6694F
RGB
CMYK
RGB Variations
Color information
#C6694F (or 0xC6694F) is known color: Red Damask. HEX triplet: C6, 69 and 4F. RGB value is (198,105,79). Sum of RGB (Red+Green+Blue) = 198+105+79=382 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.83% from 382); Green value is 105 (41.41% from 255 or 27.49% from 382); Blue value is 79 (31.25% from 255 or 20.68% from 382); Max value from RGB is 198 - color contains mainly: red. Hex color #C6694F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C6694F is #3996B0. Grayscale: #828282. Windows color (decimal): -3774129 or 5204422. OLE color: 5204422.
HSL color Cylindrical-coordinate representation of color #C6694F: hue angle of 13.11º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C6694F is Cyan = 0, Magento = 0.47, Yellow = 0.60 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 105 | 79 | - |
| CMYK | 0 | 0.47 | 0.60 | 0.22 |
| HSL | 13.11º | 0.51% | 0.54% | - |
| HSV(B) | 13.11º | 0.6% | 0.78% | - |
| XYZ | 29.75 | 22.67 | 10.21 | - |
| YUV | 129.84 | 99.31 | 176.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 105 | 79 | 0 | 0.47 | 0.60 | 0.22 | 13.11 | 0.51 | 0.54 |
| Hex | C6 | 69 | 4F | 0 | 2F | 3C | 16 | D | 33 | 36 |
| Octal | 306 | 151 | 117 | 0 | 57 | 74 | 26 | 15 | 63 | 66 |
| Binary | 11000110 | 1101001 | 1001111 | 0 | 101111 | 111100 | 10110 | 1101 | 110011 | 110110 |
Color Harmonies of #C6694F
Complementary color
Monochromatic Colors of #C6694F
Black with #C6694F
Text Example
Text Example
White with #C6694F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6694F; }
p { color: rgb(198,105,79); }
H1.HeaderClassName
{
color: #C6694F;
}
.AnyTagClassName
{
color: #C6694F;
}
</style>
background-color css
<style>
a { background-color: #C6694F; }
a { background-color: rgb(198,105,79); }
div.DivClassName
{
background-color: #C6694F;
}
.BgClassName
{
background-color: #C6694F;
}
</style>
border-color css
<style>
span { border-color: #C6694F; }
span { border-color: rgb(198,105,79); }
td.TdClassName
{
border-color: #C6694F;
}
.TagClassName
{
border-color: #C6694F;
}
</style>