Shades of Sundance #C3A34A
Tints of Sundance #C3A34A
RGB
CMYK
RGB Variations
Color information
#C3A34A (or 0xC3A34A) is known color: Sundance. HEX triplet: C3, A3 and 4A. RGB value is (195,163,74). Sum of RGB (Red+Green+Blue) = 195+163+74=432 (57% of max value = 765). Red value is 195 (76.56% from 255 or 45.14% from 432); Green value is 163 (64.06% from 255 or 37.73% from 432); Blue value is 74 (29.30% from 255 or 17.13% from 432); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A34A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3A34A is #3C5CB5. Grayscale: #A2A2A2. Windows color (decimal): -3955894 or 4891587. OLE color: 4891587.
HSL color Cylindrical-coordinate representation of color #C3A34A: hue angle of 44.13º 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 #C3A34A is Cyan = 0, Magento = 0.16, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 163 | 74 | - |
| CMYK | 0 | 0.16 | 0.62 | 0.24 |
| HSL | 44.13º | 0.5% | 0.53% | - |
| HSV(B) | 44.13º | 0.62% | 0.76% | - |
| XYZ | 36.84 | 38.29 | 11.93 | - |
| YUV | 162.42 | 78.1 | 151.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 163 | 74 | 0 | 0.16 | 0.62 | 0.24 | 44.13 | 0.5 | 0.53 |
| Hex | C3 | A3 | 4A | 0 | 10 | 3E | 18 | 2C | 32 | 35 |
| Octal | 303 | 243 | 112 | 0 | 20 | 76 | 30 | 54 | 62 | 65 |
| Binary | 11000011 | 10100011 | 1001010 | 0 | 10000 | 111110 | 11000 | 101100 | 110010 | 110101 |
Color Harmonies of #C3A34A
Complementary color
Monochromatic Colors of #C3A34A
Black with #C3A34A
Text Example
Text Example
White with #C3A34A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3A34A; }
p { color: rgb(195,163,74); }
H1.HeaderClassName
{
color: #C3A34A;
}
.AnyTagClassName
{
color: #C3A34A;
}
</style>
background-color css
<style>
a { background-color: #C3A34A; }
a { background-color: rgb(195,163,74); }
div.DivClassName
{
background-color: #C3A34A;
}
.BgClassName
{
background-color: #C3A34A;
}
</style>
border-color css
<style>
span { border-color: #C3A34A; }
span { border-color: rgb(195,163,74); }
td.TdClassName
{
border-color: #C3A34A;
}
.TagClassName
{
border-color: #C3A34A;
}
</style>