Shades of Sundance #C3A847
Tints of Sundance #C3A847
RGB
CMYK
RGB Variations
Color information
#C3A847 (or 0xC3A847) is known color: Sundance. HEX triplet: C3, A8 and 47. RGB value is (195,168,71). Sum of RGB (Red+Green+Blue) = 195+168+71=434 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.93% from 434); Green value is 168 (66.02% from 255 or 38.71% from 434); Blue value is 71 (28.12% from 255 or 16.36% from 434); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A847 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3A847 is #3C57B8. Grayscale: #A5A5A5. Windows color (decimal): -3954617 or 4696259. OLE color: 4696259.
HSL color Cylindrical-coordinate representation of color #C3A847: hue angle of 46.94º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C3A847 is Cyan = 0, Magento = 0.14, Yellow = 0.64 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 168 | 71 | - |
| CMYK | 0 | 0.14 | 0.64 | 0.24 |
| HSL | 46.94º | 0.51% | 0.52% | - |
| HSV(B) | 46.94º | 0.64% | 0.76% | - |
| XYZ | 37.65 | 40.06 | 11.71 | - |
| YUV | 165.02 | 74.95 | 149.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 168 | 71 | 0 | 0.14 | 0.64 | 0.24 | 46.94 | 0.51 | 0.52 |
| Hex | C3 | A8 | 47 | 0 | E | 40 | 18 | 2F | 33 | 34 |
| Octal | 303 | 250 | 107 | 0 | 16 | 100 | 30 | 57 | 63 | 64 |
| Binary | 11000011 | 10101000 | 1000111 | 0 | 1110 | 1000000 | 11000 | 101111 | 110011 | 110100 |
Color Harmonies of #C3A847
Complementary color
Monochromatic Colors of #C3A847
Black with #C3A847
Text Example
Text Example
White with #C3A847
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3A847; }
p { color: rgb(195,168,71); }
H1.HeaderClassName
{
color: #C3A847;
}
.AnyTagClassName
{
color: #C3A847;
}
</style>
background-color css
<style>
a { background-color: #C3A847; }
a { background-color: rgb(195,168,71); }
div.DivClassName
{
background-color: #C3A847;
}
.BgClassName
{
background-color: #C3A847;
}
</style>
border-color css
<style>
span { border-color: #C3A847; }
span { border-color: rgb(195,168,71); }
td.TdClassName
{
border-color: #C3A847;
}
.TagClassName
{
border-color: #C3A847;
}
</style>