Shades of Sundance #C7A94C
Tints of Sundance #C7A94C
RGB
CMYK
RGB Variations
Color information
#C7A94C (or 0xC7A94C) is known color: Sundance. HEX triplet: C7, A9 and 4C. RGB value is (199,169,76). Sum of RGB (Red+Green+Blue) = 199+169+76=444 (58% of max value = 765). Red value is 199 (78.12% from 255 or 44.82% from 444); Green value is 169 (66.41% from 255 or 38.06% from 444); Blue value is 76 (30.08% from 255 or 17.12% from 444); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A94C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7A94C is #3856B3. Grayscale: #A7A7A7. Windows color (decimal): -3692212 or 5024199. OLE color: 5024199.
HSL color Cylindrical-coordinate representation of color #C7A94C: hue angle of 45.37º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C7A94C is Cyan = 0, Magento = 0.15, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 169 | 76 | - |
| CMYK | 0 | 0.15 | 0.62 | 0.22 |
| HSL | 45.37º | 0.52% | 0.54% | - |
| HSV(B) | 45.37º | 0.62% | 0.78% | - |
| XYZ | 39.05 | 41.04 | 12.7 | - |
| YUV | 167.37 | 76.44 | 150.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 169 | 76 | 0 | 0.15 | 0.62 | 0.22 | 45.37 | 0.52 | 0.54 |
| Hex | C7 | A9 | 4C | 0 | F | 3E | 16 | 2D | 34 | 36 |
| Octal | 307 | 251 | 114 | 0 | 17 | 76 | 26 | 55 | 64 | 66 |
| Binary | 11000111 | 10101001 | 1001100 | 0 | 1111 | 111110 | 10110 | 101101 | 110100 | 110110 |
Color Harmonies of #C7A94C
Complementary color
Monochromatic Colors of #C7A94C
Black with #C7A94C
Text Example
Text Example
White with #C7A94C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7A94C; }
p { color: rgb(199,169,76); }
H1.HeaderClassName
{
color: #C7A94C;
}
.AnyTagClassName
{
color: #C7A94C;
}
</style>
background-color css
<style>
a { background-color: #C7A94C; }
a { background-color: rgb(199,169,76); }
div.DivClassName
{
background-color: #C7A94C;
}
.BgClassName
{
background-color: #C7A94C;
}
</style>
border-color css
<style>
span { border-color: #C7A94C; }
span { border-color: rgb(199,169,76); }
td.TdClassName
{
border-color: #C7A94C;
}
.TagClassName
{
border-color: #C7A94C;
}
</style>