Shades of Sundance #C4A44A
Tints of Sundance #C4A44A
RGB
CMYK
RGB Variations
Color information
#C4A44A (or 0xC4A44A) is known color: Sundance. HEX triplet: C4, A4 and 4A. RGB value is (196,164,74). Sum of RGB (Red+Green+Blue) = 196+164+74=434 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.16% from 434); Green value is 164 (64.45% from 255 or 37.79% from 434); Blue value is 74 (29.30% from 255 or 17.05% from 434); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A44A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4A44A is #3B5BB5. Grayscale: #A3A3A3. Windows color (decimal): -3890102 or 4891844. OLE color: 4891844.
HSL color Cylindrical-coordinate representation of color #C4A44A: hue angle of 44.26º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C4A44A is Cyan = 0, Magento = 0.16, Yellow = 0.62 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 164 | 74 | - |
| CMYK | 0 | 0.16 | 0.62 | 0.23 |
| HSL | 44.26º | 0.51% | 0.53% | - |
| HSV(B) | 44.26º | 0.62% | 0.77% | - |
| XYZ | 37.28 | 38.78 | 12 | - |
| YUV | 163.31 | 77.6 | 151.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 164 | 74 | 0 | 0.16 | 0.62 | 0.23 | 44.26 | 0.51 | 0.53 |
| Hex | C4 | A4 | 4A | 0 | 10 | 3E | 17 | 2C | 33 | 35 |
| Octal | 304 | 244 | 112 | 0 | 20 | 76 | 27 | 54 | 63 | 65 |
| Binary | 11000100 | 10100100 | 1001010 | 0 | 10000 | 111110 | 10111 | 101100 | 110011 | 110101 |
Color Harmonies of #C4A44A
Complementary color
Monochromatic Colors of #C4A44A
Black with #C4A44A
Text Example
Text Example
White with #C4A44A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4A44A; }
p { color: rgb(196,164,74); }
H1.HeaderClassName
{
color: #C4A44A;
}
.AnyTagClassName
{
color: #C4A44A;
}
</style>
background-color css
<style>
a { background-color: #C4A44A; }
a { background-color: rgb(196,164,74); }
div.DivClassName
{
background-color: #C4A44A;
}
.BgClassName
{
background-color: #C4A44A;
}
</style>
border-color css
<style>
span { border-color: #C4A44A; }
span { border-color: rgb(196,164,74); }
td.TdClassName
{
border-color: #C4A44A;
}
.TagClassName
{
border-color: #C4A44A;
}
</style>