Shades of Sundance #C6A847
Tints of Sundance #C6A847
RGB
CMYK
RGB Variations
Color information
#C6A847 (or 0xC6A847) is known color: Sundance. HEX triplet: C6, A8 and 47. RGB value is (198,168,71). Sum of RGB (Red+Green+Blue) = 198+168+71=437 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.31% from 437); Green value is 168 (66.02% from 255 or 38.44% from 437); Blue value is 71 (28.12% from 255 or 16.25% from 437); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A847 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6A847 is #3957B8. Grayscale: #A6A6A6. Windows color (decimal): -3758009 or 4696262. OLE color: 4696262.
HSL color Cylindrical-coordinate representation of color #C6A847: hue angle of 45.83º 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 #C6A847 is Cyan = 0, Magento = 0.15, Yellow = 0.64 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 168 | 71 | - |
| CMYK | 0 | 0.15 | 0.64 | 0.22 |
| HSL | 45.83º | 0.53% | 0.53% | - |
| HSV(B) | 45.83º | 0.64% | 0.78% | - |
| XYZ | 38.43 | 40.47 | 11.75 | - |
| YUV | 165.91 | 74.44 | 150.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 168 | 71 | 0 | 0.15 | 0.64 | 0.22 | 45.83 | 0.53 | 0.53 |
| Hex | C6 | A8 | 47 | 0 | F | 40 | 16 | 2E | 35 | 35 |
| Octal | 306 | 250 | 107 | 0 | 17 | 100 | 26 | 56 | 65 | 65 |
| Binary | 11000110 | 10101000 | 1000111 | 0 | 1111 | 1000000 | 10110 | 101110 | 110101 | 110101 |
Color Harmonies of #C6A847
Complementary color
Monochromatic Colors of #C6A847
Black with #C6A847
Text Example
Text Example
White with #C6A847
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6A847; }
p { color: rgb(198,168,71); }
H1.HeaderClassName
{
color: #C6A847;
}
.AnyTagClassName
{
color: #C6A847;
}
</style>
background-color css
<style>
a { background-color: #C6A847; }
a { background-color: rgb(198,168,71); }
div.DivClassName
{
background-color: #C6A847;
}
.BgClassName
{
background-color: #C6A847;
}
</style>
border-color css
<style>
span { border-color: #C6A847; }
span { border-color: rgb(198,168,71); }
td.TdClassName
{
border-color: #C6A847;
}
.TagClassName
{
border-color: #C6A847;
}
</style>