Shades of Sundance #C3A049
Tints of Sundance #C3A049
RGB
CMYK
RGB Variations
Color information
#C3A049 (or 0xC3A049) is known color: Sundance. HEX triplet: C3, A0 and 49. RGB value is (195,160,73). Sum of RGB (Red+Green+Blue) = 195+160+73=428 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.56% from 428); Green value is 160 (62.89% from 255 or 37.38% from 428); Blue value is 73 (28.91% from 255 or 17.06% from 428); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A049 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3A049 is #3C5FB6. Grayscale: #A0A0A0. Windows color (decimal): -3956663 or 4825283. OLE color: 4825283.
HSL color Cylindrical-coordinate representation of color #C3A049: hue angle of 42.79º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C3A049 is Cyan = 0, Magento = 0.18, Yellow = 0.63 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 160 | 73 | - |
| CMYK | 0 | 0.18 | 0.63 | 0.24 |
| HSL | 42.79º | 0.5% | 0.53% | - |
| HSV(B) | 42.79º | 0.63% | 0.76% | - |
| XYZ | 36.28 | 37.22 | 11.58 | - |
| YUV | 160.55 | 78.6 | 152.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 160 | 73 | 0 | 0.18 | 0.63 | 0.24 | 42.79 | 0.5 | 0.53 |
| Hex | C3 | A0 | 49 | 0 | 12 | 3F | 18 | 2B | 32 | 35 |
| Octal | 303 | 240 | 111 | 0 | 22 | 77 | 30 | 53 | 62 | 65 |
| Binary | 11000011 | 10100000 | 1001001 | 0 | 10010 | 111111 | 11000 | 101011 | 110010 | 110101 |
Color Harmonies of #C3A049
Complementary color
Monochromatic Colors of #C3A049
Black with #C3A049
Text Example
Text Example
White with #C3A049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3A049; }
p { color: rgb(195,160,73); }
H1.HeaderClassName
{
color: #C3A049;
}
.AnyTagClassName
{
color: #C3A049;
}
</style>
background-color css
<style>
a { background-color: #C3A049; }
a { background-color: rgb(195,160,73); }
div.DivClassName
{
background-color: #C3A049;
}
.BgClassName
{
background-color: #C3A049;
}
</style>
border-color css
<style>
span { border-color: #C3A049; }
span { border-color: rgb(195,160,73); }
td.TdClassName
{
border-color: #C3A049;
}
.TagClassName
{
border-color: #C3A049;
}
</style>