Shades of Sundance #C5A146
Tints of Sundance #C5A146
RGB
CMYK
RGB Variations
Color information
#C5A146 (or 0xC5A146) is known color: Sundance. HEX triplet: C5, A1 and 46. RGB value is (197,161,70). Sum of RGB (Red+Green+Blue) = 197+161+70=428 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.03% from 428); Green value is 161 (63.28% from 255 or 37.62% from 428); Blue value is 70 (27.73% from 255 or 16.36% from 428); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A146 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5A146 is #3A5EB9. Grayscale: #A1A1A1. Windows color (decimal): -3825338 or 4628933. OLE color: 4628933.
HSL color Cylindrical-coordinate representation of color #C5A146: hue angle of 42.99º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C5A146 is Cyan = 0, Magento = 0.18, Yellow = 0.64 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 161 | 70 | - |
| CMYK | 0 | 0.18 | 0.64 | 0.23 |
| HSL | 42.99º | 0.52% | 0.52% | - |
| HSV(B) | 42.99º | 0.64% | 0.77% | - |
| XYZ | 36.88 | 37.8 | 11.15 | - |
| YUV | 161.39 | 76.43 | 153.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 161 | 70 | 0 | 0.18 | 0.64 | 0.23 | 42.99 | 0.52 | 0.52 |
| Hex | C5 | A1 | 46 | 0 | 12 | 40 | 17 | 2B | 34 | 34 |
| Octal | 305 | 241 | 106 | 0 | 22 | 100 | 27 | 53 | 64 | 64 |
| Binary | 11000101 | 10100001 | 1000110 | 0 | 10010 | 1000000 | 10111 | 101011 | 110100 | 110100 |
Color Harmonies of #C5A146
Complementary color
Monochromatic Colors of #C5A146
Black with #C5A146
Text Example
Text Example
White with #C5A146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5A146; }
p { color: rgb(197,161,70); }
H1.HeaderClassName
{
color: #C5A146;
}
.AnyTagClassName
{
color: #C5A146;
}
</style>
background-color css
<style>
a { background-color: #C5A146; }
a { background-color: rgb(197,161,70); }
div.DivClassName
{
background-color: #C5A146;
}
.BgClassName
{
background-color: #C5A146;
}
</style>
border-color css
<style>
span { border-color: #C5A146; }
span { border-color: rgb(197,161,70); }
td.TdClassName
{
border-color: #C5A146;
}
.TagClassName
{
border-color: #C5A146;
}
</style>