Shades of Sundance #C6A051
Tints of Sundance #C6A051
RGB
CMYK
RGB Variations
Color information
#C6A051 (or 0xC6A051) is known color: Sundance. HEX triplet: C6, A0 and 51. RGB value is (198,160,81). Sum of RGB (Red+Green+Blue) = 198+160+81=439 (58% of max value = 765). Red value is 198 (77.73% from 255 or 45.10% from 439); Green value is 160 (62.89% from 255 or 36.45% from 439); Blue value is 81 (32.03% from 255 or 18.45% from 439); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A051 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6A051 is #395FAE. Grayscale: #A2A2A2. Windows color (decimal): -3760047 or 5349574. OLE color: 5349574.
HSL color Cylindrical-coordinate representation of color #C6A051: hue angle of 40.51º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C6A051 is Cyan = 0, Magento = 0.19, Yellow = 0.59 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 160 | 81 | - |
| CMYK | 0 | 0.19 | 0.59 | 0.22 |
| HSL | 40.51º | 0.51% | 0.55% | - |
| HSV(B) | 40.51º | 0.59% | 0.78% | - |
| XYZ | 37.34 | 37.74 | 13.1 | - |
| YUV | 162.36 | 82.09 | 153.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 160 | 81 | 0 | 0.19 | 0.59 | 0.22 | 40.51 | 0.51 | 0.55 |
| Hex | C6 | A0 | 51 | 0 | 13 | 3B | 16 | 29 | 33 | 37 |
| Octal | 306 | 240 | 121 | 0 | 23 | 73 | 26 | 51 | 63 | 67 |
| Binary | 11000110 | 10100000 | 1010001 | 0 | 10011 | 111011 | 10110 | 101001 | 110011 | 110111 |
Color Harmonies of #C6A051
Complementary color
Monochromatic Colors of #C6A051
Black with #C6A051
Text Example
Text Example
White with #C6A051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6A051; }
p { color: rgb(198,160,81); }
H1.HeaderClassName
{
color: #C6A051;
}
.AnyTagClassName
{
color: #C6A051;
}
</style>
background-color css
<style>
a { background-color: #C6A051; }
a { background-color: rgb(198,160,81); }
div.DivClassName
{
background-color: #C6A051;
}
.BgClassName
{
background-color: #C6A051;
}
</style>
border-color css
<style>
span { border-color: #C6A051; }
span { border-color: rgb(198,160,81); }
td.TdClassName
{
border-color: #C6A051;
}
.TagClassName
{
border-color: #C6A051;
}
</style>