Shades of Sundance #C6AA49
Tints of Sundance #C6AA49
RGB
CMYK
RGB Variations
Color information
#C6AA49 (or 0xC6AA49) is known color: Sundance. HEX triplet: C6, AA and 49. RGB value is (198,170,73). Sum of RGB (Red+Green+Blue) = 198+170+73=441 (58% of max value = 765). Red value is 198 (77.73% from 255 or 44.90% from 441); Green value is 170 (66.80% from 255 or 38.55% from 441); Blue value is 73 (28.91% from 255 or 16.55% from 441); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AA49 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6AA49 is #3955B6. Grayscale: #A7A7A7. Windows color (decimal): -3757495 or 4827846. OLE color: 4827846.
HSL color Cylindrical-coordinate representation of color #C6AA49: hue angle of 46.56º 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 #C6AA49 is Cyan = 0, Magento = 0.14, Yellow = 0.63 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 170 | 73 | - |
| CMYK | 0 | 0.14 | 0.63 | 0.22 |
| HSL | 46.56º | 0.52% | 0.53% | - |
| HSV(B) | 46.56º | 0.63% | 0.78% | - |
| XYZ | 38.87 | 41.24 | 12.21 | - |
| YUV | 167.31 | 74.78 | 149.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 170 | 73 | 0 | 0.14 | 0.63 | 0.22 | 46.56 | 0.52 | 0.53 |
| Hex | C6 | AA | 49 | 0 | E | 3F | 16 | 2F | 34 | 35 |
| Octal | 306 | 252 | 111 | 0 | 16 | 77 | 26 | 57 | 64 | 65 |
| Binary | 11000110 | 10101010 | 1001001 | 0 | 1110 | 111111 | 10110 | 101111 | 110100 | 110101 |
Color Harmonies of #C6AA49
Complementary color
Monochromatic Colors of #C6AA49
Black with #C6AA49
Text Example
Text Example
White with #C6AA49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6AA49; }
p { color: rgb(198,170,73); }
H1.HeaderClassName
{
color: #C6AA49;
}
.AnyTagClassName
{
color: #C6AA49;
}
</style>
background-color css
<style>
a { background-color: #C6AA49; }
a { background-color: rgb(198,170,73); }
div.DivClassName
{
background-color: #C6AA49;
}
.BgClassName
{
background-color: #C6AA49;
}
</style>
border-color css
<style>
span { border-color: #C6AA49; }
span { border-color: rgb(198,170,73); }
td.TdClassName
{
border-color: #C6AA49;
}
.TagClassName
{
border-color: #C6AA49;
}
</style>