Shades of Sundance #C0A353
Tints of Sundance #C0A353
RGB
CMYK
RGB Variations
Color information
#C0A353 (or 0xC0A353) is known color: Sundance. HEX triplet: C0, A3 and 53. RGB value is (192,163,83). Sum of RGB (Red+Green+Blue) = 192+163+83=438 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.84% from 438); Green value is 163 (64.06% from 255 or 37.21% from 438); Blue value is 83 (32.81% from 255 or 18.95% from 438); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A353 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0A353 is #3F5CAC. Grayscale: #A2A2A2. Windows color (decimal): -4152493 or 5481408. OLE color: 5481408.
HSL color Cylindrical-coordinate representation of color #C0A353: hue angle of 44.04º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C0A353 is Cyan = 0, Magento = 0.15, Yellow = 0.57 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 163 | 83 | - |
| CMYK | 0 | 0.15 | 0.57 | 0.25 |
| HSL | 44.04º | 0.46% | 0.54% | - |
| HSV(B) | 44.04º | 0.57% | 0.75% | - |
| XYZ | 36.4 | 38.03 | 13.6 | - |
| YUV | 162.55 | 83.11 | 149 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 163 | 83 | 0 | 0.15 | 0.57 | 0.25 | 44.04 | 0.46 | 0.54 |
| Hex | C0 | A3 | 53 | 0 | F | 39 | 19 | 2C | 2E | 36 |
| Octal | 300 | 243 | 123 | 0 | 17 | 71 | 31 | 54 | 56 | 66 |
| Binary | 11000000 | 10100011 | 1010011 | 0 | 1111 | 111001 | 11001 | 101100 | 101110 | 110110 |
Color Harmonies of #C0A353
Complementary color
Monochromatic Colors of #C0A353
Black with #C0A353
Text Example
Text Example
White with #C0A353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A353; }
p { color: rgb(192,163,83); }
H1.HeaderClassName
{
color: #C0A353;
}
.AnyTagClassName
{
color: #C0A353;
}
</style>
background-color css
<style>
a { background-color: #C0A353; }
a { background-color: rgb(192,163,83); }
div.DivClassName
{
background-color: #C0A353;
}
.BgClassName
{
background-color: #C0A353;
}
</style>
border-color css
<style>
span { border-color: #C0A353; }
span { border-color: rgb(192,163,83); }
td.TdClassName
{
border-color: #C0A353;
}
.TagClassName
{
border-color: #C0A353;
}
</style>