Shades of Sundance #C6A849
Tints of Sundance #C6A849
RGB
CMYK
RGB Variations
Color information
#C6A849 (or 0xC6A849) is known color: Sundance. HEX triplet: C6, A8 and 49. RGB value is (198,168,73). Sum of RGB (Red+Green+Blue) = 198+168+73=439 (58% of max value = 765). Red value is 198 (77.73% from 255 or 45.10% from 439); Green value is 168 (66.02% from 255 or 38.27% from 439); Blue value is 73 (28.91% from 255 or 16.63% from 439); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A849 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6A849 is #3957B6. Grayscale: #A6A6A6. Windows color (decimal): -3758007 or 4827334. OLE color: 4827334.
HSL color Cylindrical-coordinate representation of color #C6A849: hue angle of 45.6º 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 #C6A849 is Cyan = 0, Magento = 0.15, Yellow = 0.63 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 168 | 73 | - |
| CMYK | 0 | 0.15 | 0.63 | 0.22 |
| HSL | 45.6º | 0.52% | 0.53% | - |
| HSV(B) | 45.6º | 0.63% | 0.78% | - |
| XYZ | 38.49 | 40.49 | 12.09 | - |
| YUV | 166.14 | 75.44 | 150.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 168 | 73 | 0 | 0.15 | 0.63 | 0.22 | 45.6 | 0.52 | 0.53 |
| Hex | C6 | A8 | 49 | 0 | F | 3F | 16 | 2E | 34 | 35 |
| Octal | 306 | 250 | 111 | 0 | 17 | 77 | 26 | 56 | 64 | 65 |
| Binary | 11000110 | 10101000 | 1001001 | 0 | 1111 | 111111 | 10110 | 101110 | 110100 | 110101 |
Color Harmonies of #C6A849
Complementary color
Monochromatic Colors of #C6A849
Black with #C6A849
Text Example
Text Example
White with #C6A849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6A849; }
p { color: rgb(198,168,73); }
H1.HeaderClassName
{
color: #C6A849;
}
.AnyTagClassName
{
color: #C6A849;
}
</style>
background-color css
<style>
a { background-color: #C6A849; }
a { background-color: rgb(198,168,73); }
div.DivClassName
{
background-color: #C6A849;
}
.BgClassName
{
background-color: #C6A849;
}
</style>
border-color css
<style>
span { border-color: #C6A849; }
span { border-color: rgb(198,168,73); }
td.TdClassName
{
border-color: #C6A849;
}
.TagClassName
{
border-color: #C6A849;
}
</style>