Shades of Sundance #C3A94D
Tints of Sundance #C3A94D
RGB
CMYK
RGB Variations
Color information
#C3A94D (or 0xC3A94D) is known color: Sundance. HEX triplet: C3, A9 and 4D. RGB value is (195,169,77). Sum of RGB (Red+Green+Blue) = 195+169+77=441 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.22% from 441); Green value is 169 (66.41% from 255 or 38.32% from 441); Blue value is 77 (30.47% from 255 or 17.46% from 441); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A94D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3A94D is #3C56B2. Grayscale: #A6A6A6. Windows color (decimal): -3954355 or 5089731. OLE color: 5089731.
HSL color Cylindrical-coordinate representation of color #C3A94D: hue angle of 46.78º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C3A94D is Cyan = 0, Magento = 0.13, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 169 | 77 | - |
| CMYK | 0 | 0.13 | 0.61 | 0.24 |
| HSL | 46.78º | 0.5% | 0.53% | - |
| HSV(B) | 46.78º | 0.61% | 0.76% | - |
| XYZ | 38.03 | 40.51 | 12.84 | - |
| YUV | 166.29 | 77.61 | 148.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 169 | 77 | 0 | 0.13 | 0.61 | 0.24 | 46.78 | 0.5 | 0.53 |
| Hex | C3 | A9 | 4D | 0 | D | 3D | 18 | 2F | 32 | 35 |
| Octal | 303 | 251 | 115 | 0 | 15 | 75 | 30 | 57 | 62 | 65 |
| Binary | 11000011 | 10101001 | 1001101 | 0 | 1101 | 111101 | 11000 | 101111 | 110010 | 110101 |
Color Harmonies of #C3A94D
Complementary color
Monochromatic Colors of #C3A94D
Black with #C3A94D
Text Example
Text Example
White with #C3A94D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3A94D; }
p { color: rgb(195,169,77); }
H1.HeaderClassName
{
color: #C3A94D;
}
.AnyTagClassName
{
color: #C3A94D;
}
</style>
background-color css
<style>
a { background-color: #C3A94D; }
a { background-color: rgb(195,169,77); }
div.DivClassName
{
background-color: #C3A94D;
}
.BgClassName
{
background-color: #C3A94D;
}
</style>
border-color css
<style>
span { border-color: #C3A94D; }
span { border-color: rgb(195,169,77); }
td.TdClassName
{
border-color: #C3A94D;
}
.TagClassName
{
border-color: #C3A94D;
}
</style>