Shades of Sundance #C1A44D
Tints of Sundance #C1A44D
RGB
CMYK
RGB Variations
Color information
#C1A44D (or 0xC1A44D) is known color: Sundance. HEX triplet: C1, A4 and 4D. RGB value is (193,164,77). Sum of RGB (Red+Green+Blue) = 193+164+77=434 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.47% from 434); Green value is 164 (64.45% from 255 or 37.79% from 434); Blue value is 77 (30.47% from 255 or 17.74% from 434); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A44D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1A44D is #3E5BB2. Grayscale: #A3A3A3. Windows color (decimal): -4086707 or 5088449. OLE color: 5088449.
HSL color Cylindrical-coordinate representation of color #C1A44D: hue angle of 45º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C1A44D is Cyan = 0, Magento = 0.15, Yellow = 0.60 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 164 | 77 | - |
| CMYK | 0 | 0.15 | 0.60 | 0.24 |
| HSL | 45º | 0.48% | 0.53% | - |
| HSV(B) | 45º | 0.6% | 0.76% | - |
| XYZ | 36.61 | 38.42 | 12.51 | - |
| YUV | 162.75 | 79.61 | 149.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 164 | 77 | 0 | 0.15 | 0.60 | 0.24 | 45 | 0.48 | 0.53 |
| Hex | C1 | A4 | 4D | 0 | F | 3C | 18 | 2D | 30 | 35 |
| Octal | 301 | 244 | 115 | 0 | 17 | 74 | 30 | 55 | 60 | 65 |
| Binary | 11000001 | 10100100 | 1001101 | 0 | 1111 | 111100 | 11000 | 101101 | 110000 | 110101 |
Color Harmonies of #C1A44D
Complementary color
Monochromatic Colors of #C1A44D
Black with #C1A44D
Text Example
Text Example
White with #C1A44D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1A44D; }
p { color: rgb(193,164,77); }
H1.HeaderClassName
{
color: #C1A44D;
}
.AnyTagClassName
{
color: #C1A44D;
}
</style>
background-color css
<style>
a { background-color: #C1A44D; }
a { background-color: rgb(193,164,77); }
div.DivClassName
{
background-color: #C1A44D;
}
.BgClassName
{
background-color: #C1A44D;
}
</style>
border-color css
<style>
span { border-color: #C1A44D; }
span { border-color: rgb(193,164,77); }
td.TdClassName
{
border-color: #C1A44D;
}
.TagClassName
{
border-color: #C1A44D;
}
</style>