Shades of Sundance #C0A350
Tints of Sundance #C0A350
RGB
CMYK
RGB Variations
Color information
#C0A350 (or 0xC0A350) is known color: Sundance. HEX triplet: C0, A3 and 50. RGB value is (192,163,80). Sum of RGB (Red+Green+Blue) = 192+163+80=435 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.14% from 435); Green value is 163 (64.06% from 255 or 37.47% from 435); Blue value is 80 (31.64% from 255 or 18.39% from 435); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A350 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0A350 is #3F5CAF. Grayscale: #A2A2A2. Windows color (decimal): -4152496 or 5284800. OLE color: 5284800.
HSL color Cylindrical-coordinate representation of color #C0A350: hue angle of 44.46º 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 #C0A350 is Cyan = 0, Magento = 0.15, Yellow = 0.58 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 163 | 80 | - |
| CMYK | 0 | 0.15 | 0.58 | 0.25 |
| HSL | 44.46º | 0.47% | 0.53% | - |
| HSV(B) | 44.46º | 0.58% | 0.75% | - |
| XYZ | 36.28 | 37.98 | 13.01 | - |
| YUV | 162.21 | 81.61 | 149.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 163 | 80 | 0 | 0.15 | 0.58 | 0.25 | 44.46 | 0.47 | 0.53 |
| Hex | C0 | A3 | 50 | 0 | F | 3A | 19 | 2C | 2F | 35 |
| Octal | 300 | 243 | 120 | 0 | 17 | 72 | 31 | 54 | 57 | 65 |
| Binary | 11000000 | 10100011 | 1010000 | 0 | 1111 | 111010 | 11001 | 101100 | 101111 | 110101 |
Color Harmonies of #C0A350
Complementary color
Monochromatic Colors of #C0A350
Black with #C0A350
Text Example
Text Example
White with #C0A350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A350; }
p { color: rgb(192,163,80); }
H1.HeaderClassName
{
color: #C0A350;
}
.AnyTagClassName
{
color: #C0A350;
}
</style>
background-color css
<style>
a { background-color: #C0A350; }
a { background-color: rgb(192,163,80); }
div.DivClassName
{
background-color: #C0A350;
}
.BgClassName
{
background-color: #C0A350;
}
</style>
border-color css
<style>
span { border-color: #C0A350; }
span { border-color: rgb(192,163,80); }
td.TdClassName
{
border-color: #C0A350;
}
.TagClassName
{
border-color: #C0A350;
}
</style>