Shades of Sundance #C6AC47
Tints of Sundance #C6AC47
RGB
CMYK
RGB Variations
Color information
#C6AC47 (or 0xC6AC47) is known color: Sundance. HEX triplet: C6, AC and 47. RGB value is (198,172,71). Sum of RGB (Red+Green+Blue) = 198+172+71=441 (58% of max value = 765). Red value is 198 (77.73% from 255 or 44.90% from 441); Green value is 172 (67.58% from 255 or 39.00% from 441); Blue value is 71 (28.12% from 255 or 16.10% from 441); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AC47 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6AC47 is #3953B8. Grayscale: #A8A8A8. Windows color (decimal): -3756985 or 4697286. OLE color: 4697286.
HSL color Cylindrical-coordinate representation of color #C6AC47: hue angle of 47.72º 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 #C6AC47 is Cyan = 0, Magento = 0.13, Yellow = 0.64 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 172 | 71 | - |
| CMYK | 0 | 0.13 | 0.64 | 0.22 |
| HSL | 47.72º | 0.53% | 0.53% | - |
| HSV(B) | 47.72º | 0.64% | 0.78% | - |
| XYZ | 39.18 | 41.97 | 12 | - |
| YUV | 168.26 | 73.11 | 149.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 172 | 71 | 0 | 0.13 | 0.64 | 0.22 | 47.72 | 0.53 | 0.53 |
| Hex | C6 | AC | 47 | 0 | D | 40 | 16 | 30 | 35 | 35 |
| Octal | 306 | 254 | 107 | 0 | 15 | 100 | 26 | 60 | 65 | 65 |
| Binary | 11000110 | 10101100 | 1000111 | 0 | 1101 | 1000000 | 10110 | 110000 | 110101 | 110101 |
Color Harmonies of #C6AC47
Complementary color
Monochromatic Colors of #C6AC47
Black with #C6AC47
Text Example
Text Example
White with #C6AC47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6AC47; }
p { color: rgb(198,172,71); }
H1.HeaderClassName
{
color: #C6AC47;
}
.AnyTagClassName
{
color: #C6AC47;
}
</style>
background-color css
<style>
a { background-color: #C6AC47; }
a { background-color: rgb(198,172,71); }
div.DivClassName
{
background-color: #C6AC47;
}
.BgClassName
{
background-color: #C6AC47;
}
</style>
border-color css
<style>
span { border-color: #C6AC47; }
span { border-color: rgb(198,172,71); }
td.TdClassName
{
border-color: #C6AC47;
}
.TagClassName
{
border-color: #C6AC47;
}
</style>