Shades of Sundance #C5A44C
Tints of Sundance #C5A44C
RGB
CMYK
RGB Variations
Color information
#C5A44C (or 0xC5A44C) is known color: Sundance. HEX triplet: C5, A4 and 4C. RGB value is (197,164,76). Sum of RGB (Red+Green+Blue) = 197+164+76=437 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.08% from 437); Green value is 164 (64.45% from 255 or 37.53% from 437); Blue value is 76 (30.08% from 255 or 17.39% from 437); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A44C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5A44C is #3A5BB3. Grayscale: #A4A4A4. Windows color (decimal): -3824564 or 5022917. OLE color: 5022917.
HSL color Cylindrical-coordinate representation of color #C5A44C: hue angle of 43.64º 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 #C5A44C is Cyan = 0, Magento = 0.17, Yellow = 0.61 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 164 | 76 | - |
| CMYK | 0 | 0.17 | 0.61 | 0.23 |
| HSL | 43.64º | 0.51% | 0.54% | - |
| HSV(B) | 43.64º | 0.61% | 0.77% | - |
| XYZ | 37.61 | 38.94 | 12.37 | - |
| YUV | 163.84 | 78.43 | 151.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 164 | 76 | 0 | 0.17 | 0.61 | 0.23 | 43.64 | 0.51 | 0.54 |
| Hex | C5 | A4 | 4C | 0 | 11 | 3D | 17 | 2C | 33 | 36 |
| Octal | 305 | 244 | 114 | 0 | 21 | 75 | 27 | 54 | 63 | 66 |
| Binary | 11000101 | 10100100 | 1001100 | 0 | 10001 | 111101 | 10111 | 101100 | 110011 | 110110 |
Color Harmonies of #C5A44C
Complementary color
Monochromatic Colors of #C5A44C
Black with #C5A44C
Text Example
Text Example
White with #C5A44C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5A44C; }
p { color: rgb(197,164,76); }
H1.HeaderClassName
{
color: #C5A44C;
}
.AnyTagClassName
{
color: #C5A44C;
}
</style>
background-color css
<style>
a { background-color: #C5A44C; }
a { background-color: rgb(197,164,76); }
div.DivClassName
{
background-color: #C5A44C;
}
.BgClassName
{
background-color: #C5A44C;
}
</style>
border-color css
<style>
span { border-color: #C5A44C; }
span { border-color: rgb(197,164,76); }
td.TdClassName
{
border-color: #C5A44C;
}
.TagClassName
{
border-color: #C5A44C;
}
</style>