Shades of Sundance #C0A850
Tints of Sundance #C0A850
RGB
CMYK
RGB Variations
Color information
#C0A850 (or 0xC0A850) is known color: Sundance. HEX triplet: C0, A8 and 50. RGB value is (192,168,80). Sum of RGB (Red+Green+Blue) = 192+168+80=440 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.64% from 440); Green value is 168 (66.02% from 255 or 38.18% from 440); Blue value is 80 (31.64% from 255 or 18.18% from 440); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A850 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0A850 is #3F57AF. Grayscale: #A5A5A5. Windows color (decimal): -4151216 or 5286080. OLE color: 5286080.
HSL color Cylindrical-coordinate representation of color #C0A850: hue angle of 47.14º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C0A850 is Cyan = 0, Magento = 0.12, Yellow = 0.58 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 168 | 80 | - |
| CMYK | 0 | 0.12 | 0.58 | 0.25 |
| HSL | 47.14º | 0.47% | 0.53% | - |
| HSV(B) | 47.14º | 0.58% | 0.75% | - |
| XYZ | 37.19 | 39.79 | 13.31 | - |
| YUV | 165.14 | 79.95 | 147.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 168 | 80 | 0 | 0.12 | 0.58 | 0.25 | 47.14 | 0.47 | 0.53 |
| Hex | C0 | A8 | 50 | 0 | C | 3A | 19 | 2F | 2F | 35 |
| Octal | 300 | 250 | 120 | 0 | 14 | 72 | 31 | 57 | 57 | 65 |
| Binary | 11000000 | 10101000 | 1010000 | 0 | 1100 | 111010 | 11001 | 101111 | 101111 | 110101 |
Color Harmonies of #C0A850
Complementary color
Monochromatic Colors of #C0A850
Black with #C0A850
Text Example
Text Example
White with #C0A850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A850; }
p { color: rgb(192,168,80); }
H1.HeaderClassName
{
color: #C0A850;
}
.AnyTagClassName
{
color: #C0A850;
}
</style>
background-color css
<style>
a { background-color: #C0A850; }
a { background-color: rgb(192,168,80); }
div.DivClassName
{
background-color: #C0A850;
}
.BgClassName
{
background-color: #C0A850;
}
</style>
border-color css
<style>
span { border-color: #C0A850; }
span { border-color: rgb(192,168,80); }
td.TdClassName
{
border-color: #C0A850;
}
.TagClassName
{
border-color: #C0A850;
}
</style>