Shades of Sundance #C2A951
Tints of Sundance #C2A951
RGB
CMYK
RGB Variations
Color information
#C2A951 (or 0xC2A951) is known color: Sundance. HEX triplet: C2, A9 and 51. RGB value is (194,169,81). Sum of RGB (Red+Green+Blue) = 194+169+81=444 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.69% from 444); Green value is 169 (66.41% from 255 or 38.06% from 444); Blue value is 81 (32.03% from 255 or 18.24% from 444); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A951 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2A951 is #3D56AE. Grayscale: #A6A6A6. Windows color (decimal): -4019887 or 5351874. OLE color: 5351874.
HSL color Cylindrical-coordinate representation of color #C2A951: hue angle of 46.73º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C2A951 is Cyan = 0, Magento = 0.13, Yellow = 0.58 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 169 | 81 | - |
| CMYK | 0 | 0.13 | 0.58 | 0.24 |
| HSL | 46.73º | 0.48% | 0.54% | - |
| HSV(B) | 46.73º | 0.58% | 0.76% | - |
| XYZ | 37.92 | 40.44 | 13.59 | - |
| YUV | 166.44 | 79.78 | 147.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 169 | 81 | 0 | 0.13 | 0.58 | 0.24 | 46.73 | 0.48 | 0.54 |
| Hex | C2 | A9 | 51 | 0 | D | 3A | 18 | 2F | 30 | 36 |
| Octal | 302 | 251 | 121 | 0 | 15 | 72 | 30 | 57 | 60 | 66 |
| Binary | 11000010 | 10101001 | 1010001 | 0 | 1101 | 111010 | 11000 | 101111 | 110000 | 110110 |
Color Harmonies of #C2A951
Complementary color
Monochromatic Colors of #C2A951
Black with #C2A951
Text Example
Text Example
White with #C2A951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A951; }
p { color: rgb(194,169,81); }
H1.HeaderClassName
{
color: #C2A951;
}
.AnyTagClassName
{
color: #C2A951;
}
</style>
background-color css
<style>
a { background-color: #C2A951; }
a { background-color: rgb(194,169,81); }
div.DivClassName
{
background-color: #C2A951;
}
.BgClassName
{
background-color: #C2A951;
}
</style>
border-color css
<style>
span { border-color: #C2A951; }
span { border-color: rgb(194,169,81); }
td.TdClassName
{
border-color: #C2A951;
}
.TagClassName
{
border-color: #C2A951;
}
</style>