Shades of Sundance #C7A147
Tints of Sundance #C7A147
RGB
CMYK
RGB Variations
Color information
#C7A147 (or 0xC7A147) is known color: Sundance. HEX triplet: C7, A1 and 47. RGB value is (199,161,71). Sum of RGB (Red+Green+Blue) = 199+161+71=431 (57% of max value = 765). Red value is 199 (78.12% from 255 or 46.17% from 431); Green value is 161 (63.28% from 255 or 37.35% from 431); Blue value is 71 (28.12% from 255 or 16.47% from 431); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A147 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7A147 is #385EB8. Grayscale: #A2A2A2. Windows color (decimal): -3694265 or 4694471. OLE color: 4694471.
HSL color Cylindrical-coordinate representation of color #C7A147: hue angle of 42.19º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C7A147 is Cyan = 0, Magento = 0.19, Yellow = 0.64 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 161 | 71 | - |
| CMYK | 0 | 0.19 | 0.64 | 0.22 |
| HSL | 42.19º | 0.53% | 0.53% | - |
| HSV(B) | 42.19º | 0.64% | 0.78% | - |
| XYZ | 37.44 | 38.09 | 11.34 | - |
| YUV | 162.1 | 76.59 | 154.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 161 | 71 | 0 | 0.19 | 0.64 | 0.22 | 42.19 | 0.53 | 0.53 |
| Hex | C7 | A1 | 47 | 0 | 13 | 40 | 16 | 2A | 35 | 35 |
| Octal | 307 | 241 | 107 | 0 | 23 | 100 | 26 | 52 | 65 | 65 |
| Binary | 11000111 | 10100001 | 1000111 | 0 | 10011 | 1000000 | 10110 | 101010 | 110101 | 110101 |
Color Harmonies of #C7A147
Complementary color
Monochromatic Colors of #C7A147
Black with #C7A147
Text Example
Text Example
White with #C7A147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7A147; }
p { color: rgb(199,161,71); }
H1.HeaderClassName
{
color: #C7A147;
}
.AnyTagClassName
{
color: #C7A147;
}
</style>
background-color css
<style>
a { background-color: #C7A147; }
a { background-color: rgb(199,161,71); }
div.DivClassName
{
background-color: #C7A147;
}
.BgClassName
{
background-color: #C7A147;
}
</style>
border-color css
<style>
span { border-color: #C7A147; }
span { border-color: rgb(199,161,71); }
td.TdClassName
{
border-color: #C7A147;
}
.TagClassName
{
border-color: #C7A147;
}
</style>