Shades of Sundance #C4A94A
Tints of Sundance #C4A94A
RGB
CMYK
RGB Variations
Color information
#C4A94A (or 0xC4A94A) is known color: Sundance. HEX triplet: C4, A9 and 4A. RGB value is (196,169,74). Sum of RGB (Red+Green+Blue) = 196+169+74=439 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.65% from 439); Green value is 169 (66.41% from 255 or 38.50% from 439); Blue value is 74 (29.30% from 255 or 16.86% from 439); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A94A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4A94A is #3B56B5. Grayscale: #A6A6A6. Windows color (decimal): -3888822 or 4893124. OLE color: 4893124.
HSL color Cylindrical-coordinate representation of color #C4A94A: hue angle of 46.72º 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 #C4A94A is Cyan = 0, Magento = 0.14, Yellow = 0.62 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 169 | 74 | - |
| CMYK | 0 | 0.14 | 0.62 | 0.23 |
| HSL | 46.72º | 0.51% | 0.53% | - |
| HSV(B) | 46.72º | 0.62% | 0.77% | - |
| XYZ | 38.19 | 40.61 | 12.3 | - |
| YUV | 166.24 | 75.95 | 149.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 169 | 74 | 0 | 0.14 | 0.62 | 0.23 | 46.72 | 0.51 | 0.53 |
| Hex | C4 | A9 | 4A | 0 | E | 3E | 17 | 2F | 33 | 35 |
| Octal | 304 | 251 | 112 | 0 | 16 | 76 | 27 | 57 | 63 | 65 |
| Binary | 11000100 | 10101001 | 1001010 | 0 | 1110 | 111110 | 10111 | 101111 | 110011 | 110101 |
Color Harmonies of #C4A94A
Complementary color
Monochromatic Colors of #C4A94A
Black with #C4A94A
Text Example
Text Example
White with #C4A94A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4A94A; }
p { color: rgb(196,169,74); }
H1.HeaderClassName
{
color: #C4A94A;
}
.AnyTagClassName
{
color: #C4A94A;
}
</style>
background-color css
<style>
a { background-color: #C4A94A; }
a { background-color: rgb(196,169,74); }
div.DivClassName
{
background-color: #C4A94A;
}
.BgClassName
{
background-color: #C4A94A;
}
</style>
border-color css
<style>
span { border-color: #C4A94A; }
span { border-color: rgb(196,169,74); }
td.TdClassName
{
border-color: #C4A94A;
}
.TagClassName
{
border-color: #C4A94A;
}
</style>