Shades of Sundance #C4A04D
Tints of Sundance #C4A04D
RGB
CMYK
RGB Variations
Color information
#C4A04D (or 0xC4A04D) is known color: Sundance. HEX triplet: C4, A0 and 4D. RGB value is (196,160,77). Sum of RGB (Red+Green+Blue) = 196+160+77=433 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.27% from 433); Green value is 160 (62.89% from 255 or 36.95% from 433); Blue value is 77 (30.47% from 255 or 17.78% from 433); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A04D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4A04D is #3B5FB2. Grayscale: #A1A1A1. Windows color (decimal): -3891123 or 5087428. OLE color: 5087428.
HSL color Cylindrical-coordinate representation of color #C4A04D: hue angle of 41.85º degrees, saturation: 0.5, 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 #C4A04D is Cyan = 0, Magento = 0.18, Yellow = 0.61 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 160 | 77 | - |
| CMYK | 0 | 0.18 | 0.61 | 0.23 |
| HSL | 41.85º | 0.5% | 0.54% | - |
| HSV(B) | 41.85º | 0.61% | 0.77% | - |
| XYZ | 36.68 | 37.41 | 12.31 | - |
| YUV | 161.3 | 80.43 | 152.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 160 | 77 | 0 | 0.18 | 0.61 | 0.23 | 41.85 | 0.5 | 0.54 |
| Hex | C4 | A0 | 4D | 0 | 12 | 3D | 17 | 2A | 32 | 36 |
| Octal | 304 | 240 | 115 | 0 | 22 | 75 | 27 | 52 | 62 | 66 |
| Binary | 11000100 | 10100000 | 1001101 | 0 | 10010 | 111101 | 10111 | 101010 | 110010 | 110110 |
Color Harmonies of #C4A04D
Complementary color
Monochromatic Colors of #C4A04D
Black with #C4A04D
Text Example
Text Example
White with #C4A04D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4A04D; }
p { color: rgb(196,160,77); }
H1.HeaderClassName
{
color: #C4A04D;
}
.AnyTagClassName
{
color: #C4A04D;
}
</style>
background-color css
<style>
a { background-color: #C4A04D; }
a { background-color: rgb(196,160,77); }
div.DivClassName
{
background-color: #C4A04D;
}
.BgClassName
{
background-color: #C4A04D;
}
</style>
border-color css
<style>
span { border-color: #C4A04D; }
span { border-color: rgb(196,160,77); }
td.TdClassName
{
border-color: #C4A04D;
}
.TagClassName
{
border-color: #C4A04D;
}
</style>