Shades of Sundance #C4A14E
Tints of Sundance #C4A14E
RGB
CMYK
RGB Variations
Color information
#C4A14E (or 0xC4A14E) is known color: Sundance. HEX triplet: C4, A1 and 4E. RGB value is (196,161,78). Sum of RGB (Red+Green+Blue) = 196+161+78=435 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.06% from 435); Green value is 161 (63.28% from 255 or 37.01% from 435); Blue value is 78 (30.86% from 255 or 17.93% from 435); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A14E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4A14E is #3B5EB1. Grayscale: #A2A2A2. Windows color (decimal): -3890866 or 5153220. OLE color: 5153220.
HSL color Cylindrical-coordinate representation of color #C4A14E: hue angle of 42.2º 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 #C4A14E is Cyan = 0, Magento = 0.18, Yellow = 0.60 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 161 | 78 | - |
| CMYK | 0 | 0.18 | 0.60 | 0.23 |
| HSL | 42.2º | 0.5% | 0.54% | - |
| HSV(B) | 42.2º | 0.6% | 0.77% | - |
| XYZ | 36.88 | 37.78 | 12.56 | - |
| YUV | 162 | 80.6 | 152.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 161 | 78 | 0 | 0.18 | 0.60 | 0.23 | 42.2 | 0.5 | 0.54 |
| Hex | C4 | A1 | 4E | 0 | 12 | 3C | 17 | 2A | 32 | 36 |
| Octal | 304 | 241 | 116 | 0 | 22 | 74 | 27 | 52 | 62 | 66 |
| Binary | 11000100 | 10100001 | 1001110 | 0 | 10010 | 111100 | 10111 | 101010 | 110010 | 110110 |
Color Harmonies of #C4A14E
Complementary color
Monochromatic Colors of #C4A14E
Black with #C4A14E
Text Example
Text Example
White with #C4A14E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4A14E; }
p { color: rgb(196,161,78); }
H1.HeaderClassName
{
color: #C4A14E;
}
.AnyTagClassName
{
color: #C4A14E;
}
</style>
background-color css
<style>
a { background-color: #C4A14E; }
a { background-color: rgb(196,161,78); }
div.DivClassName
{
background-color: #C4A14E;
}
.BgClassName
{
background-color: #C4A14E;
}
</style>
border-color css
<style>
span { border-color: #C4A14E; }
span { border-color: rgb(196,161,78); }
td.TdClassName
{
border-color: #C4A14E;
}
.TagClassName
{
border-color: #C4A14E;
}
</style>