Shades of Sundance #C3A34B
Tints of Sundance #C3A34B
RGB
CMYK
RGB Variations
Color information
#C3A34B (or 0xC3A34B) is known color: Sundance. HEX triplet: C3, A3 and 4B. RGB value is (195,163,75). Sum of RGB (Red+Green+Blue) = 195+163+75=433 (57% of max value = 765). Red value is 195 (76.56% from 255 or 45.03% from 433); Green value is 163 (64.06% from 255 or 37.64% from 433); Blue value is 75 (29.69% from 255 or 17.32% from 433); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A34B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3A34B is #3C5CB4. Grayscale: #A2A2A2. Windows color (decimal): -3955893 or 4957123. OLE color: 4957123.
HSL color Cylindrical-coordinate representation of color #C3A34B: hue angle of 44º 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 #C3A34B is Cyan = 0, Magento = 0.16, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 163 | 75 | - |
| CMYK | 0 | 0.16 | 0.62 | 0.24 |
| HSL | 44º | 0.5% | 0.53% | - |
| HSV(B) | 44º | 0.62% | 0.76% | - |
| XYZ | 36.87 | 38.3 | 12.11 | - |
| YUV | 162.54 | 78.6 | 151.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 163 | 75 | 0 | 0.16 | 0.62 | 0.24 | 44 | 0.5 | 0.53 |
| Hex | C3 | A3 | 4B | 0 | 10 | 3E | 18 | 2C | 32 | 35 |
| Octal | 303 | 243 | 113 | 0 | 20 | 76 | 30 | 54 | 62 | 65 |
| Binary | 11000011 | 10100011 | 1001011 | 0 | 10000 | 111110 | 11000 | 101100 | 110010 | 110101 |
Color Harmonies of #C3A34B
Complementary color
Monochromatic Colors of #C3A34B
Black with #C3A34B
Text Example
Text Example
White with #C3A34B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3A34B; }
p { color: rgb(195,163,75); }
H1.HeaderClassName
{
color: #C3A34B;
}
.AnyTagClassName
{
color: #C3A34B;
}
</style>
background-color css
<style>
a { background-color: #C3A34B; }
a { background-color: rgb(195,163,75); }
div.DivClassName
{
background-color: #C3A34B;
}
.BgClassName
{
background-color: #C3A34B;
}
</style>
border-color css
<style>
span { border-color: #C3A34B; }
span { border-color: rgb(195,163,75); }
td.TdClassName
{
border-color: #C3A34B;
}
.TagClassName
{
border-color: #C3A34B;
}
</style>