Shades of Sundance #C6A94A
Tints of Sundance #C6A94A
RGB
CMYK
RGB Variations
Color information
#C6A94A (or 0xC6A94A) is known color: Sundance. HEX triplet: C6, A9 and 4A. RGB value is (198,169,74). Sum of RGB (Red+Green+Blue) = 198+169+74=441 (58% of max value = 765). Red value is 198 (77.73% from 255 or 44.90% from 441); Green value is 169 (66.41% from 255 or 38.32% from 441); Blue value is 74 (29.30% from 255 or 16.78% from 441); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A94A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6A94A is #3956B5. Grayscale: #A7A7A7. Windows color (decimal): -3757750 or 4893126. OLE color: 4893126.
HSL color Cylindrical-coordinate representation of color #C6A94A: hue angle of 45.97º 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 #C6A94A is Cyan = 0, Magento = 0.15, Yellow = 0.63 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 169 | 74 | - |
| CMYK | 0 | 0.15 | 0.63 | 0.22 |
| HSL | 45.97º | 0.52% | 0.53% | - |
| HSV(B) | 45.97º | 0.63% | 0.78% | - |
| XYZ | 38.71 | 40.88 | 12.33 | - |
| YUV | 166.84 | 75.61 | 150.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 169 | 74 | 0 | 0.15 | 0.63 | 0.22 | 45.97 | 0.52 | 0.53 |
| Hex | C6 | A9 | 4A | 0 | F | 3F | 16 | 2E | 34 | 35 |
| Octal | 306 | 251 | 112 | 0 | 17 | 77 | 26 | 56 | 64 | 65 |
| Binary | 11000110 | 10101001 | 1001010 | 0 | 1111 | 111111 | 10110 | 101110 | 110100 | 110101 |
Color Harmonies of #C6A94A
Complementary color
Monochromatic Colors of #C6A94A
Black with #C6A94A
Text Example
Text Example
White with #C6A94A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6A94A; }
p { color: rgb(198,169,74); }
H1.HeaderClassName
{
color: #C6A94A;
}
.AnyTagClassName
{
color: #C6A94A;
}
</style>
background-color css
<style>
a { background-color: #C6A94A; }
a { background-color: rgb(198,169,74); }
div.DivClassName
{
background-color: #C6A94A;
}
.BgClassName
{
background-color: #C6A94A;
}
</style>
border-color css
<style>
span { border-color: #C6A94A; }
span { border-color: rgb(198,169,74); }
td.TdClassName
{
border-color: #C6A94A;
}
.TagClassName
{
border-color: #C6A94A;
}
</style>