Shades of Sundance #C4A053
Tints of Sundance #C4A053
RGB
CMYK
RGB Variations
Color information
#C4A053 (or 0xC4A053) is known color: Sundance. HEX triplet: C4, A0 and 53. RGB value is (196,160,83). Sum of RGB (Red+Green+Blue) = 196+160+83=439 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.65% from 439); Green value is 160 (62.89% from 255 or 36.45% from 439); Blue value is 83 (32.81% from 255 or 18.91% from 439); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A053 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4A053 is #3B5FAC. Grayscale: #A2A2A2. Windows color (decimal): -3891117 or 5480644. OLE color: 5480644.
HSL color Cylindrical-coordinate representation of color #C4A053: hue angle of 40.88º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C4A053 is Cyan = 0, Magento = 0.18, Yellow = 0.58 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 160 | 83 | - |
| CMYK | 0 | 0.18 | 0.58 | 0.23 |
| HSL | 40.88º | 0.49% | 0.55% | - |
| HSV(B) | 40.88º | 0.58% | 0.77% | - |
| XYZ | 36.9 | 37.5 | 13.48 | - |
| YUV | 161.99 | 83.43 | 152.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 160 | 83 | 0 | 0.18 | 0.58 | 0.23 | 40.88 | 0.49 | 0.55 |
| Hex | C4 | A0 | 53 | 0 | 12 | 3A | 17 | 29 | 31 | 37 |
| Octal | 304 | 240 | 123 | 0 | 22 | 72 | 27 | 51 | 61 | 67 |
| Binary | 11000100 | 10100000 | 1010011 | 0 | 10010 | 111010 | 10111 | 101001 | 110001 | 110111 |
Color Harmonies of #C4A053
Complementary color
Monochromatic Colors of #C4A053
Black with #C4A053
Text Example
Text Example
White with #C4A053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4A053; }
p { color: rgb(196,160,83); }
H1.HeaderClassName
{
color: #C4A053;
}
.AnyTagClassName
{
color: #C4A053;
}
</style>
background-color css
<style>
a { background-color: #C4A053; }
a { background-color: rgb(196,160,83); }
div.DivClassName
{
background-color: #C4A053;
}
.BgClassName
{
background-color: #C4A053;
}
</style>
border-color css
<style>
span { border-color: #C4A053; }
span { border-color: rgb(196,160,83); }
td.TdClassName
{
border-color: #C4A053;
}
.TagClassName
{
border-color: #C4A053;
}
</style>