Shades of Sundance #C1A04E
Tints of Sundance #C1A04E
RGB
CMYK
RGB Variations
Color information
#C1A04E (or 0xC1A04E) is known color: Sundance. HEX triplet: C1, A0 and 4E. RGB value is (193,160,78). Sum of RGB (Red+Green+Blue) = 193+160+78=431 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.78% from 431); Green value is 160 (62.89% from 255 or 37.12% from 431); Blue value is 78 (30.86% from 255 or 18.10% from 431); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A04E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1A04E is #3E5FB1. Grayscale: #A0A0A0. Windows color (decimal): -4087730 or 5152961. OLE color: 5152961.
HSL color Cylindrical-coordinate representation of color #C1A04E: hue angle of 42.78º 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 #C1A04E is Cyan = 0, Magento = 0.17, Yellow = 0.60 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 160 | 78 | - |
| CMYK | 0 | 0.17 | 0.60 | 0.24 |
| HSL | 42.78º | 0.48% | 0.53% | - |
| HSV(B) | 42.78º | 0.6% | 0.76% | - |
| XYZ | 35.94 | 37.03 | 12.46 | - |
| YUV | 160.52 | 81.43 | 151.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 160 | 78 | 0 | 0.17 | 0.60 | 0.24 | 42.78 | 0.48 | 0.53 |
| Hex | C1 | A0 | 4E | 0 | 11 | 3C | 18 | 2B | 30 | 35 |
| Octal | 301 | 240 | 116 | 0 | 21 | 74 | 30 | 53 | 60 | 65 |
| Binary | 11000001 | 10100000 | 1001110 | 0 | 10001 | 111100 | 11000 | 101011 | 110000 | 110101 |
Color Harmonies of #C1A04E
Complementary color
Monochromatic Colors of #C1A04E
Black with #C1A04E
Text Example
Text Example
White with #C1A04E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1A04E; }
p { color: rgb(193,160,78); }
H1.HeaderClassName
{
color: #C1A04E;
}
.AnyTagClassName
{
color: #C1A04E;
}
</style>
background-color css
<style>
a { background-color: #C1A04E; }
a { background-color: rgb(193,160,78); }
div.DivClassName
{
background-color: #C1A04E;
}
.BgClassName
{
background-color: #C1A04E;
}
</style>
border-color css
<style>
span { border-color: #C1A04E; }
span { border-color: rgb(193,160,78); }
td.TdClassName
{
border-color: #C1A04E;
}
.TagClassName
{
border-color: #C1A04E;
}
</style>