Shades of Sundance #C6A846
Tints of Sundance #C6A846
RGB
CMYK
RGB Variations
Color information
#C6A846 (or 0xC6A846) is known color: Sundance. HEX triplet: C6, A8 and 46. RGB value is (198,168,70). Sum of RGB (Red+Green+Blue) = 198+168+70=436 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.41% from 436); Green value is 168 (66.02% from 255 or 38.53% from 436); Blue value is 70 (27.73% from 255 or 16.06% from 436); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A846 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6A846 is #3957B9. Grayscale: #A6A6A6. Windows color (decimal): -3758010 or 4630726. OLE color: 4630726.
HSL color Cylindrical-coordinate representation of color #C6A846: hue angle of 45.94º degrees, saturation: 0.53, 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 #C6A846 is Cyan = 0, Magento = 0.15, Yellow = 0.65 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 168 | 70 | - |
| CMYK | 0 | 0.15 | 0.65 | 0.22 |
| HSL | 45.94º | 0.53% | 0.53% | - |
| HSV(B) | 45.94º | 0.65% | 0.78% | - |
| XYZ | 38.4 | 40.45 | 11.58 | - |
| YUV | 165.8 | 73.94 | 150.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 168 | 70 | 0 | 0.15 | 0.65 | 0.22 | 45.94 | 0.53 | 0.53 |
| Hex | C6 | A8 | 46 | 0 | F | 41 | 16 | 2E | 35 | 35 |
| Octal | 306 | 250 | 106 | 0 | 17 | 101 | 26 | 56 | 65 | 65 |
| Binary | 11000110 | 10101000 | 1000110 | 0 | 1111 | 1000001 | 10110 | 101110 | 110101 | 110101 |
Color Harmonies of #C6A846
Complementary color
Monochromatic Colors of #C6A846
Black with #C6A846
Text Example
Text Example
White with #C6A846
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6A846; }
p { color: rgb(198,168,70); }
H1.HeaderClassName
{
color: #C6A846;
}
.AnyTagClassName
{
color: #C6A846;
}
</style>
background-color css
<style>
a { background-color: #C6A846; }
a { background-color: rgb(198,168,70); }
div.DivClassName
{
background-color: #C6A846;
}
.BgClassName
{
background-color: #C6A846;
}
</style>
border-color css
<style>
span { border-color: #C6A846; }
span { border-color: rgb(198,168,70); }
td.TdClassName
{
border-color: #C6A846;
}
.TagClassName
{
border-color: #C6A846;
}
</style>