Shades of Sundance #C4A64B
Tints of Sundance #C4A64B
RGB
CMYK
RGB Variations
Color information
#C4A64B (or 0xC4A64B) is known color: Sundance. HEX triplet: C4, A6 and 4B. RGB value is (196,166,75). Sum of RGB (Red+Green+Blue) = 196+166+75=437 (57% of max value = 765). Red value is 196 (76.95% from 255 or 44.85% from 437); Green value is 166 (65.23% from 255 or 37.99% from 437); Blue value is 75 (29.69% from 255 or 17.16% from 437); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A64B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4A64B is #3B59B4. Grayscale: #A4A4A4. Windows color (decimal): -3889589 or 4957892. OLE color: 4957892.
HSL color Cylindrical-coordinate representation of color #C4A64B: hue angle of 45.12º 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 #C4A64B is Cyan = 0, Magento = 0.15, Yellow = 0.62 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 166 | 75 | - |
| CMYK | 0 | 0.15 | 0.62 | 0.23 |
| HSL | 45.12º | 0.51% | 0.53% | - |
| HSV(B) | 45.12º | 0.62% | 0.77% | - |
| XYZ | 37.67 | 39.52 | 12.3 | - |
| YUV | 164.6 | 77.44 | 150.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 166 | 75 | 0 | 0.15 | 0.62 | 0.23 | 45.12 | 0.51 | 0.53 |
| Hex | C4 | A6 | 4B | 0 | F | 3E | 17 | 2D | 33 | 35 |
| Octal | 304 | 246 | 113 | 0 | 17 | 76 | 27 | 55 | 63 | 65 |
| Binary | 11000100 | 10100110 | 1001011 | 0 | 1111 | 111110 | 10111 | 101101 | 110011 | 110101 |
Color Harmonies of #C4A64B
Complementary color
Monochromatic Colors of #C4A64B
Black with #C4A64B
Text Example
Text Example
White with #C4A64B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4A64B; }
p { color: rgb(196,166,75); }
H1.HeaderClassName
{
color: #C4A64B;
}
.AnyTagClassName
{
color: #C4A64B;
}
</style>
background-color css
<style>
a { background-color: #C4A64B; }
a { background-color: rgb(196,166,75); }
div.DivClassName
{
background-color: #C4A64B;
}
.BgClassName
{
background-color: #C4A64B;
}
</style>
border-color css
<style>
span { border-color: #C4A64B; }
span { border-color: rgb(196,166,75); }
td.TdClassName
{
border-color: #C4A64B;
}
.TagClassName
{
border-color: #C4A64B;
}
</style>