Shades of Sundance #C5A04B
Tints of Sundance #C5A04B
RGB
CMYK
RGB Variations
Color information
#C5A04B (or 0xC5A04B) is known color: Sundance. HEX triplet: C5, A0 and 4B. RGB value is (197,160,75). Sum of RGB (Red+Green+Blue) = 197+160+75=432 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.60% from 432); Green value is 160 (62.89% from 255 or 37.04% from 432); Blue value is 75 (29.69% from 255 or 17.36% from 432); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A04B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5A04B is #3A5FB4. Grayscale: #A1A1A1. Windows color (decimal): -3825589 or 4956357. OLE color: 4956357.
HSL color Cylindrical-coordinate representation of color #C5A04B: hue angle of 41.8º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C5A04B is Cyan = 0, Magento = 0.19, Yellow = 0.62 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 160 | 75 | - |
| CMYK | 0 | 0.19 | 0.62 | 0.23 |
| HSL | 41.8º | 0.51% | 0.53% | - |
| HSV(B) | 41.8º | 0.62% | 0.77% | - |
| XYZ | 36.87 | 37.52 | 11.96 | - |
| YUV | 161.37 | 79.26 | 153.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 160 | 75 | 0 | 0.19 | 0.62 | 0.23 | 41.8 | 0.51 | 0.53 |
| Hex | C5 | A0 | 4B | 0 | 13 | 3E | 17 | 2A | 33 | 35 |
| Octal | 305 | 240 | 113 | 0 | 23 | 76 | 27 | 52 | 63 | 65 |
| Binary | 11000101 | 10100000 | 1001011 | 0 | 10011 | 111110 | 10111 | 101010 | 110011 | 110101 |
Color Harmonies of #C5A04B
Complementary color
Monochromatic Colors of #C5A04B
Black with #C5A04B
Text Example
Text Example
White with #C5A04B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5A04B; }
p { color: rgb(197,160,75); }
H1.HeaderClassName
{
color: #C5A04B;
}
.AnyTagClassName
{
color: #C5A04B;
}
</style>
background-color css
<style>
a { background-color: #C5A04B; }
a { background-color: rgb(197,160,75); }
div.DivClassName
{
background-color: #C5A04B;
}
.BgClassName
{
background-color: #C5A04B;
}
</style>
border-color css
<style>
span { border-color: #C5A04B; }
span { border-color: rgb(197,160,75); }
td.TdClassName
{
border-color: #C5A04B;
}
.TagClassName
{
border-color: #C5A04B;
}
</style>