Shades of Sundance #C0A950
Tints of Sundance #C0A950
RGB
CMYK
RGB Variations
Color information
#C0A950 (or 0xC0A950) is known color: Sundance. HEX triplet: C0, A9 and 50. RGB value is (192,169,80). Sum of RGB (Red+Green+Blue) = 192+169+80=441 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.54% from 441); Green value is 169 (66.41% from 255 or 38.32% from 441); Blue value is 80 (31.64% from 255 or 18.14% from 441); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A950 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0A950 is #3F56AF. Grayscale: #A6A6A6. Windows color (decimal): -4150960 or 5286336. OLE color: 5286336.
HSL color Cylindrical-coordinate representation of color #C0A950: hue angle of 47.68º 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 #C0A950 is Cyan = 0, Magento = 0.12, Yellow = 0.58 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 169 | 80 | - |
| CMYK | 0 | 0.12 | 0.58 | 0.25 |
| HSL | 47.68º | 0.47% | 0.53% | - |
| HSV(B) | 47.68º | 0.58% | 0.75% | - |
| XYZ | 37.37 | 40.16 | 13.37 | - |
| YUV | 165.73 | 79.62 | 146.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 169 | 80 | 0 | 0.12 | 0.58 | 0.25 | 47.68 | 0.47 | 0.53 |
| Hex | C0 | A9 | 50 | 0 | C | 3A | 19 | 30 | 2F | 35 |
| Octal | 300 | 251 | 120 | 0 | 14 | 72 | 31 | 60 | 57 | 65 |
| Binary | 11000000 | 10101001 | 1010000 | 0 | 1100 | 111010 | 11001 | 110000 | 101111 | 110101 |
Color Harmonies of #C0A950
Complementary color
Monochromatic Colors of #C0A950
Black with #C0A950
Text Example
Text Example
White with #C0A950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A950; }
p { color: rgb(192,169,80); }
H1.HeaderClassName
{
color: #C0A950;
}
.AnyTagClassName
{
color: #C0A950;
}
</style>
background-color css
<style>
a { background-color: #C0A950; }
a { background-color: rgb(192,169,80); }
div.DivClassName
{
background-color: #C0A950;
}
.BgClassName
{
background-color: #C0A950;
}
</style>
border-color css
<style>
span { border-color: #C0A950; }
span { border-color: rgb(192,169,80); }
td.TdClassName
{
border-color: #C0A950;
}
.TagClassName
{
border-color: #C0A950;
}
</style>