Shades of Sundance #C1AA4D
Tints of Sundance #C1AA4D
RGB
CMYK
RGB Variations
Color information
#C1AA4D (or 0xC1AA4D) is known color: Sundance. HEX triplet: C1, AA and 4D. RGB value is (193,170,77). Sum of RGB (Red+Green+Blue) = 193+170+77=440 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.86% from 440); Green value is 170 (66.80% from 255 or 38.64% from 440); Blue value is 77 (30.47% from 255 or 17.5% from 440); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AA4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1AA4D is #3E55B2. Grayscale: #A6A6A6. Windows color (decimal): -4085171 or 5089985. OLE color: 5089985.
HSL color Cylindrical-coordinate representation of color #C1AA4D: hue angle of 48.1º 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 #C1AA4D is Cyan = 0, Magento = 0.12, Yellow = 0.60 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 170 | 77 | - |
| CMYK | 0 | 0.12 | 0.60 | 0.24 |
| HSL | 48.1º | 0.48% | 0.53% | - |
| HSV(B) | 48.1º | 0.6% | 0.76% | - |
| XYZ | 37.71 | 40.62 | 12.87 | - |
| YUV | 166.28 | 77.62 | 147.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 170 | 77 | 0 | 0.12 | 0.60 | 0.24 | 48.1 | 0.48 | 0.53 |
| Hex | C1 | AA | 4D | 0 | C | 3C | 18 | 30 | 30 | 35 |
| Octal | 301 | 252 | 115 | 0 | 14 | 74 | 30 | 60 | 60 | 65 |
| Binary | 11000001 | 10101010 | 1001101 | 0 | 1100 | 111100 | 11000 | 110000 | 110000 | 110101 |
Color Harmonies of #C1AA4D
Complementary color
Monochromatic Colors of #C1AA4D
Black with #C1AA4D
Text Example
Text Example
White with #C1AA4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1AA4D; }
p { color: rgb(193,170,77); }
H1.HeaderClassName
{
color: #C1AA4D;
}
.AnyTagClassName
{
color: #C1AA4D;
}
</style>
background-color css
<style>
a { background-color: #C1AA4D; }
a { background-color: rgb(193,170,77); }
div.DivClassName
{
background-color: #C1AA4D;
}
.BgClassName
{
background-color: #C1AA4D;
}
</style>
border-color css
<style>
span { border-color: #C1AA4D; }
span { border-color: rgb(193,170,77); }
td.TdClassName
{
border-color: #C1AA4D;
}
.TagClassName
{
border-color: #C1AA4D;
}
</style>