Shades of Sundance #C7A049
Tints of Sundance #C7A049
RGB
CMYK
RGB Variations
Color information
#C7A049 (or 0xC7A049) is known color: Sundance. HEX triplet: C7, A0 and 49. RGB value is (199,160,73). Sum of RGB (Red+Green+Blue) = 199+160+73=432 (57% of max value = 765). Red value is 199 (78.12% from 255 or 46.06% from 432); Green value is 160 (62.89% from 255 or 37.04% from 432); Blue value is 73 (28.91% from 255 or 16.90% from 432); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A049 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7A049 is #385FB6. Grayscale: #A2A2A2. Windows color (decimal): -3694519 or 4825287. OLE color: 4825287.
HSL color Cylindrical-coordinate representation of color #C7A049: hue angle of 41.43º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C7A049 is Cyan = 0, Magento = 0.20, Yellow = 0.63 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 160 | 73 | - |
| CMYK | 0 | 0.20 | 0.63 | 0.22 |
| HSL | 41.43º | 0.53% | 0.53% | - |
| HSV(B) | 41.43º | 0.63% | 0.78% | - |
| XYZ | 37.33 | 37.76 | 11.63 | - |
| YUV | 161.74 | 77.92 | 154.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 160 | 73 | 0 | 0.20 | 0.63 | 0.22 | 41.43 | 0.53 | 0.53 |
| Hex | C7 | A0 | 49 | 0 | 14 | 3F | 16 | 29 | 35 | 35 |
| Octal | 307 | 240 | 111 | 0 | 24 | 77 | 26 | 51 | 65 | 65 |
| Binary | 11000111 | 10100000 | 1001001 | 0 | 10100 | 111111 | 10110 | 101001 | 110101 | 110101 |
Color Harmonies of #C7A049
Complementary color
Monochromatic Colors of #C7A049
Black with #C7A049
Text Example
Text Example
White with #C7A049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7A049; }
p { color: rgb(199,160,73); }
H1.HeaderClassName
{
color: #C7A049;
}
.AnyTagClassName
{
color: #C7A049;
}
</style>
background-color css
<style>
a { background-color: #C7A049; }
a { background-color: rgb(199,160,73); }
div.DivClassName
{
background-color: #C7A049;
}
.BgClassName
{
background-color: #C7A049;
}
</style>
border-color css
<style>
span { border-color: #C7A049; }
span { border-color: rgb(199,160,73); }
td.TdClassName
{
border-color: #C7A049;
}
.TagClassName
{
border-color: #C7A049;
}
</style>