Shades of Sundance #C2A94D
Tints of Sundance #C2A94D
RGB
CMYK
RGB Variations
Color information
#C2A94D (or 0xC2A94D) is known color: Sundance. HEX triplet: C2, A9 and 4D. RGB value is (194,169,77). Sum of RGB (Red+Green+Blue) = 194+169+77=440 (58% of max value = 765). Red value is 194 (76.17% from 255 or 44.09% from 440); Green value is 169 (66.41% from 255 or 38.41% from 440); Blue value is 77 (30.47% from 255 or 17.5% from 440); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A94D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2A94D is #3D56B2. Grayscale: #A6A6A6. Windows color (decimal): -4019891 or 5089730. OLE color: 5089730.
HSL color Cylindrical-coordinate representation of color #C2A94D: hue angle of 47.18º 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 #C2A94D is Cyan = 0, Magento = 0.13, Yellow = 0.60 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 169 | 77 | - |
| CMYK | 0 | 0.13 | 0.60 | 0.24 |
| HSL | 47.18º | 0.49% | 0.53% | - |
| HSV(B) | 47.18º | 0.6% | 0.76% | - |
| XYZ | 37.78 | 40.38 | 12.82 | - |
| YUV | 165.99 | 77.78 | 147.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 169 | 77 | 0 | 0.13 | 0.60 | 0.24 | 47.18 | 0.49 | 0.53 |
| Hex | C2 | A9 | 4D | 0 | D | 3C | 18 | 2F | 31 | 35 |
| Octal | 302 | 251 | 115 | 0 | 15 | 74 | 30 | 57 | 61 | 65 |
| Binary | 11000010 | 10101001 | 1001101 | 0 | 1101 | 111100 | 11000 | 101111 | 110001 | 110101 |
Color Harmonies of #C2A94D
Complementary color
Monochromatic Colors of #C2A94D
Black with #C2A94D
Text Example
Text Example
White with #C2A94D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A94D; }
p { color: rgb(194,169,77); }
H1.HeaderClassName
{
color: #C2A94D;
}
.AnyTagClassName
{
color: #C2A94D;
}
</style>
background-color css
<style>
a { background-color: #C2A94D; }
a { background-color: rgb(194,169,77); }
div.DivClassName
{
background-color: #C2A94D;
}
.BgClassName
{
background-color: #C2A94D;
}
</style>
border-color css
<style>
span { border-color: #C2A94D; }
span { border-color: rgb(194,169,77); }
td.TdClassName
{
border-color: #C2A94D;
}
.TagClassName
{
border-color: #C2A94D;
}
</style>