Shades of Sundance #C3A04D
Tints of Sundance #C3A04D
RGB
CMYK
RGB Variations
Color information
#C3A04D (or 0xC3A04D) is known color: Sundance. HEX triplet: C3, A0 and 4D. RGB value is (195,160,77). Sum of RGB (Red+Green+Blue) = 195+160+77=432 (57% of max value = 765). Red value is 195 (76.56% from 255 or 45.14% from 432); Green value is 160 (62.89% from 255 or 37.04% from 432); Blue value is 77 (30.47% from 255 or 17.82% from 432); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A04D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3A04D is #3C5FB2. Grayscale: #A1A1A1. Windows color (decimal): -3956659 or 5087427. OLE color: 5087427.
HSL color Cylindrical-coordinate representation of color #C3A04D: hue angle of 42.2º 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 #C3A04D is Cyan = 0, Magento = 0.18, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 160 | 77 | - |
| CMYK | 0 | 0.18 | 0.61 | 0.24 |
| HSL | 42.2º | 0.5% | 0.53% | - |
| HSV(B) | 42.2º | 0.61% | 0.76% | - |
| XYZ | 36.42 | 37.28 | 12.3 | - |
| YUV | 161 | 80.6 | 152.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 160 | 77 | 0 | 0.18 | 0.61 | 0.24 | 42.2 | 0.5 | 0.53 |
| Hex | C3 | A0 | 4D | 0 | 12 | 3D | 18 | 2A | 32 | 35 |
| Octal | 303 | 240 | 115 | 0 | 22 | 75 | 30 | 52 | 62 | 65 |
| Binary | 11000011 | 10100000 | 1001101 | 0 | 10010 | 111101 | 11000 | 101010 | 110010 | 110101 |
Color Harmonies of #C3A04D
Complementary color
Monochromatic Colors of #C3A04D
Black with #C3A04D
Text Example
Text Example
White with #C3A04D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3A04D; }
p { color: rgb(195,160,77); }
H1.HeaderClassName
{
color: #C3A04D;
}
.AnyTagClassName
{
color: #C3A04D;
}
</style>
background-color css
<style>
a { background-color: #C3A04D; }
a { background-color: rgb(195,160,77); }
div.DivClassName
{
background-color: #C3A04D;
}
.BgClassName
{
background-color: #C3A04D;
}
</style>
border-color css
<style>
span { border-color: #C3A04D; }
span { border-color: rgb(195,160,77); }
td.TdClassName
{
border-color: #C3A04D;
}
.TagClassName
{
border-color: #C3A04D;
}
</style>