Shades of Sundance #C3A047
Tints of Sundance #C3A047
RGB
CMYK
RGB Variations
Color information
#C3A047 (or 0xC3A047) is known color: Sundance. HEX triplet: C3, A0 and 47. RGB value is (195,160,71). Sum of RGB (Red+Green+Blue) = 195+160+71=426 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.77% from 426); Green value is 160 (62.89% from 255 or 37.56% from 426); Blue value is 71 (28.12% from 255 or 16.67% from 426); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A047 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3A047 is #3C5FB8. Grayscale: #A0A0A0. Windows color (decimal): -3956665 or 4694211. OLE color: 4694211.
HSL color Cylindrical-coordinate representation of color #C3A047: hue angle of 43.06º 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 #C3A047 is Cyan = 0, Magento = 0.18, Yellow = 0.64 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 160 | 71 | - |
| CMYK | 0 | 0.18 | 0.64 | 0.24 |
| HSL | 43.06º | 0.51% | 0.52% | - |
| HSV(B) | 43.06º | 0.64% | 0.76% | - |
| XYZ | 36.21 | 37.2 | 11.23 | - |
| YUV | 160.32 | 77.6 | 152.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 160 | 71 | 0 | 0.18 | 0.64 | 0.24 | 43.06 | 0.51 | 0.52 |
| Hex | C3 | A0 | 47 | 0 | 12 | 40 | 18 | 2B | 33 | 34 |
| Octal | 303 | 240 | 107 | 0 | 22 | 100 | 30 | 53 | 63 | 64 |
| Binary | 11000011 | 10100000 | 1000111 | 0 | 10010 | 1000000 | 11000 | 101011 | 110011 | 110100 |
Color Harmonies of #C3A047
Complementary color
Monochromatic Colors of #C3A047
Black with #C3A047
Text Example
Text Example
White with #C3A047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3A047; }
p { color: rgb(195,160,71); }
H1.HeaderClassName
{
color: #C3A047;
}
.AnyTagClassName
{
color: #C3A047;
}
</style>
background-color css
<style>
a { background-color: #C3A047; }
a { background-color: rgb(195,160,71); }
div.DivClassName
{
background-color: #C3A047;
}
.BgClassName
{
background-color: #C3A047;
}
</style>
border-color css
<style>
span { border-color: #C3A047; }
span { border-color: rgb(195,160,71); }
td.TdClassName
{
border-color: #C3A047;
}
.TagClassName
{
border-color: #C3A047;
}
</style>