Shades of Red Damask #C4694C
Tints of Red Damask #C4694C
RGB
CMYK
RGB Variations
Color information
#C4694C (or 0xC4694C) is known color: Red Damask. HEX triplet: C4, 69 and 4C. RGB value is (196,105,76). Sum of RGB (Red+Green+Blue) = 196+105+76=377 (49% of max value = 765). Red value is 196 (76.95% from 255 or 51.99% from 377); Green value is 105 (41.41% from 255 or 27.85% from 377); Blue value is 76 (30.08% from 255 or 20.16% from 377); Max value from RGB is 196 - color contains mainly: red. Hex color #C4694C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C4694C is #3B96B3. Grayscale: #818181. Windows color (decimal): -3905204 or 5007812. OLE color: 5007812.
HSL color Cylindrical-coordinate representation of color #C4694C: hue angle of 14.5º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C4694C is Cyan = 0, Magento = 0.46, Yellow = 0.61 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 105 | 76 | - |
| CMYK | 0 | 0.46 | 0.61 | 0.23 |
| HSL | 14.5º | 0.5% | 0.53% | - |
| HSV(B) | 14.5º | 0.61% | 0.77% | - |
| XYZ | 29.12 | 22.36 | 9.62 | - |
| YUV | 128.9 | 98.15 | 175.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 105 | 76 | 0 | 0.46 | 0.61 | 0.23 | 14.5 | 0.5 | 0.53 |
| Hex | C4 | 69 | 4C | 0 | 2E | 3D | 17 | E | 32 | 35 |
| Octal | 304 | 151 | 114 | 0 | 56 | 75 | 27 | 16 | 62 | 65 |
| Binary | 11000100 | 1101001 | 1001100 | 0 | 101110 | 111101 | 10111 | 1110 | 110010 | 110101 |
Color Harmonies of #C4694C
Complementary color
Monochromatic Colors of #C4694C
Black with #C4694C
Text Example
Text Example
White with #C4694C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4694C; }
p { color: rgb(196,105,76); }
H1.HeaderClassName
{
color: #C4694C;
}
.AnyTagClassName
{
color: #C4694C;
}
</style>
background-color css
<style>
a { background-color: #C4694C; }
a { background-color: rgb(196,105,76); }
div.DivClassName
{
background-color: #C4694C;
}
.BgClassName
{
background-color: #C4694C;
}
</style>
border-color css
<style>
span { border-color: #C4694C; }
span { border-color: rgb(196,105,76); }
td.TdClassName
{
border-color: #C4694C;
}
.TagClassName
{
border-color: #C4694C;
}
</style>