Shades of Sundance #C6AF49
Tints of Sundance #C6AF49
RGB
CMYK
RGB Variations
Color information
#C6AF49 (or 0xC6AF49) is known color: Sundance. HEX triplet: C6, AF and 49. RGB value is (198,175,73). Sum of RGB (Red+Green+Blue) = 198+175+73=446 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44.39% from 446); Green value is 175 (68.75% from 255 or 39.24% from 446); Blue value is 73 (28.91% from 255 or 16.37% from 446); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AF49 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6AF49 is #3950B6. Grayscale: #AAAAAA. Windows color (decimal): -3756215 or 4829126. OLE color: 4829126.
HSL color Cylindrical-coordinate representation of color #C6AF49: hue angle of 48.96º 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 #C6AF49 is Cyan = 0, Magento = 0.12, Yellow = 0.63 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 175 | 73 | - |
| CMYK | 0 | 0.12 | 0.63 | 0.22 |
| HSL | 48.96º | 0.52% | 0.53% | - |
| HSV(B) | 48.96º | 0.63% | 0.78% | - |
| XYZ | 39.82 | 43.15 | 12.53 | - |
| YUV | 170.25 | 73.12 | 147.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 175 | 73 | 0 | 0.12 | 0.63 | 0.22 | 48.96 | 0.52 | 0.53 |
| Hex | C6 | AF | 49 | 0 | C | 3F | 16 | 31 | 34 | 35 |
| Octal | 306 | 257 | 111 | 0 | 14 | 77 | 26 | 61 | 64 | 65 |
| Binary | 11000110 | 10101111 | 1001001 | 0 | 1100 | 111111 | 10110 | 110001 | 110100 | 110101 |
Color Harmonies of #C6AF49
Complementary color
Monochromatic Colors of #C6AF49
Black with #C6AF49
Text Example
Text Example
White with #C6AF49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6AF49; }
p { color: rgb(198,175,73); }
H1.HeaderClassName
{
color: #C6AF49;
}
.AnyTagClassName
{
color: #C6AF49;
}
</style>
background-color css
<style>
a { background-color: #C6AF49; }
a { background-color: rgb(198,175,73); }
div.DivClassName
{
background-color: #C6AF49;
}
.BgClassName
{
background-color: #C6AF49;
}
</style>
border-color css
<style>
span { border-color: #C6AF49; }
span { border-color: rgb(198,175,73); }
td.TdClassName
{
border-color: #C6AF49;
}
.TagClassName
{
border-color: #C6AF49;
}
</style>