Shades of Sundance #C5A44E
Tints of Sundance #C5A44E
RGB
CMYK
RGB Variations
Color information
#C5A44E (or 0xC5A44E) is known color: Sundance. HEX triplet: C5, A4 and 4E. RGB value is (197,164,78). Sum of RGB (Red+Green+Blue) = 197+164+78=439 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.87% from 439); Green value is 164 (64.45% from 255 or 37.36% from 439); Blue value is 78 (30.86% from 255 or 17.77% from 439); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A44E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5A44E is #3A5BB1. Grayscale: #A4A4A4. Windows color (decimal): -3824562 or 5153989. OLE color: 5153989.
HSL color Cylindrical-coordinate representation of color #C5A44E: hue angle of 43.36º 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 #C5A44E is Cyan = 0, Magento = 0.17, Yellow = 0.60 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 164 | 78 | - |
| CMYK | 0 | 0.17 | 0.60 | 0.23 |
| HSL | 43.36º | 0.51% | 0.54% | - |
| HSV(B) | 43.36º | 0.6% | 0.77% | - |
| XYZ | 37.68 | 38.97 | 12.74 | - |
| YUV | 164.06 | 79.43 | 151.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 164 | 78 | 0 | 0.17 | 0.60 | 0.23 | 43.36 | 0.51 | 0.54 |
| Hex | C5 | A4 | 4E | 0 | 11 | 3C | 17 | 2B | 33 | 36 |
| Octal | 305 | 244 | 116 | 0 | 21 | 74 | 27 | 53 | 63 | 66 |
| Binary | 11000101 | 10100100 | 1001110 | 0 | 10001 | 111100 | 10111 | 101011 | 110011 | 110110 |
Color Harmonies of #C5A44E
Complementary color
Monochromatic Colors of #C5A44E
Black with #C5A44E
Text Example
Text Example
White with #C5A44E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5A44E; }
p { color: rgb(197,164,78); }
H1.HeaderClassName
{
color: #C5A44E;
}
.AnyTagClassName
{
color: #C5A44E;
}
</style>
background-color css
<style>
a { background-color: #C5A44E; }
a { background-color: rgb(197,164,78); }
div.DivClassName
{
background-color: #C5A44E;
}
.BgClassName
{
background-color: #C5A44E;
}
</style>
border-color css
<style>
span { border-color: #C5A44E; }
span { border-color: rgb(197,164,78); }
td.TdClassName
{
border-color: #C5A44E;
}
.TagClassName
{
border-color: #C5A44E;
}
</style>