Shades of Sundance #C4A34C
Tints of Sundance #C4A34C
RGB
CMYK
RGB Variations
Color information
#C4A34C (or 0xC4A34C) is known color: Sundance. HEX triplet: C4, A3 and 4C. RGB value is (196,163,76). Sum of RGB (Red+Green+Blue) = 196+163+76=435 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.06% from 435); Green value is 163 (64.06% from 255 or 37.47% from 435); Blue value is 76 (30.08% from 255 or 17.47% from 435); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A34C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4A34C is #3B5CB3. Grayscale: #A3A3A3. Windows color (decimal): -3890356 or 5022660. OLE color: 5022660.
HSL color Cylindrical-coordinate representation of color #C4A34C: hue angle of 43.5º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C4A34C is Cyan = 0, Magento = 0.17, Yellow = 0.61 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 163 | 76 | - |
| CMYK | 0 | 0.17 | 0.61 | 0.23 |
| HSL | 43.5º | 0.5% | 0.53% | - |
| HSV(B) | 43.5º | 0.61% | 0.77% | - |
| XYZ | 37.17 | 38.45 | 12.3 | - |
| YUV | 162.95 | 78.93 | 151.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 163 | 76 | 0 | 0.17 | 0.61 | 0.23 | 43.5 | 0.5 | 0.53 |
| Hex | C4 | A3 | 4C | 0 | 11 | 3D | 17 | 2C | 32 | 35 |
| Octal | 304 | 243 | 114 | 0 | 21 | 75 | 27 | 54 | 62 | 65 |
| Binary | 11000100 | 10100011 | 1001100 | 0 | 10001 | 111101 | 10111 | 101100 | 110010 | 110101 |
Color Harmonies of #C4A34C
Complementary color
Monochromatic Colors of #C4A34C
Black with #C4A34C
Text Example
Text Example
White with #C4A34C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4A34C; }
p { color: rgb(196,163,76); }
H1.HeaderClassName
{
color: #C4A34C;
}
.AnyTagClassName
{
color: #C4A34C;
}
</style>
background-color css
<style>
a { background-color: #C4A34C; }
a { background-color: rgb(196,163,76); }
div.DivClassName
{
background-color: #C4A34C;
}
.BgClassName
{
background-color: #C4A34C;
}
</style>
border-color css
<style>
span { border-color: #C4A34C; }
span { border-color: rgb(196,163,76); }
td.TdClassName
{
border-color: #C4A34C;
}
.TagClassName
{
border-color: #C4A34C;
}
</style>