Shades of Sundance #C2A950
Tints of Sundance #C2A950
RGB
CMYK
RGB Variations
Color information
#C2A950 (or 0xC2A950) is known color: Sundance. HEX triplet: C2, A9 and 50. RGB value is (194,169,80). Sum of RGB (Red+Green+Blue) = 194+169+80=443 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.79% from 443); Green value is 169 (66.41% from 255 or 38.15% from 443); Blue value is 80 (31.64% from 255 or 18.06% from 443); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A950 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2A950 is #3D56AF. Grayscale: #A6A6A6. Windows color (decimal): -4019888 or 5286338. OLE color: 5286338.
HSL color Cylindrical-coordinate representation of color #C2A950: hue angle of 46.84º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C2A950 is Cyan = 0, Magento = 0.13, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 169 | 80 | - |
| CMYK | 0 | 0.13 | 0.59 | 0.24 |
| HSL | 46.84º | 0.48% | 0.54% | - |
| HSV(B) | 46.84º | 0.59% | 0.76% | - |
| XYZ | 37.88 | 40.42 | 13.4 | - |
| YUV | 166.33 | 79.28 | 147.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 169 | 80 | 0 | 0.13 | 0.59 | 0.24 | 46.84 | 0.48 | 0.54 |
| Hex | C2 | A9 | 50 | 0 | D | 3B | 18 | 2F | 30 | 36 |
| Octal | 302 | 251 | 120 | 0 | 15 | 73 | 30 | 57 | 60 | 66 |
| Binary | 11000010 | 10101001 | 1010000 | 0 | 1101 | 111011 | 11000 | 101111 | 110000 | 110110 |
Color Harmonies of #C2A950
Complementary color
Monochromatic Colors of #C2A950
Black with #C2A950
Text Example
Text Example
White with #C2A950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A950; }
p { color: rgb(194,169,80); }
H1.HeaderClassName
{
color: #C2A950;
}
.AnyTagClassName
{
color: #C2A950;
}
</style>
background-color css
<style>
a { background-color: #C2A950; }
a { background-color: rgb(194,169,80); }
div.DivClassName
{
background-color: #C2A950;
}
.BgClassName
{
background-color: #C2A950;
}
</style>
border-color css
<style>
span { border-color: #C2A950; }
span { border-color: rgb(194,169,80); }
td.TdClassName
{
border-color: #C2A950;
}
.TagClassName
{
border-color: #C2A950;
}
</style>