Shades of Sundance #C5AC47
Tints of Sundance #C5AC47
RGB
CMYK
RGB Variations
Color information
#C5AC47 (or 0xC5AC47) is known color: Sundance. HEX triplet: C5, AC and 47. RGB value is (197,172,71). Sum of RGB (Red+Green+Blue) = 197+172+71=440 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.77% from 440); Green value is 172 (67.58% from 255 or 39.09% from 440); Blue value is 71 (28.12% from 255 or 16.14% from 440); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AC47 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5AC47 is #3A53B8. Grayscale: #A8A8A8. Windows color (decimal): -3822521 or 4697285. OLE color: 4697285.
HSL color Cylindrical-coordinate representation of color #C5AC47: hue angle of 48.1º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C5AC47 is Cyan = 0, Magento = 0.13, Yellow = 0.64 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 172 | 71 | - |
| CMYK | 0 | 0.13 | 0.64 | 0.23 |
| HSL | 48.1º | 0.52% | 0.53% | - |
| HSV(B) | 48.1º | 0.64% | 0.77% | - |
| XYZ | 38.92 | 41.83 | 11.98 | - |
| YUV | 167.96 | 73.28 | 148.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 172 | 71 | 0 | 0.13 | 0.64 | 0.23 | 48.1 | 0.52 | 0.53 |
| Hex | C5 | AC | 47 | 0 | D | 40 | 17 | 30 | 34 | 35 |
| Octal | 305 | 254 | 107 | 0 | 15 | 100 | 27 | 60 | 64 | 65 |
| Binary | 11000101 | 10101100 | 1000111 | 0 | 1101 | 1000000 | 10111 | 110000 | 110100 | 110101 |
Color Harmonies of #C5AC47
Complementary color
Monochromatic Colors of #C5AC47
Black with #C5AC47
Text Example
Text Example
White with #C5AC47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5AC47; }
p { color: rgb(197,172,71); }
H1.HeaderClassName
{
color: #C5AC47;
}
.AnyTagClassName
{
color: #C5AC47;
}
</style>
background-color css
<style>
a { background-color: #C5AC47; }
a { background-color: rgb(197,172,71); }
div.DivClassName
{
background-color: #C5AC47;
}
.BgClassName
{
background-color: #C5AC47;
}
</style>
border-color css
<style>
span { border-color: #C5AC47; }
span { border-color: rgb(197,172,71); }
td.TdClassName
{
border-color: #C5AC47;
}
.TagClassName
{
border-color: #C5AC47;
}
</style>