Shades of Sundance #C5A14B
Tints of Sundance #C5A14B
RGB
CMYK
RGB Variations
Color information
#C5A14B (or 0xC5A14B) is known color: Sundance. HEX triplet: C5, A1 and 4B. RGB value is (197,161,75). Sum of RGB (Red+Green+Blue) = 197+161+75=433 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.50% from 433); Green value is 161 (63.28% from 255 or 37.18% from 433); Blue value is 75 (29.69% from 255 or 17.32% from 433); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A14B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5A14B is #3A5EB4. Grayscale: #A2A2A2. Windows color (decimal): -3825333 or 4956613. OLE color: 4956613.
HSL color Cylindrical-coordinate representation of color #C5A14B: hue angle of 42.3º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C5A14B is Cyan = 0, Magento = 0.18, Yellow = 0.62 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 161 | 75 | - |
| CMYK | 0 | 0.18 | 0.62 | 0.23 |
| HSL | 42.3º | 0.51% | 0.53% | - |
| HSV(B) | 42.3º | 0.62% | 0.77% | - |
| XYZ | 37.04 | 37.87 | 12.01 | - |
| YUV | 161.96 | 78.93 | 152.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 161 | 75 | 0 | 0.18 | 0.62 | 0.23 | 42.3 | 0.51 | 0.53 |
| Hex | C5 | A1 | 4B | 0 | 12 | 3E | 17 | 2A | 33 | 35 |
| Octal | 305 | 241 | 113 | 0 | 22 | 76 | 27 | 52 | 63 | 65 |
| Binary | 11000101 | 10100001 | 1001011 | 0 | 10010 | 111110 | 10111 | 101010 | 110011 | 110101 |
Color Harmonies of #C5A14B
Complementary color
Monochromatic Colors of #C5A14B
Black with #C5A14B
Text Example
Text Example
White with #C5A14B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5A14B; }
p { color: rgb(197,161,75); }
H1.HeaderClassName
{
color: #C5A14B;
}
.AnyTagClassName
{
color: #C5A14B;
}
</style>
background-color css
<style>
a { background-color: #C5A14B; }
a { background-color: rgb(197,161,75); }
div.DivClassName
{
background-color: #C5A14B;
}
.BgClassName
{
background-color: #C5A14B;
}
</style>
border-color css
<style>
span { border-color: #C5A14B; }
span { border-color: rgb(197,161,75); }
td.TdClassName
{
border-color: #C5A14B;
}
.TagClassName
{
border-color: #C5A14B;
}
</style>