Shades of Sundance #C0AC46
Tints of Sundance #C0AC46
RGB
CMYK
RGB Variations
Color information
#C0AC46 (or 0xC0AC46) is known color: Sundance. HEX triplet: C0, AC and 46. RGB value is (192,172,70). Sum of RGB (Red+Green+Blue) = 192+172+70=434 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.24% from 434); Green value is 172 (67.58% from 255 or 39.63% from 434); Blue value is 70 (27.73% from 255 or 16.13% from 434); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AC46 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0AC46 is #3F53B9. Grayscale: #A6A6A6. Windows color (decimal): -4150202 or 4631744. OLE color: 4631744.
HSL color Cylindrical-coordinate representation of color #C0AC46: hue angle of 50.16º 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 #C0AC46 is Cyan = 0, Magento = 0.10, Yellow = 0.64 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 172 | 70 | - |
| CMYK | 0 | 0.10 | 0.64 | 0.25 |
| HSL | 50.16º | 0.49% | 0.51% | - |
| HSV(B) | 50.16º | 0.64% | 0.75% | - |
| XYZ | 37.6 | 41.15 | 11.76 | - |
| YUV | 166.35 | 73.63 | 146.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 172 | 70 | 0 | 0.10 | 0.64 | 0.25 | 50.16 | 0.49 | 0.51 |
| Hex | C0 | AC | 46 | 0 | A | 40 | 19 | 32 | 31 | 33 |
| Octal | 300 | 254 | 106 | 0 | 12 | 100 | 31 | 62 | 61 | 63 |
| Binary | 11000000 | 10101100 | 1000110 | 0 | 1010 | 1000000 | 11001 | 110010 | 110001 | 110011 |
Color Harmonies of #C0AC46
Complementary color
Monochromatic Colors of #C0AC46
Black with #C0AC46
Text Example
Text Example
White with #C0AC46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0AC46; }
p { color: rgb(192,172,70); }
H1.HeaderClassName
{
color: #C0AC46;
}
.AnyTagClassName
{
color: #C0AC46;
}
</style>
background-color css
<style>
a { background-color: #C0AC46; }
a { background-color: rgb(192,172,70); }
div.DivClassName
{
background-color: #C0AC46;
}
.BgClassName
{
background-color: #C0AC46;
}
</style>
border-color css
<style>
span { border-color: #C0AC46; }
span { border-color: rgb(192,172,70); }
td.TdClassName
{
border-color: #C0AC46;
}
.TagClassName
{
border-color: #C0AC46;
}
</style>