Shades of Sundance #C4A04F
Tints of Sundance #C4A04F
RGB
CMYK
RGB Variations
Color information
#C4A04F (or 0xC4A04F) is known color: Sundance. HEX triplet: C4, A0 and 4F. RGB value is (196,160,79). Sum of RGB (Red+Green+Blue) = 196+160+79=435 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.06% from 435); Green value is 160 (62.89% from 255 or 36.78% from 435); Blue value is 79 (31.25% from 255 or 18.16% from 435); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A04F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4A04F is #3B5FB0. Grayscale: #A1A1A1. Windows color (decimal): -3891121 or 5218500. OLE color: 5218500.
HSL color Cylindrical-coordinate representation of color #C4A04F: hue angle of 41.54º 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 #C4A04F is Cyan = 0, Magento = 0.18, Yellow = 0.60 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 160 | 79 | - |
| CMYK | 0 | 0.18 | 0.60 | 0.23 |
| HSL | 41.54º | 0.5% | 0.54% | - |
| HSV(B) | 41.54º | 0.6% | 0.77% | - |
| XYZ | 36.75 | 37.44 | 12.69 | - |
| YUV | 161.53 | 81.43 | 152.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 160 | 79 | 0 | 0.18 | 0.60 | 0.23 | 41.54 | 0.5 | 0.54 |
| Hex | C4 | A0 | 4F | 0 | 12 | 3C | 17 | 2A | 32 | 36 |
| Octal | 304 | 240 | 117 | 0 | 22 | 74 | 27 | 52 | 62 | 66 |
| Binary | 11000100 | 10100000 | 1001111 | 0 | 10010 | 111100 | 10111 | 101010 | 110010 | 110110 |
Color Harmonies of #C4A04F
Complementary color
Monochromatic Colors of #C4A04F
Black with #C4A04F
Text Example
Text Example
White with #C4A04F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4A04F; }
p { color: rgb(196,160,79); }
H1.HeaderClassName
{
color: #C4A04F;
}
.AnyTagClassName
{
color: #C4A04F;
}
</style>
background-color css
<style>
a { background-color: #C4A04F; }
a { background-color: rgb(196,160,79); }
div.DivClassName
{
background-color: #C4A04F;
}
.BgClassName
{
background-color: #C4A04F;
}
</style>
border-color css
<style>
span { border-color: #C4A04F; }
span { border-color: rgb(196,160,79); }
td.TdClassName
{
border-color: #C4A04F;
}
.TagClassName
{
border-color: #C4A04F;
}
</style>