Shades of Sundance #C4A950
Tints of Sundance #C4A950
RGB
CMYK
RGB Variations
Color information
#C4A950 (or 0xC4A950) is known color: Sundance. HEX triplet: C4, A9 and 50. RGB value is (196,169,80). Sum of RGB (Red+Green+Blue) = 196+169+80=445 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.04% from 445); Green value is 169 (66.41% from 255 or 37.98% from 445); Blue value is 80 (31.64% from 255 or 17.98% from 445); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A950 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4A950 is #3B56AF. Grayscale: #A7A7A7. Windows color (decimal): -3888816 or 5286340. OLE color: 5286340.
HSL color Cylindrical-coordinate representation of color #C4A950: hue angle of 46.03º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C4A950 is Cyan = 0, Magento = 0.14, Yellow = 0.59 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 169 | 80 | - |
| CMYK | 0 | 0.14 | 0.59 | 0.23 |
| HSL | 46.03º | 0.5% | 0.54% | - |
| HSV(B) | 46.03º | 0.59% | 0.77% | - |
| XYZ | 38.4 | 40.69 | 13.42 | - |
| YUV | 166.93 | 78.95 | 148.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 169 | 80 | 0 | 0.14 | 0.59 | 0.23 | 46.03 | 0.5 | 0.54 |
| Hex | C4 | A9 | 50 | 0 | E | 3B | 17 | 2E | 32 | 36 |
| Octal | 304 | 251 | 120 | 0 | 16 | 73 | 27 | 56 | 62 | 66 |
| Binary | 11000100 | 10101001 | 1010000 | 0 | 1110 | 111011 | 10111 | 101110 | 110010 | 110110 |
Color Harmonies of #C4A950
Complementary color
Monochromatic Colors of #C4A950
Black with #C4A950
Text Example
Text Example
White with #C4A950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4A950; }
p { color: rgb(196,169,80); }
H1.HeaderClassName
{
color: #C4A950;
}
.AnyTagClassName
{
color: #C4A950;
}
</style>
background-color css
<style>
a { background-color: #C4A950; }
a { background-color: rgb(196,169,80); }
div.DivClassName
{
background-color: #C4A950;
}
.BgClassName
{
background-color: #C4A950;
}
</style>
border-color css
<style>
span { border-color: #C4A950; }
span { border-color: rgb(196,169,80); }
td.TdClassName
{
border-color: #C4A950;
}
.TagClassName
{
border-color: #C4A950;
}
</style>