Shades of Sundance #C5A34E
Tints of Sundance #C5A34E
RGB
CMYK
RGB Variations
Color information
#C5A34E (or 0xC5A34E) is known color: Sundance. HEX triplet: C5, A3 and 4E. RGB value is (197,163,78). Sum of RGB (Red+Green+Blue) = 197+163+78=438 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.98% from 438); Green value is 163 (64.06% from 255 or 37.21% from 438); Blue value is 78 (30.86% from 255 or 17.81% from 438); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A34E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5A34E is #3A5CB1. Grayscale: #A3A3A3. Windows color (decimal): -3824818 or 5153733. OLE color: 5153733.
HSL color Cylindrical-coordinate representation of color #C5A34E: hue angle of 42.86º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C5A34E is Cyan = 0, Magento = 0.17, Yellow = 0.60 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 163 | 78 | - |
| CMYK | 0 | 0.17 | 0.60 | 0.23 |
| HSL | 42.86º | 0.51% | 0.54% | - |
| HSV(B) | 42.86º | 0.6% | 0.77% | - |
| XYZ | 37.5 | 38.61 | 12.68 | - |
| YUV | 163.48 | 79.76 | 151.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 163 | 78 | 0 | 0.17 | 0.60 | 0.23 | 42.86 | 0.51 | 0.54 |
| Hex | C5 | A3 | 4E | 0 | 11 | 3C | 17 | 2B | 33 | 36 |
| Octal | 305 | 243 | 116 | 0 | 21 | 74 | 27 | 53 | 63 | 66 |
| Binary | 11000101 | 10100011 | 1001110 | 0 | 10001 | 111100 | 10111 | 101011 | 110011 | 110110 |
Color Harmonies of #C5A34E
Complementary color
Monochromatic Colors of #C5A34E
Black with #C5A34E
Text Example
Text Example
White with #C5A34E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5A34E; }
p { color: rgb(197,163,78); }
H1.HeaderClassName
{
color: #C5A34E;
}
.AnyTagClassName
{
color: #C5A34E;
}
</style>
background-color css
<style>
a { background-color: #C5A34E; }
a { background-color: rgb(197,163,78); }
div.DivClassName
{
background-color: #C5A34E;
}
.BgClassName
{
background-color: #C5A34E;
}
</style>
border-color css
<style>
span { border-color: #C5A34E; }
span { border-color: rgb(197,163,78); }
td.TdClassName
{
border-color: #C5A34E;
}
.TagClassName
{
border-color: #C5A34E;
}
</style>