Shades of Sundance #C5A34D
Tints of Sundance #C5A34D
RGB
CMYK
RGB Variations
Color information
#C5A34D (or 0xC5A34D) is known color: Sundance. HEX triplet: C5, A3 and 4D. RGB value is (197,163,77). Sum of RGB (Red+Green+Blue) = 197+163+77=437 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.08% from 437); Green value is 163 (64.06% from 255 or 37.30% from 437); Blue value is 77 (30.47% from 255 or 17.62% from 437); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A34D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5A34D is #3A5CB2. Grayscale: #A3A3A3. Windows color (decimal): -3824819 or 5088197. OLE color: 5088197.
HSL color Cylindrical-coordinate representation of color #C5A34D: hue angle of 43º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C5A34D is Cyan = 0, Magento = 0.17, Yellow = 0.61 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 163 | 77 | - |
| CMYK | 0 | 0.17 | 0.61 | 0.23 |
| HSL | 43º | 0.51% | 0.54% | - |
| HSV(B) | 43º | 0.61% | 0.77% | - |
| XYZ | 37.46 | 38.6 | 12.5 | - |
| YUV | 163.36 | 79.26 | 151.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 163 | 77 | 0 | 0.17 | 0.61 | 0.23 | 43 | 0.51 | 0.54 |
| Hex | C5 | A3 | 4D | 0 | 11 | 3D | 17 | 2B | 33 | 36 |
| Octal | 305 | 243 | 115 | 0 | 21 | 75 | 27 | 53 | 63 | 66 |
| Binary | 11000101 | 10100011 | 1001101 | 0 | 10001 | 111101 | 10111 | 101011 | 110011 | 110110 |
Color Harmonies of #C5A34D
Complementary color
Monochromatic Colors of #C5A34D
Black with #C5A34D
Text Example
Text Example
White with #C5A34D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5A34D; }
p { color: rgb(197,163,77); }
H1.HeaderClassName
{
color: #C5A34D;
}
.AnyTagClassName
{
color: #C5A34D;
}
</style>
background-color css
<style>
a { background-color: #C5A34D; }
a { background-color: rgb(197,163,77); }
div.DivClassName
{
background-color: #C5A34D;
}
.BgClassName
{
background-color: #C5A34D;
}
</style>
border-color css
<style>
span { border-color: #C5A34D; }
span { border-color: rgb(197,163,77); }
td.TdClassName
{
border-color: #C5A34D;
}
.TagClassName
{
border-color: #C5A34D;
}
</style>