Shades of Sundance #C0AC56
Tints of Sundance #C0AC56
RGB
CMYK
RGB Variations
Color information
#C0AC56 (or 0xC0AC56) is known color: Sundance. HEX triplet: C0, AC and 56. RGB value is (192,172,86). Sum of RGB (Red+Green+Blue) = 192+172+86=450 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.67% from 450); Green value is 172 (67.58% from 255 or 38.22% from 450); Blue value is 86 (33.98% from 255 or 19.11% from 450); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AC56 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0AC56 is #3F53A9. Grayscale: #A8A8A8. Windows color (decimal): -4150186 or 5680320. OLE color: 5680320.
HSL color Cylindrical-coordinate representation of color #C0AC56: hue angle of 48.68º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C0AC56 is Cyan = 0, Magento = 0.10, Yellow = 0.55 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 172 | 86 | - |
| CMYK | 0 | 0.10 | 0.55 | 0.25 |
| HSL | 48.68º | 0.46% | 0.55% | - |
| HSV(B) | 48.68º | 0.55% | 0.75% | - |
| XYZ | 38.17 | 41.38 | 14.78 | - |
| YUV | 168.18 | 81.63 | 144.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 172 | 86 | 0 | 0.10 | 0.55 | 0.25 | 48.68 | 0.46 | 0.55 |
| Hex | C0 | AC | 56 | 0 | A | 37 | 19 | 31 | 2E | 37 |
| Octal | 300 | 254 | 126 | 0 | 12 | 67 | 31 | 61 | 56 | 67 |
| Binary | 11000000 | 10101100 | 1010110 | 0 | 1010 | 110111 | 11001 | 110001 | 101110 | 110111 |
Color Harmonies of #C0AC56
Complementary color
Monochromatic Colors of #C0AC56
Black with #C0AC56
Text Example
Text Example
White with #C0AC56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0AC56; }
p { color: rgb(192,172,86); }
H1.HeaderClassName
{
color: #C0AC56;
}
.AnyTagClassName
{
color: #C0AC56;
}
</style>
background-color css
<style>
a { background-color: #C0AC56; }
a { background-color: rgb(192,172,86); }
div.DivClassName
{
background-color: #C0AC56;
}
.BgClassName
{
background-color: #C0AC56;
}
</style>
border-color css
<style>
span { border-color: #C0AC56; }
span { border-color: rgb(192,172,86); }
td.TdClassName
{
border-color: #C0AC56;
}
.TagClassName
{
border-color: #C0AC56;
}
</style>