Shades of Sundance #C0A250
Tints of Sundance #C0A250
RGB
CMYK
RGB Variations
Color information
#C0A250 (or 0xC0A250) is known color: Sundance. HEX triplet: C0, A2 and 50. RGB value is (192,162,80). Sum of RGB (Red+Green+Blue) = 192+162+80=434 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.24% from 434); Green value is 162 (63.67% from 255 or 37.33% from 434); Blue value is 80 (31.64% from 255 or 18.43% from 434); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A250 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0A250 is #3F5DAF. Grayscale: #A1A1A1. Windows color (decimal): -4152752 or 5284544. OLE color: 5284544.
HSL color Cylindrical-coordinate representation of color #C0A250: hue angle of 43.93º 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 #C0A250 is Cyan = 0, Magento = 0.16, Yellow = 0.58 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 162 | 80 | - |
| CMYK | 0 | 0.16 | 0.58 | 0.25 |
| HSL | 43.93º | 0.47% | 0.53% | - |
| HSV(B) | 43.93º | 0.58% | 0.75% | - |
| XYZ | 36.11 | 37.63 | 12.95 | - |
| YUV | 161.62 | 81.94 | 149.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 162 | 80 | 0 | 0.16 | 0.58 | 0.25 | 43.93 | 0.47 | 0.53 |
| Hex | C0 | A2 | 50 | 0 | 10 | 3A | 19 | 2C | 2F | 35 |
| Octal | 300 | 242 | 120 | 0 | 20 | 72 | 31 | 54 | 57 | 65 |
| Binary | 11000000 | 10100010 | 1010000 | 0 | 10000 | 111010 | 11001 | 101100 | 101111 | 110101 |
Color Harmonies of #C0A250
Complementary color
Monochromatic Colors of #C0A250
Black with #C0A250
Text Example
Text Example
White with #C0A250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A250; }
p { color: rgb(192,162,80); }
H1.HeaderClassName
{
color: #C0A250;
}
.AnyTagClassName
{
color: #C0A250;
}
</style>
background-color css
<style>
a { background-color: #C0A250; }
a { background-color: rgb(192,162,80); }
div.DivClassName
{
background-color: #C0A250;
}
.BgClassName
{
background-color: #C0A250;
}
</style>
border-color css
<style>
span { border-color: #C0A250; }
span { border-color: rgb(192,162,80); }
td.TdClassName
{
border-color: #C0A250;
}
.TagClassName
{
border-color: #C0A250;
}
</style>