Shades of Sundance #C0A251
Tints of Sundance #C0A251
RGB
CMYK
RGB Variations
Color information
#C0A251 (or 0xC0A251) is known color: Sundance. HEX triplet: C0, A2 and 51. RGB value is (192,162,81). Sum of RGB (Red+Green+Blue) = 192+162+81=435 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.14% from 435); Green value is 162 (63.67% from 255 or 37.24% from 435); Blue value is 81 (32.03% from 255 or 18.62% from 435); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A251 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0A251 is #3F5DAE. Grayscale: #A2A2A2. Windows color (decimal): -4152751 or 5350080. OLE color: 5350080.
HSL color Cylindrical-coordinate representation of color #C0A251: hue angle of 43.78º 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 #C0A251 is Cyan = 0, Magento = 0.16, Yellow = 0.58 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 162 | 81 | - |
| CMYK | 0 | 0.16 | 0.58 | 0.25 |
| HSL | 43.78º | 0.47% | 0.54% | - |
| HSV(B) | 43.78º | 0.58% | 0.75% | - |
| XYZ | 36.14 | 37.64 | 13.15 | - |
| YUV | 161.74 | 82.44 | 149.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 162 | 81 | 0 | 0.16 | 0.58 | 0.25 | 43.78 | 0.47 | 0.54 |
| Hex | C0 | A2 | 51 | 0 | 10 | 3A | 19 | 2C | 2F | 36 |
| Octal | 300 | 242 | 121 | 0 | 20 | 72 | 31 | 54 | 57 | 66 |
| Binary | 11000000 | 10100010 | 1010001 | 0 | 10000 | 111010 | 11001 | 101100 | 101111 | 110110 |
Color Harmonies of #C0A251
Complementary color
Monochromatic Colors of #C0A251
Black with #C0A251
Text Example
Text Example
White with #C0A251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A251; }
p { color: rgb(192,162,81); }
H1.HeaderClassName
{
color: #C0A251;
}
.AnyTagClassName
{
color: #C0A251;
}
</style>
background-color css
<style>
a { background-color: #C0A251; }
a { background-color: rgb(192,162,81); }
div.DivClassName
{
background-color: #C0A251;
}
.BgClassName
{
background-color: #C0A251;
}
</style>
border-color css
<style>
span { border-color: #C0A251; }
span { border-color: rgb(192,162,81); }
td.TdClassName
{
border-color: #C0A251;
}
.TagClassName
{
border-color: #C0A251;
}
</style>