Shades of Red Damask #C4684C
Tints of Red Damask #C4684C
RGB
CMYK
RGB Variations
Color information
#C4684C (or 0xC4684C) is known color: Red Damask. HEX triplet: C4, 68 and 4C. RGB value is (196,104,76). Sum of RGB (Red+Green+Blue) = 196+104+76=376 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.13% from 376); Green value is 104 (41.02% from 255 or 27.66% from 376); Blue value is 76 (30.08% from 255 or 20.21% from 376); Max value from RGB is 196 - color contains mainly: red. Hex color #C4684C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C4684C is #3B97B3. Grayscale: #808080. Windows color (decimal): -3905460 or 5007556. OLE color: 5007556.
HSL color Cylindrical-coordinate representation of color #C4684C: hue angle of 14º 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 #C4684C is Cyan = 0, Magento = 0.47, Yellow = 0.61 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 104 | 76 | - |
| CMYK | 0 | 0.47 | 0.61 | 0.23 |
| HSL | 14º | 0.5% | 0.53% | - |
| HSV(B) | 14º | 0.61% | 0.77% | - |
| XYZ | 29.02 | 22.16 | 9.58 | - |
| YUV | 128.32 | 98.48 | 176.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 104 | 76 | 0 | 0.47 | 0.61 | 0.23 | 14 | 0.5 | 0.53 |
| Hex | C4 | 68 | 4C | 0 | 2F | 3D | 17 | E | 32 | 35 |
| Octal | 304 | 150 | 114 | 0 | 57 | 75 | 27 | 16 | 62 | 65 |
| Binary | 11000100 | 1101000 | 1001100 | 0 | 101111 | 111101 | 10111 | 1110 | 110010 | 110101 |
Color Harmonies of #C4684C
Complementary color
Monochromatic Colors of #C4684C
Black with #C4684C
Text Example
Text Example
White with #C4684C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4684C; }
p { color: rgb(196,104,76); }
H1.HeaderClassName
{
color: #C4684C;
}
.AnyTagClassName
{
color: #C4684C;
}
</style>
background-color css
<style>
a { background-color: #C4684C; }
a { background-color: rgb(196,104,76); }
div.DivClassName
{
background-color: #C4684C;
}
.BgClassName
{
background-color: #C4684C;
}
</style>
border-color css
<style>
span { border-color: #C4684C; }
span { border-color: rgb(196,104,76); }
td.TdClassName
{
border-color: #C4684C;
}
.TagClassName
{
border-color: #C4684C;
}
</style>