Shades of Sundance #C49F46
Tints of Sundance #C49F46
RGB
CMYK
RGB Variations
Color information
#C49F46 (or 0xC49F46) is known color: Sundance. HEX triplet: C4, 9F and 46. RGB value is (196,159,70). Sum of RGB (Red+Green+Blue) = 196+159+70=425 (56% of max value = 765). Red value is 196 (76.95% from 255 or 46.12% from 425); Green value is 159 (62.5% from 255 or 37.41% from 425); Blue value is 70 (27.73% from 255 or 16.47% from 425); Max value from RGB is 196 - color contains mainly: red. Hex color #C49F46 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C49F46 is #3B60B9. Grayscale: #A0A0A0. Windows color (decimal): -3891386 or 4628420. OLE color: 4628420.
HSL color Cylindrical-coordinate representation of color #C49F46: hue angle of 42.38º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C49F46 is Cyan = 0, Magento = 0.19, Yellow = 0.64 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 159 | 70 | - |
| CMYK | 0 | 0.19 | 0.64 | 0.23 |
| HSL | 42.38º | 0.52% | 0.52% | - |
| HSV(B) | 42.38º | 0.64% | 0.77% | - |
| XYZ | 36.27 | 36.97 | 11.02 | - |
| YUV | 159.92 | 77.26 | 153.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 159 | 70 | 0 | 0.19 | 0.64 | 0.23 | 42.38 | 0.52 | 0.52 |
| Hex | C4 | 9F | 46 | 0 | 13 | 40 | 17 | 2A | 34 | 34 |
| Octal | 304 | 237 | 106 | 0 | 23 | 100 | 27 | 52 | 64 | 64 |
| Binary | 11000100 | 10011111 | 1000110 | 0 | 10011 | 1000000 | 10111 | 101010 | 110100 | 110100 |
Color Harmonies of #C49F46
Complementary color
Monochromatic Colors of #C49F46
Black with #C49F46
Text Example
Text Example
White with #C49F46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49F46; }
p { color: rgb(196,159,70); }
H1.HeaderClassName
{
color: #C49F46;
}
.AnyTagClassName
{
color: #C49F46;
}
</style>
background-color css
<style>
a { background-color: #C49F46; }
a { background-color: rgb(196,159,70); }
div.DivClassName
{
background-color: #C49F46;
}
.BgClassName
{
background-color: #C49F46;
}
</style>
border-color css
<style>
span { border-color: #C49F46; }
span { border-color: rgb(196,159,70); }
td.TdClassName
{
border-color: #C49F46;
}
.TagClassName
{
border-color: #C49F46;
}
</style>