Shades of Sundance #C7A64E
Tints of Sundance #C7A64E
RGB
CMYK
RGB Variations
Color information
#C7A64E (or 0xC7A64E) is known color: Sundance. HEX triplet: C7, A6 and 4E. RGB value is (199,166,78). Sum of RGB (Red+Green+Blue) = 199+166+78=443 (58% of max value = 765). Red value is 199 (78.12% from 255 or 44.92% from 443); Green value is 166 (65.23% from 255 or 37.47% from 443); Blue value is 78 (30.86% from 255 or 17.61% from 443); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A64E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7A64E is #3859B1. Grayscale: #A6A6A6. Windows color (decimal): -3692978 or 5154503. OLE color: 5154503.
HSL color Cylindrical-coordinate representation of color #C7A64E: hue angle of 43.64º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C7A64E is Cyan = 0, Magento = 0.17, Yellow = 0.61 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 166 | 78 | - |
| CMYK | 0 | 0.17 | 0.61 | 0.22 |
| HSL | 43.64º | 0.52% | 0.54% | - |
| HSV(B) | 43.64º | 0.61% | 0.78% | - |
| XYZ | 38.56 | 39.96 | 12.89 | - |
| YUV | 165.84 | 78.43 | 151.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 166 | 78 | 0 | 0.17 | 0.61 | 0.22 | 43.64 | 0.52 | 0.54 |
| Hex | C7 | A6 | 4E | 0 | 11 | 3D | 16 | 2C | 34 | 36 |
| Octal | 307 | 246 | 116 | 0 | 21 | 75 | 26 | 54 | 64 | 66 |
| Binary | 11000111 | 10100110 | 1001110 | 0 | 10001 | 111101 | 10110 | 101100 | 110100 | 110110 |
Color Harmonies of #C7A64E
Complementary color
Monochromatic Colors of #C7A64E
Black with #C7A64E
Text Example
Text Example
White with #C7A64E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7A64E; }
p { color: rgb(199,166,78); }
H1.HeaderClassName
{
color: #C7A64E;
}
.AnyTagClassName
{
color: #C7A64E;
}
</style>
background-color css
<style>
a { background-color: #C7A64E; }
a { background-color: rgb(199,166,78); }
div.DivClassName
{
background-color: #C7A64E;
}
.BgClassName
{
background-color: #C7A64E;
}
</style>
border-color css
<style>
span { border-color: #C7A64E; }
span { border-color: rgb(199,166,78); }
td.TdClassName
{
border-color: #C7A64E;
}
.TagClassName
{
border-color: #C7A64E;
}
</style>