Shades of Sundance #C5A14A
Tints of Sundance #C5A14A
RGB
CMYK
RGB Variations
Color information
#C5A14A (or 0xC5A14A) is known color: Sundance. HEX triplet: C5, A1 and 4A. RGB value is (197,161,74). Sum of RGB (Red+Green+Blue) = 197+161+74=432 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.60% from 432); Green value is 161 (63.28% from 255 or 37.27% from 432); Blue value is 74 (29.30% from 255 or 17.13% from 432); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A14A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5A14A is #3A5EB5. Grayscale: #A2A2A2. Windows color (decimal): -3825334 or 4891077. OLE color: 4891077.
HSL color Cylindrical-coordinate representation of color #C5A14A: hue angle of 42.44º 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 #C5A14A is Cyan = 0, Magento = 0.18, Yellow = 0.62 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 161 | 74 | - |
| CMYK | 0 | 0.18 | 0.62 | 0.23 |
| HSL | 42.44º | 0.51% | 0.53% | - |
| HSV(B) | 42.44º | 0.62% | 0.77% | - |
| XYZ | 37.01 | 37.85 | 11.83 | - |
| YUV | 161.85 | 78.43 | 153.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 161 | 74 | 0 | 0.18 | 0.62 | 0.23 | 42.44 | 0.51 | 0.53 |
| Hex | C5 | A1 | 4A | 0 | 12 | 3E | 17 | 2A | 33 | 35 |
| Octal | 305 | 241 | 112 | 0 | 22 | 76 | 27 | 52 | 63 | 65 |
| Binary | 11000101 | 10100001 | 1001010 | 0 | 10010 | 111110 | 10111 | 101010 | 110011 | 110101 |
Color Harmonies of #C5A14A
Complementary color
Monochromatic Colors of #C5A14A
Black with #C5A14A
Text Example
Text Example
White with #C5A14A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5A14A; }
p { color: rgb(197,161,74); }
H1.HeaderClassName
{
color: #C5A14A;
}
.AnyTagClassName
{
color: #C5A14A;
}
</style>
background-color css
<style>
a { background-color: #C5A14A; }
a { background-color: rgb(197,161,74); }
div.DivClassName
{
background-color: #C5A14A;
}
.BgClassName
{
background-color: #C5A14A;
}
</style>
border-color css
<style>
span { border-color: #C5A14A; }
span { border-color: rgb(197,161,74); }
td.TdClassName
{
border-color: #C5A14A;
}
.TagClassName
{
border-color: #C5A14A;
}
</style>