Shades of Sundance #C3A04A
Tints of Sundance #C3A04A
RGB
CMYK
RGB Variations
Color information
#C3A04A (or 0xC3A04A) is known color: Sundance. HEX triplet: C3, A0 and 4A. RGB value is (195,160,74). Sum of RGB (Red+Green+Blue) = 195+160+74=429 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.45% from 429); Green value is 160 (62.89% from 255 or 37.30% from 429); Blue value is 74 (29.30% from 255 or 17.25% from 429); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A04A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3A04A is #3C5FB5. Grayscale: #A1A1A1. Windows color (decimal): -3956662 or 4890819. OLE color: 4890819.
HSL color Cylindrical-coordinate representation of color #C3A04A: hue angle of 42.64º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C3A04A is Cyan = 0, Magento = 0.18, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 160 | 74 | - |
| CMYK | 0 | 0.18 | 0.62 | 0.24 |
| HSL | 42.64º | 0.5% | 0.53% | - |
| HSV(B) | 42.64º | 0.62% | 0.76% | - |
| XYZ | 36.31 | 37.24 | 11.75 | - |
| YUV | 160.66 | 79.1 | 152.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 160 | 74 | 0 | 0.18 | 0.62 | 0.24 | 42.64 | 0.5 | 0.53 |
| Hex | C3 | A0 | 4A | 0 | 12 | 3E | 18 | 2B | 32 | 35 |
| Octal | 303 | 240 | 112 | 0 | 22 | 76 | 30 | 53 | 62 | 65 |
| Binary | 11000011 | 10100000 | 1001010 | 0 | 10010 | 111110 | 11000 | 101011 | 110010 | 110101 |
Color Harmonies of #C3A04A
Complementary color
Monochromatic Colors of #C3A04A
Black with #C3A04A
Text Example
Text Example
White with #C3A04A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3A04A; }
p { color: rgb(195,160,74); }
H1.HeaderClassName
{
color: #C3A04A;
}
.AnyTagClassName
{
color: #C3A04A;
}
</style>
background-color css
<style>
a { background-color: #C3A04A; }
a { background-color: rgb(195,160,74); }
div.DivClassName
{
background-color: #C3A04A;
}
.BgClassName
{
background-color: #C3A04A;
}
</style>
border-color css
<style>
span { border-color: #C3A04A; }
span { border-color: rgb(195,160,74); }
td.TdClassName
{
border-color: #C3A04A;
}
.TagClassName
{
border-color: #C3A04A;
}
</style>