Shades of Red Damask #C4694A
Tints of Red Damask #C4694A
RGB
CMYK
RGB Variations
Color information
#C4694A (or 0xC4694A) is known color: Red Damask. HEX triplet: C4, 69 and 4A. RGB value is (196,105,74). Sum of RGB (Red+Green+Blue) = 196+105+74=375 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.27% from 375); Green value is 105 (41.41% from 255 or 28% from 375); Blue value is 74 (29.30% from 255 or 19.73% from 375); Max value from RGB is 196 - color contains mainly: red. Hex color #C4694A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C4694A is #3B96B5. Grayscale: #808080. Windows color (decimal): -3905206 or 4876740. OLE color: 4876740.
HSL color Cylindrical-coordinate representation of color #C4694A: hue angle of 15.25º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C4694A is Cyan = 0, Magento = 0.46, Yellow = 0.62 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 105 | 74 | - |
| CMYK | 0 | 0.46 | 0.62 | 0.23 |
| HSL | 15.25º | 0.51% | 0.53% | - |
| HSV(B) | 15.25º | 0.62% | 0.77% | - |
| XYZ | 29.05 | 22.33 | 9.26 | - |
| YUV | 128.68 | 97.15 | 176.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 105 | 74 | 0 | 0.46 | 0.62 | 0.23 | 15.25 | 0.51 | 0.53 |
| Hex | C4 | 69 | 4A | 0 | 2E | 3E | 17 | F | 33 | 35 |
| Octal | 304 | 151 | 112 | 0 | 56 | 76 | 27 | 17 | 63 | 65 |
| Binary | 11000100 | 1101001 | 1001010 | 0 | 101110 | 111110 | 10111 | 1111 | 110011 | 110101 |
Color Harmonies of #C4694A
Complementary color
Monochromatic Colors of #C4694A
Black with #C4694A
Text Example
Text Example
White with #C4694A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4694A; }
p { color: rgb(196,105,74); }
H1.HeaderClassName
{
color: #C4694A;
}
.AnyTagClassName
{
color: #C4694A;
}
</style>
background-color css
<style>
a { background-color: #C4694A; }
a { background-color: rgb(196,105,74); }
div.DivClassName
{
background-color: #C4694A;
}
.BgClassName
{
background-color: #C4694A;
}
</style>
border-color css
<style>
span { border-color: #C4694A; }
span { border-color: rgb(196,105,74); }
td.TdClassName
{
border-color: #C4694A;
}
.TagClassName
{
border-color: #C4694A;
}
</style>