Shades of Sundance #C2A04D
Tints of Sundance #C2A04D
RGB
CMYK
RGB Variations
Color information
#C2A04D (or 0xC2A04D) is known color: Sundance. HEX triplet: C2, A0 and 4D. RGB value is (194,160,77). Sum of RGB (Red+Green+Blue) = 194+160+77=431 (57% of max value = 765). Red value is 194 (76.17% from 255 or 45.01% from 431); Green value is 160 (62.89% from 255 or 37.12% from 431); Blue value is 77 (30.47% from 255 or 17.87% from 431); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A04D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2A04D is #3D5FB2. Grayscale: #A1A1A1. Windows color (decimal): -4022195 or 5087426. OLE color: 5087426.
HSL color Cylindrical-coordinate representation of color #C2A04D: hue angle of 42.56º degrees, saturation: 0.49, 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 #C2A04D is Cyan = 0, Magento = 0.18, Yellow = 0.60 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 160 | 77 | - |
| CMYK | 0 | 0.18 | 0.60 | 0.24 |
| HSL | 42.56º | 0.49% | 0.53% | - |
| HSV(B) | 42.56º | 0.6% | 0.76% | - |
| XYZ | 36.16 | 37.15 | 12.29 | - |
| YUV | 160.7 | 80.76 | 151.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 160 | 77 | 0 | 0.18 | 0.60 | 0.24 | 42.56 | 0.49 | 0.53 |
| Hex | C2 | A0 | 4D | 0 | 12 | 3C | 18 | 2B | 31 | 35 |
| Octal | 302 | 240 | 115 | 0 | 22 | 74 | 30 | 53 | 61 | 65 |
| Binary | 11000010 | 10100000 | 1001101 | 0 | 10010 | 111100 | 11000 | 101011 | 110001 | 110101 |
Color Harmonies of #C2A04D
Complementary color
Monochromatic Colors of #C2A04D
Black with #C2A04D
Text Example
Text Example
White with #C2A04D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A04D; }
p { color: rgb(194,160,77); }
H1.HeaderClassName
{
color: #C2A04D;
}
.AnyTagClassName
{
color: #C2A04D;
}
</style>
background-color css
<style>
a { background-color: #C2A04D; }
a { background-color: rgb(194,160,77); }
div.DivClassName
{
background-color: #C2A04D;
}
.BgClassName
{
background-color: #C2A04D;
}
</style>
border-color css
<style>
span { border-color: #C2A04D; }
span { border-color: rgb(194,160,77); }
td.TdClassName
{
border-color: #C2A04D;
}
.TagClassName
{
border-color: #C2A04D;
}
</style>