Shades of Sundance #C0A351
Tints of Sundance #C0A351
RGB
CMYK
RGB Variations
Color information
#C0A351 (or 0xC0A351) is known color: Sundance. HEX triplet: C0, A3 and 51. RGB value is (192,163,81). Sum of RGB (Red+Green+Blue) = 192+163+81=436 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.04% from 436); Green value is 163 (64.06% from 255 or 37.39% from 436); Blue value is 81 (32.03% from 255 or 18.58% from 436); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A351 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0A351 is #3F5CAE. Grayscale: #A2A2A2. Windows color (decimal): -4152495 or 5350336. OLE color: 5350336.
HSL color Cylindrical-coordinate representation of color #C0A351: hue angle of 44.32º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C0A351 is Cyan = 0, Magento = 0.15, Yellow = 0.58 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 163 | 81 | - |
| CMYK | 0 | 0.15 | 0.58 | 0.25 |
| HSL | 44.32º | 0.47% | 0.54% | - |
| HSV(B) | 44.32º | 0.58% | 0.75% | - |
| XYZ | 36.32 | 37.99 | 13.2 | - |
| YUV | 162.32 | 82.11 | 149.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 163 | 81 | 0 | 0.15 | 0.58 | 0.25 | 44.32 | 0.47 | 0.54 |
| Hex | C0 | A3 | 51 | 0 | F | 3A | 19 | 2C | 2F | 36 |
| Octal | 300 | 243 | 121 | 0 | 17 | 72 | 31 | 54 | 57 | 66 |
| Binary | 11000000 | 10100011 | 1010001 | 0 | 1111 | 111010 | 11001 | 101100 | 101111 | 110110 |
Color Harmonies of #C0A351
Complementary color
Monochromatic Colors of #C0A351
Black with #C0A351
Text Example
Text Example
White with #C0A351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A351; }
p { color: rgb(192,163,81); }
H1.HeaderClassName
{
color: #C0A351;
}
.AnyTagClassName
{
color: #C0A351;
}
</style>
background-color css
<style>
a { background-color: #C0A351; }
a { background-color: rgb(192,163,81); }
div.DivClassName
{
background-color: #C0A351;
}
.BgClassName
{
background-color: #C0A351;
}
</style>
border-color css
<style>
span { border-color: #C0A351; }
span { border-color: rgb(192,163,81); }
td.TdClassName
{
border-color: #C0A351;
}
.TagClassName
{
border-color: #C0A351;
}
</style>