Shades of Sundance #C7A646
Tints of Sundance #C7A646
RGB
CMYK
RGB Variations
Color information
#C7A646 (or 0xC7A646) is known color: Sundance. HEX triplet: C7, A6 and 46. RGB value is (199,166,70). Sum of RGB (Red+Green+Blue) = 199+166+70=435 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.75% from 435); Green value is 166 (65.23% from 255 or 38.16% from 435); Blue value is 70 (27.73% from 255 or 16.09% from 435); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A646 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7A646 is #3859B9. Grayscale: #A5A5A5. Windows color (decimal): -3692986 or 4630215. OLE color: 4630215.
HSL color Cylindrical-coordinate representation of color #C7A646: hue angle of 44.65º 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 #C7A646 is Cyan = 0, Magento = 0.17, Yellow = 0.65 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 166 | 70 | - |
| CMYK | 0 | 0.17 | 0.65 | 0.22 |
| HSL | 44.65º | 0.54% | 0.53% | - |
| HSV(B) | 44.65º | 0.65% | 0.78% | - |
| XYZ | 38.29 | 39.86 | 11.47 | - |
| YUV | 164.92 | 74.43 | 152.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 166 | 70 | 0 | 0.17 | 0.65 | 0.22 | 44.65 | 0.54 | 0.53 |
| Hex | C7 | A6 | 46 | 0 | 11 | 41 | 16 | 2D | 36 | 35 |
| Octal | 307 | 246 | 106 | 0 | 21 | 101 | 26 | 55 | 66 | 65 |
| Binary | 11000111 | 10100110 | 1000110 | 0 | 10001 | 1000001 | 10110 | 101101 | 110110 | 110101 |
Color Harmonies of #C7A646
Complementary color
Monochromatic Colors of #C7A646
Black with #C7A646
Text Example
Text Example
White with #C7A646
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7A646; }
p { color: rgb(199,166,70); }
H1.HeaderClassName
{
color: #C7A646;
}
.AnyTagClassName
{
color: #C7A646;
}
</style>
background-color css
<style>
a { background-color: #C7A646; }
a { background-color: rgb(199,166,70); }
div.DivClassName
{
background-color: #C7A646;
}
.BgClassName
{
background-color: #C7A646;
}
</style>
border-color css
<style>
span { border-color: #C7A646; }
span { border-color: rgb(199,166,70); }
td.TdClassName
{
border-color: #C7A646;
}
.TagClassName
{
border-color: #C7A646;
}
</style>