Shades of Sundance #C6A647
Tints of Sundance #C6A647
RGB
CMYK
RGB Variations
Color information
#C6A647 (or 0xC6A647) is known color: Sundance. HEX triplet: C6, A6 and 47. RGB value is (198,166,71). Sum of RGB (Red+Green+Blue) = 198+166+71=435 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.52% from 435); Green value is 166 (65.23% from 255 or 38.16% from 435); Blue value is 71 (28.12% from 255 or 16.32% from 435); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A647 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6A647 is #3959B8. Grayscale: #A5A5A5. Windows color (decimal): -3758521 or 4695750. OLE color: 4695750.
HSL color Cylindrical-coordinate representation of color #C6A647: hue angle of 44.88º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C6A647 is Cyan = 0, Magento = 0.16, Yellow = 0.64 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 166 | 71 | - |
| CMYK | 0 | 0.16 | 0.64 | 0.22 |
| HSL | 44.88º | 0.53% | 0.53% | - |
| HSV(B) | 44.88º | 0.64% | 0.78% | - |
| XYZ | 38.06 | 39.73 | 11.62 | - |
| YUV | 164.74 | 75.1 | 151.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 166 | 71 | 0 | 0.16 | 0.64 | 0.22 | 44.88 | 0.53 | 0.53 |
| Hex | C6 | A6 | 47 | 0 | 10 | 40 | 16 | 2D | 35 | 35 |
| Octal | 306 | 246 | 107 | 0 | 20 | 100 | 26 | 55 | 65 | 65 |
| Binary | 11000110 | 10100110 | 1000111 | 0 | 10000 | 1000000 | 10110 | 101101 | 110101 | 110101 |
Color Harmonies of #C6A647
Complementary color
Monochromatic Colors of #C6A647
Black with #C6A647
Text Example
Text Example
White with #C6A647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6A647; }
p { color: rgb(198,166,71); }
H1.HeaderClassName
{
color: #C6A647;
}
.AnyTagClassName
{
color: #C6A647;
}
</style>
background-color css
<style>
a { background-color: #C6A647; }
a { background-color: rgb(198,166,71); }
div.DivClassName
{
background-color: #C6A647;
}
.BgClassName
{
background-color: #C6A647;
}
</style>
border-color css
<style>
span { border-color: #C6A647; }
span { border-color: rgb(198,166,71); }
td.TdClassName
{
border-color: #C6A647;
}
.TagClassName
{
border-color: #C6A647;
}
</style>