Shades of Sundance #C4A64E
Tints of Sundance #C4A64E
RGB
CMYK
RGB Variations
Color information
#C4A64E (or 0xC4A64E) is known color: Sundance. HEX triplet: C4, A6 and 4E. RGB value is (196,166,78). Sum of RGB (Red+Green+Blue) = 196+166+78=440 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.55% from 440); Green value is 166 (65.23% from 255 or 37.73% from 440); Blue value is 78 (30.86% from 255 or 17.73% from 440); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A64E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4A64E is #3B59B1. Grayscale: #A5A5A5. Windows color (decimal): -3889586 or 5154500. OLE color: 5154500.
HSL color Cylindrical-coordinate representation of color #C4A64E: hue angle of 44.75º 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 #C4A64E is Cyan = 0, Magento = 0.15, Yellow = 0.60 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 166 | 78 | - |
| CMYK | 0 | 0.15 | 0.60 | 0.23 |
| HSL | 44.75º | 0.5% | 0.54% | - |
| HSV(B) | 44.75º | 0.6% | 0.77% | - |
| XYZ | 37.78 | 39.56 | 12.85 | - |
| YUV | 164.94 | 78.94 | 150.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 166 | 78 | 0 | 0.15 | 0.60 | 0.23 | 44.75 | 0.5 | 0.54 |
| Hex | C4 | A6 | 4E | 0 | F | 3C | 17 | 2D | 32 | 36 |
| Octal | 304 | 246 | 116 | 0 | 17 | 74 | 27 | 55 | 62 | 66 |
| Binary | 11000100 | 10100110 | 1001110 | 0 | 1111 | 111100 | 10111 | 101101 | 110010 | 110110 |
Color Harmonies of #C4A64E
Complementary color
Monochromatic Colors of #C4A64E
Black with #C4A64E
Text Example
Text Example
White with #C4A64E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4A64E; }
p { color: rgb(196,166,78); }
H1.HeaderClassName
{
color: #C4A64E;
}
.AnyTagClassName
{
color: #C4A64E;
}
</style>
background-color css
<style>
a { background-color: #C4A64E; }
a { background-color: rgb(196,166,78); }
div.DivClassName
{
background-color: #C4A64E;
}
.BgClassName
{
background-color: #C4A64E;
}
</style>
border-color css
<style>
span { border-color: #C4A64E; }
span { border-color: rgb(196,166,78); }
td.TdClassName
{
border-color: #C4A64E;
}
.TagClassName
{
border-color: #C4A64E;
}
</style>