Shades of Red Damask #C4684A
Tints of Red Damask #C4684A
RGB
CMYK
RGB Variations
Color information
#C4684A (or 0xC4684A) is known color: Red Damask. HEX triplet: C4, 68 and 4A. RGB value is (196,104,74). Sum of RGB (Red+Green+Blue) = 196+104+74=374 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.41% from 374); Green value is 104 (41.02% from 255 or 27.81% from 374); Blue value is 74 (29.30% from 255 or 19.79% from 374); Max value from RGB is 196 - color contains mainly: red. Hex color #C4684A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C4684A is #3B97B5. Grayscale: #808080. Windows color (decimal): -3905462 or 4876484. OLE color: 4876484.
HSL color Cylindrical-coordinate representation of color #C4684A: hue angle of 14.75º 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 #C4684A is Cyan = 0, Magento = 0.47, Yellow = 0.62 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 104 | 74 | - |
| CMYK | 0 | 0.47 | 0.62 | 0.23 |
| HSL | 14.75º | 0.51% | 0.53% | - |
| HSV(B) | 14.75º | 0.62% | 0.77% | - |
| XYZ | 28.95 | 22.13 | 9.22 | - |
| YUV | 128.09 | 97.48 | 176.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 104 | 74 | 0 | 0.47 | 0.62 | 0.23 | 14.75 | 0.51 | 0.53 |
| Hex | C4 | 68 | 4A | 0 | 2F | 3E | 17 | F | 33 | 35 |
| Octal | 304 | 150 | 112 | 0 | 57 | 76 | 27 | 17 | 63 | 65 |
| Binary | 11000100 | 1101000 | 1001010 | 0 | 101111 | 111110 | 10111 | 1111 | 110011 | 110101 |
Color Harmonies of #C4684A
Complementary color
Monochromatic Colors of #C4684A
Black with #C4684A
Text Example
Text Example
White with #C4684A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4684A; }
p { color: rgb(196,104,74); }
H1.HeaderClassName
{
color: #C4684A;
}
.AnyTagClassName
{
color: #C4684A;
}
</style>
background-color css
<style>
a { background-color: #C4684A; }
a { background-color: rgb(196,104,74); }
div.DivClassName
{
background-color: #C4684A;
}
.BgClassName
{
background-color: #C4684A;
}
</style>
border-color css
<style>
span { border-color: #C4684A; }
span { border-color: rgb(196,104,74); }
td.TdClassName
{
border-color: #C4684A;
}
.TagClassName
{
border-color: #C4684A;
}
</style>