Shades of Sundance #C1A24D
Tints of Sundance #C1A24D
RGB
CMYK
RGB Variations
Color information
#C1A24D (or 0xC1A24D) is known color: Sundance. HEX triplet: C1, A2 and 4D. RGB value is (193,162,77). Sum of RGB (Red+Green+Blue) = 193+162+77=432 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.68% from 432); Green value is 162 (63.67% from 255 or 37.5% from 432); Blue value is 77 (30.47% from 255 or 17.82% from 432); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A24D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1A24D is #3E5DB2. Grayscale: #A1A1A1. Windows color (decimal): -4087219 or 5087937. OLE color: 5087937.
HSL color Cylindrical-coordinate representation of color #C1A24D: hue angle of 43.97º 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 #C1A24D is Cyan = 0, Magento = 0.16, Yellow = 0.60 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 162 | 77 | - |
| CMYK | 0 | 0.16 | 0.60 | 0.24 |
| HSL | 43.97º | 0.48% | 0.53% | - |
| HSV(B) | 43.97º | 0.6% | 0.76% | - |
| XYZ | 36.25 | 37.71 | 12.39 | - |
| YUV | 161.58 | 80.27 | 150.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 162 | 77 | 0 | 0.16 | 0.60 | 0.24 | 43.97 | 0.48 | 0.53 |
| Hex | C1 | A2 | 4D | 0 | 10 | 3C | 18 | 2C | 30 | 35 |
| Octal | 301 | 242 | 115 | 0 | 20 | 74 | 30 | 54 | 60 | 65 |
| Binary | 11000001 | 10100010 | 1001101 | 0 | 10000 | 111100 | 11000 | 101100 | 110000 | 110101 |
Color Harmonies of #C1A24D
Complementary color
Monochromatic Colors of #C1A24D
Black with #C1A24D
Text Example
Text Example
White with #C1A24D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1A24D; }
p { color: rgb(193,162,77); }
H1.HeaderClassName
{
color: #C1A24D;
}
.AnyTagClassName
{
color: #C1A24D;
}
</style>
background-color css
<style>
a { background-color: #C1A24D; }
a { background-color: rgb(193,162,77); }
div.DivClassName
{
background-color: #C1A24D;
}
.BgClassName
{
background-color: #C1A24D;
}
</style>
border-color css
<style>
span { border-color: #C1A24D; }
span { border-color: rgb(193,162,77); }
td.TdClassName
{
border-color: #C1A24D;
}
.TagClassName
{
border-color: #C1A24D;
}
</style>