Shades of Sundance #C6A04A
Tints of Sundance #C6A04A
RGB
CMYK
RGB Variations
Color information
#C6A04A (or 0xC6A04A) is known color: Sundance. HEX triplet: C6, A0 and 4A. RGB value is (198,160,74). Sum of RGB (Red+Green+Blue) = 198+160+74=432 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.83% from 432); Green value is 160 (62.89% from 255 or 37.04% from 432); Blue value is 74 (29.30% from 255 or 17.13% from 432); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A04A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6A04A is #395FB5. Grayscale: #A1A1A1. Windows color (decimal): -3760054 or 4890822. OLE color: 4890822.
HSL color Cylindrical-coordinate representation of color #C6A04A: hue angle of 41.61º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C6A04A is Cyan = 0, Magento = 0.19, Yellow = 0.63 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 160 | 74 | - |
| CMYK | 0 | 0.19 | 0.63 | 0.22 |
| HSL | 41.61º | 0.52% | 0.53% | - |
| HSV(B) | 41.61º | 0.63% | 0.78% | - |
| XYZ | 37.1 | 37.64 | 11.79 | - |
| YUV | 161.56 | 78.59 | 153.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 160 | 74 | 0 | 0.19 | 0.63 | 0.22 | 41.61 | 0.52 | 0.53 |
| Hex | C6 | A0 | 4A | 0 | 13 | 3F | 16 | 2A | 34 | 35 |
| Octal | 306 | 240 | 112 | 0 | 23 | 77 | 26 | 52 | 64 | 65 |
| Binary | 11000110 | 10100000 | 1001010 | 0 | 10011 | 111111 | 10110 | 101010 | 110100 | 110101 |
Color Harmonies of #C6A04A
Complementary color
Monochromatic Colors of #C6A04A
Black with #C6A04A
Text Example
Text Example
White with #C6A04A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6A04A; }
p { color: rgb(198,160,74); }
H1.HeaderClassName
{
color: #C6A04A;
}
.AnyTagClassName
{
color: #C6A04A;
}
</style>
background-color css
<style>
a { background-color: #C6A04A; }
a { background-color: rgb(198,160,74); }
div.DivClassName
{
background-color: #C6A04A;
}
.BgClassName
{
background-color: #C6A04A;
}
</style>
border-color css
<style>
span { border-color: #C6A04A; }
span { border-color: rgb(198,160,74); }
td.TdClassName
{
border-color: #C6A04A;
}
.TagClassName
{
border-color: #C6A04A;
}
</style>