Shades of Sundance #C5A042
Tints of Sundance #C5A042
RGB
CMYK
RGB Variations
Color information
#C5A042 (or 0xC5A042) is known color: Sundance. HEX triplet: C5, A0 and 42. RGB value is (197,160,66). Sum of RGB (Red+Green+Blue) = 197+160+66=423 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.57% from 423); Green value is 160 (62.89% from 255 or 37.83% from 423); Blue value is 66 (26.17% from 255 or 15.60% from 423); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A042 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5A042 is #3A5FBD. Grayscale: #A0A0A0. Windows color (decimal): -3825598 or 4366533. OLE color: 4366533.
HSL color Cylindrical-coordinate representation of color #C5A042: hue angle of 43.05º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C5A042 is Cyan = 0, Magento = 0.19, Yellow = 0.66 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 160 | 66 | - |
| CMYK | 0 | 0.19 | 0.66 | 0.23 |
| HSL | 43.05º | 0.53% | 0.52% | - |
| HSV(B) | 43.05º | 0.66% | 0.77% | - |
| XYZ | 36.58 | 37.41 | 10.45 | - |
| YUV | 160.35 | 74.76 | 154.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 160 | 66 | 0 | 0.19 | 0.66 | 0.23 | 43.05 | 0.53 | 0.52 |
| Hex | C5 | A0 | 42 | 0 | 13 | 42 | 17 | 2B | 35 | 34 |
| Octal | 305 | 240 | 102 | 0 | 23 | 102 | 27 | 53 | 65 | 64 |
| Binary | 11000101 | 10100000 | 1000010 | 0 | 10011 | 1000010 | 10111 | 101011 | 110101 | 110100 |
Color Harmonies of #C5A042
Complementary color
Monochromatic Colors of #C5A042
Black with #C5A042
Text Example
Text Example
White with #C5A042
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5A042; }
p { color: rgb(197,160,66); }
H1.HeaderClassName
{
color: #C5A042;
}
.AnyTagClassName
{
color: #C5A042;
}
</style>
background-color css
<style>
a { background-color: #C5A042; }
a { background-color: rgb(197,160,66); }
div.DivClassName
{
background-color: #C5A042;
}
.BgClassName
{
background-color: #C5A042;
}
</style>
border-color css
<style>
span { border-color: #C5A042; }
span { border-color: rgb(197,160,66); }
td.TdClassName
{
border-color: #C5A042;
}
.TagClassName
{
border-color: #C5A042;
}
</style>