Shades of Sundance #C7A846
Tints of Sundance #C7A846
RGB
CMYK
RGB Variations
Color information
#C7A846 (or 0xC7A846) is known color: Sundance. HEX triplet: C7, A8 and 46. RGB value is (199,168,70). Sum of RGB (Red+Green+Blue) = 199+168+70=437 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.54% from 437); Green value is 168 (66.02% from 255 or 38.44% from 437); Blue value is 70 (27.73% from 255 or 16.02% from 437); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A846 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7A846 is #3857B9. Grayscale: #A6A6A6. Windows color (decimal): -3692474 or 4630727. OLE color: 4630727.
HSL color Cylindrical-coordinate representation of color #C7A846: hue angle of 45.58º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C7A846 is Cyan = 0, Magento = 0.16, Yellow = 0.65 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 168 | 70 | - |
| CMYK | 0 | 0.16 | 0.65 | 0.22 |
| HSL | 45.58º | 0.54% | 0.53% | - |
| HSV(B) | 45.58º | 0.65% | 0.78% | - |
| XYZ | 38.66 | 40.59 | 11.59 | - |
| YUV | 166.1 | 73.77 | 151.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 168 | 70 | 0 | 0.16 | 0.65 | 0.22 | 45.58 | 0.54 | 0.53 |
| Hex | C7 | A8 | 46 | 0 | 10 | 41 | 16 | 2E | 36 | 35 |
| Octal | 307 | 250 | 106 | 0 | 20 | 101 | 26 | 56 | 66 | 65 |
| Binary | 11000111 | 10101000 | 1000110 | 0 | 10000 | 1000001 | 10110 | 101110 | 110110 | 110101 |
Color Harmonies of #C7A846
Complementary color
Monochromatic Colors of #C7A846
Black with #C7A846
Text Example
Text Example
White with #C7A846
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7A846; }
p { color: rgb(199,168,70); }
H1.HeaderClassName
{
color: #C7A846;
}
.AnyTagClassName
{
color: #C7A846;
}
</style>
background-color css
<style>
a { background-color: #C7A846; }
a { background-color: rgb(199,168,70); }
div.DivClassName
{
background-color: #C7A846;
}
.BgClassName
{
background-color: #C7A846;
}
</style>
border-color css
<style>
span { border-color: #C7A846; }
span { border-color: rgb(199,168,70); }
td.TdClassName
{
border-color: #C7A846;
}
.TagClassName
{
border-color: #C7A846;
}
</style>