Shades of Sundance #C6AA47
Tints of Sundance #C6AA47
RGB
CMYK
RGB Variations
Color information
#C6AA47 (or 0xC6AA47) is known color: Sundance. HEX triplet: C6, AA and 47. RGB value is (198,170,71). Sum of RGB (Red+Green+Blue) = 198+170+71=439 (58% of max value = 765). Red value is 198 (77.73% from 255 or 45.10% from 439); Green value is 170 (66.80% from 255 or 38.72% from 439); Blue value is 71 (28.12% from 255 or 16.17% from 439); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AA47 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6AA47 is #3955B8. Grayscale: #A7A7A7. Windows color (decimal): -3757497 or 4696774. OLE color: 4696774.
HSL color Cylindrical-coordinate representation of color #C6AA47: hue angle of 46.77º 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 #C6AA47 is Cyan = 0, Magento = 0.14, Yellow = 0.64 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 170 | 71 | - |
| CMYK | 0 | 0.14 | 0.64 | 0.22 |
| HSL | 46.77º | 0.53% | 0.53% | - |
| HSV(B) | 46.77º | 0.64% | 0.78% | - |
| XYZ | 38.8 | 41.21 | 11.87 | - |
| YUV | 167.09 | 73.78 | 150.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 170 | 71 | 0 | 0.14 | 0.64 | 0.22 | 46.77 | 0.53 | 0.53 |
| Hex | C6 | AA | 47 | 0 | E | 40 | 16 | 2F | 35 | 35 |
| Octal | 306 | 252 | 107 | 0 | 16 | 100 | 26 | 57 | 65 | 65 |
| Binary | 11000110 | 10101010 | 1000111 | 0 | 1110 | 1000000 | 10110 | 101111 | 110101 | 110101 |
Color Harmonies of #C6AA47
Complementary color
Monochromatic Colors of #C6AA47
Black with #C6AA47
Text Example
Text Example
White with #C6AA47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6AA47; }
p { color: rgb(198,170,71); }
H1.HeaderClassName
{
color: #C6AA47;
}
.AnyTagClassName
{
color: #C6AA47;
}
</style>
background-color css
<style>
a { background-color: #C6AA47; }
a { background-color: rgb(198,170,71); }
div.DivClassName
{
background-color: #C6AA47;
}
.BgClassName
{
background-color: #C6AA47;
}
</style>
border-color css
<style>
span { border-color: #C6AA47; }
span { border-color: rgb(198,170,71); }
td.TdClassName
{
border-color: #C6AA47;
}
.TagClassName
{
border-color: #C6AA47;
}
</style>