Shades of Sundance #C4A94E
Tints of Sundance #C4A94E
RGB
CMYK
RGB Variations
Color information
#C4A94E (or 0xC4A94E) is known color: Sundance. HEX triplet: C4, A9 and 4E. RGB value is (196,169,78). Sum of RGB (Red+Green+Blue) = 196+169+78=443 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.24% from 443); Green value is 169 (66.41% from 255 or 38.15% from 443); Blue value is 78 (30.86% from 255 or 17.61% from 443); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A94E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4A94E is #3B56B1. Grayscale: #A7A7A7. Windows color (decimal): -3888818 or 5155268. OLE color: 5155268.
HSL color Cylindrical-coordinate representation of color #C4A94E: hue angle of 46.27º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C4A94E is Cyan = 0, Magento = 0.14, Yellow = 0.60 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 169 | 78 | - |
| CMYK | 0 | 0.14 | 0.60 | 0.23 |
| HSL | 46.27º | 0.5% | 0.54% | - |
| HSV(B) | 46.27º | 0.6% | 0.77% | - |
| XYZ | 38.33 | 40.66 | 13.04 | - |
| YUV | 166.7 | 77.95 | 148.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 169 | 78 | 0 | 0.14 | 0.60 | 0.23 | 46.27 | 0.5 | 0.54 |
| Hex | C4 | A9 | 4E | 0 | E | 3C | 17 | 2E | 32 | 36 |
| Octal | 304 | 251 | 116 | 0 | 16 | 74 | 27 | 56 | 62 | 66 |
| Binary | 11000100 | 10101001 | 1001110 | 0 | 1110 | 111100 | 10111 | 101110 | 110010 | 110110 |
Color Harmonies of #C4A94E
Complementary color
Monochromatic Colors of #C4A94E
Black with #C4A94E
Text Example
Text Example
White with #C4A94E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4A94E; }
p { color: rgb(196,169,78); }
H1.HeaderClassName
{
color: #C4A94E;
}
.AnyTagClassName
{
color: #C4A94E;
}
</style>
background-color css
<style>
a { background-color: #C4A94E; }
a { background-color: rgb(196,169,78); }
div.DivClassName
{
background-color: #C4A94E;
}
.BgClassName
{
background-color: #C4A94E;
}
</style>
border-color css
<style>
span { border-color: #C4A94E; }
span { border-color: rgb(196,169,78); }
td.TdClassName
{
border-color: #C4A94E;
}
.TagClassName
{
border-color: #C4A94E;
}
</style>