Shades of Sundance #C7A942
Tints of Sundance #C7A942
RGB
CMYK
RGB Variations
Color information
#C7A942 (or 0xC7A942) is known color: Sundance. HEX triplet: C7, A9 and 42. RGB value is (199,169,66). Sum of RGB (Red+Green+Blue) = 199+169+66=434 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.85% from 434); Green value is 169 (66.41% from 255 or 38.94% from 434); Blue value is 66 (26.17% from 255 or 15.21% from 434); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A942 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7A942 is #3856BD. Grayscale: #A6A6A6. Windows color (decimal): -3692222 or 4368839. OLE color: 4368839.
HSL color Cylindrical-coordinate representation of color #C7A942: hue angle of 46.47º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C7A942 is Cyan = 0, Magento = 0.15, Yellow = 0.67 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 169 | 66 | - |
| CMYK | 0 | 0.15 | 0.67 | 0.22 |
| HSL | 46.47º | 0.54% | 0.52% | - |
| HSV(B) | 46.47º | 0.67% | 0.78% | - |
| XYZ | 38.72 | 40.91 | 11.01 | - |
| YUV | 166.23 | 71.44 | 151.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 169 | 66 | 0 | 0.15 | 0.67 | 0.22 | 46.47 | 0.54 | 0.52 |
| Hex | C7 | A9 | 42 | 0 | F | 43 | 16 | 2E | 36 | 34 |
| Octal | 307 | 251 | 102 | 0 | 17 | 103 | 26 | 56 | 66 | 64 |
| Binary | 11000111 | 10101001 | 1000010 | 0 | 1111 | 1000011 | 10110 | 101110 | 110110 | 110100 |
Color Harmonies of #C7A942
Complementary color
Monochromatic Colors of #C7A942
Black with #C7A942
Text Example
Text Example
White with #C7A942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7A942; }
p { color: rgb(199,169,66); }
H1.HeaderClassName
{
color: #C7A942;
}
.AnyTagClassName
{
color: #C7A942;
}
</style>
background-color css
<style>
a { background-color: #C7A942; }
a { background-color: rgb(199,169,66); }
div.DivClassName
{
background-color: #C7A942;
}
.BgClassName
{
background-color: #C7A942;
}
</style>
border-color css
<style>
span { border-color: #C7A942; }
span { border-color: rgb(199,169,66); }
td.TdClassName
{
border-color: #C7A942;
}
.TagClassName
{
border-color: #C7A942;
}
</style>