Shades of Sundance #C4A847
Tints of Sundance #C4A847
RGB
CMYK
RGB Variations
Color information
#C4A847 (or 0xC4A847) is known color: Sundance. HEX triplet: C4, A8 and 47. RGB value is (196,168,71). Sum of RGB (Red+Green+Blue) = 196+168+71=435 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.06% from 435); Green value is 168 (66.02% from 255 or 38.62% from 435); Blue value is 71 (28.12% from 255 or 16.32% from 435); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A847 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4A847 is #3B57B8. Grayscale: #A5A5A5. Windows color (decimal): -3889081 or 4696260. OLE color: 4696260.
HSL color Cylindrical-coordinate representation of color #C4A847: hue angle of 46.56º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C4A847 is Cyan = 0, Magento = 0.14, Yellow = 0.64 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 168 | 71 | - |
| CMYK | 0 | 0.14 | 0.64 | 0.23 |
| HSL | 46.56º | 0.51% | 0.52% | - |
| HSV(B) | 46.56º | 0.64% | 0.77% | - |
| XYZ | 37.9 | 40.2 | 11.72 | - |
| YUV | 165.31 | 74.78 | 149.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 168 | 71 | 0 | 0.14 | 0.64 | 0.23 | 46.56 | 0.51 | 0.52 |
| Hex | C4 | A8 | 47 | 0 | E | 40 | 17 | 2F | 33 | 34 |
| Octal | 304 | 250 | 107 | 0 | 16 | 100 | 27 | 57 | 63 | 64 |
| Binary | 11000100 | 10101000 | 1000111 | 0 | 1110 | 1000000 | 10111 | 101111 | 110011 | 110100 |
Color Harmonies of #C4A847
Complementary color
Monochromatic Colors of #C4A847
Black with #C4A847
Text Example
Text Example
White with #C4A847
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4A847; }
p { color: rgb(196,168,71); }
H1.HeaderClassName
{
color: #C4A847;
}
.AnyTagClassName
{
color: #C4A847;
}
</style>
background-color css
<style>
a { background-color: #C4A847; }
a { background-color: rgb(196,168,71); }
div.DivClassName
{
background-color: #C4A847;
}
.BgClassName
{
background-color: #C4A847;
}
</style>
border-color css
<style>
span { border-color: #C4A847; }
span { border-color: rgb(196,168,71); }
td.TdClassName
{
border-color: #C4A847;
}
.TagClassName
{
border-color: #C4A847;
}
</style>