Shades of Sundance #C7A94E
Tints of Sundance #C7A94E
RGB
CMYK
RGB Variations
Color information
#C7A94E (or 0xC7A94E) is known color: Sundance. HEX triplet: C7, A9 and 4E. RGB value is (199,169,78). Sum of RGB (Red+Green+Blue) = 199+169+78=446 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.62% from 446); Green value is 169 (66.41% from 255 or 37.89% from 446); Blue value is 78 (30.86% from 255 or 17.49% from 446); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A94E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7A94E is #3856B1. Grayscale: #A7A7A7. Windows color (decimal): -3692210 or 5155271. OLE color: 5155271.
HSL color Cylindrical-coordinate representation of color #C7A94E: hue angle of 45.12º 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 #C7A94E is Cyan = 0, Magento = 0.15, Yellow = 0.61 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 169 | 78 | - |
| CMYK | 0 | 0.15 | 0.61 | 0.22 |
| HSL | 45.12º | 0.52% | 0.54% | - |
| HSV(B) | 45.12º | 0.61% | 0.78% | - |
| XYZ | 39.12 | 41.07 | 13.07 | - |
| YUV | 167.6 | 77.44 | 150.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 169 | 78 | 0 | 0.15 | 0.61 | 0.22 | 45.12 | 0.52 | 0.54 |
| Hex | C7 | A9 | 4E | 0 | F | 3D | 16 | 2D | 34 | 36 |
| Octal | 307 | 251 | 116 | 0 | 17 | 75 | 26 | 55 | 64 | 66 |
| Binary | 11000111 | 10101001 | 1001110 | 0 | 1111 | 111101 | 10110 | 101101 | 110100 | 110110 |
Color Harmonies of #C7A94E
Complementary color
Monochromatic Colors of #C7A94E
Black with #C7A94E
Text Example
Text Example
White with #C7A94E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7A94E; }
p { color: rgb(199,169,78); }
H1.HeaderClassName
{
color: #C7A94E;
}
.AnyTagClassName
{
color: #C7A94E;
}
</style>
background-color css
<style>
a { background-color: #C7A94E; }
a { background-color: rgb(199,169,78); }
div.DivClassName
{
background-color: #C7A94E;
}
.BgClassName
{
background-color: #C7A94E;
}
</style>
border-color css
<style>
span { border-color: #C7A94E; }
span { border-color: rgb(199,169,78); }
td.TdClassName
{
border-color: #C7A94E;
}
.TagClassName
{
border-color: #C7A94E;
}
</style>