Shades of Sundance #C0A856
Tints of Sundance #C0A856
RGB
CMYK
RGB Variations
Color information
#C0A856 (or 0xC0A856) is known color: Sundance. HEX triplet: C0, A8 and 56. RGB value is (192,168,86). Sum of RGB (Red+Green+Blue) = 192+168+86=446 (59% of max value = 765). Red value is 192 (75.39% from 255 or 43.05% from 446); Green value is 168 (66.02% from 255 or 37.67% from 446); Blue value is 86 (33.98% from 255 or 19.28% from 446); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A856 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0A856 is #3F57A9. Grayscale: #A6A6A6. Windows color (decimal): -4151210 or 5679296. OLE color: 5679296.
HSL color Cylindrical-coordinate representation of color #C0A856: hue angle of 46.42º 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 #C0A856 is Cyan = 0, Magento = 0.12, Yellow = 0.55 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 168 | 86 | - |
| CMYK | 0 | 0.12 | 0.55 | 0.25 |
| HSL | 46.42º | 0.46% | 0.55% | - |
| HSV(B) | 46.42º | 0.55% | 0.75% | - |
| XYZ | 37.42 | 39.88 | 14.53 | - |
| YUV | 165.83 | 82.95 | 146.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 168 | 86 | 0 | 0.12 | 0.55 | 0.25 | 46.42 | 0.46 | 0.55 |
| Hex | C0 | A8 | 56 | 0 | C | 37 | 19 | 2E | 2E | 37 |
| Octal | 300 | 250 | 126 | 0 | 14 | 67 | 31 | 56 | 56 | 67 |
| Binary | 11000000 | 10101000 | 1010110 | 0 | 1100 | 110111 | 11001 | 101110 | 101110 | 110111 |
Color Harmonies of #C0A856
Complementary color
Monochromatic Colors of #C0A856
Black with #C0A856
Text Example
Text Example
White with #C0A856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A856; }
p { color: rgb(192,168,86); }
H1.HeaderClassName
{
color: #C0A856;
}
.AnyTagClassName
{
color: #C0A856;
}
</style>
background-color css
<style>
a { background-color: #C0A856; }
a { background-color: rgb(192,168,86); }
div.DivClassName
{
background-color: #C0A856;
}
.BgClassName
{
background-color: #C0A856;
}
</style>
border-color css
<style>
span { border-color: #C0A856; }
span { border-color: rgb(192,168,86); }
td.TdClassName
{
border-color: #C0A856;
}
.TagClassName
{
border-color: #C0A856;
}
</style>