Shades of Sundance #C0AA46
Tints of Sundance #C0AA46
RGB
CMYK
RGB Variations
Color information
#C0AA46 (or 0xC0AA46) is known color: Sundance. HEX triplet: C0, AA and 46. RGB value is (192,170,70). Sum of RGB (Red+Green+Blue) = 192+170+70=432 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.44% from 432); Green value is 170 (66.80% from 255 or 39.35% from 432); Blue value is 70 (27.73% from 255 or 16.20% from 432); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AA46 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0AA46 is #3F55B9. Grayscale: #A5A5A5. Windows color (decimal): -4150714 or 4631232. OLE color: 4631232.
HSL color Cylindrical-coordinate representation of color #C0AA46: hue angle of 49.18º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C0AA46 is Cyan = 0, Magento = 0.11, Yellow = 0.64 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 170 | 70 | - |
| CMYK | 0 | 0.11 | 0.64 | 0.25 |
| HSL | 49.18º | 0.49% | 0.51% | - |
| HSV(B) | 49.18º | 0.64% | 0.75% | - |
| XYZ | 37.22 | 40.4 | 11.63 | - |
| YUV | 165.18 | 74.29 | 147.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 170 | 70 | 0 | 0.11 | 0.64 | 0.25 | 49.18 | 0.49 | 0.51 |
| Hex | C0 | AA | 46 | 0 | B | 40 | 19 | 31 | 31 | 33 |
| Octal | 300 | 252 | 106 | 0 | 13 | 100 | 31 | 61 | 61 | 63 |
| Binary | 11000000 | 10101010 | 1000110 | 0 | 1011 | 1000000 | 11001 | 110001 | 110001 | 110011 |
Color Harmonies of #C0AA46
Complementary color
Monochromatic Colors of #C0AA46
Black with #C0AA46
Text Example
Text Example
White with #C0AA46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0AA46; }
p { color: rgb(192,170,70); }
H1.HeaderClassName
{
color: #C0AA46;
}
.AnyTagClassName
{
color: #C0AA46;
}
</style>
background-color css
<style>
a { background-color: #C0AA46; }
a { background-color: rgb(192,170,70); }
div.DivClassName
{
background-color: #C0AA46;
}
.BgClassName
{
background-color: #C0AA46;
}
</style>
border-color css
<style>
span { border-color: #C0AA46; }
span { border-color: rgb(192,170,70); }
td.TdClassName
{
border-color: #C0AA46;
}
.TagClassName
{
border-color: #C0AA46;
}
</style>