Shades of Sundance #C4A848
Tints of Sundance #C4A848
RGB
CMYK
RGB Variations
Color information
#C4A848 (or 0xC4A848) is known color: Sundance. HEX triplet: C4, A8 and 48. RGB value is (196,168,72). Sum of RGB (Red+Green+Blue) = 196+168+72=436 (57% of max value = 765). Red value is 196 (76.95% from 255 or 44.95% from 436); Green value is 168 (66.02% from 255 or 38.53% from 436); Blue value is 72 (28.52% from 255 or 16.51% from 436); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A848 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4A848 is #3B57B7. Grayscale: #A5A5A5. Windows color (decimal): -3889080 or 4761796. OLE color: 4761796.
HSL color Cylindrical-coordinate representation of color #C4A848: hue angle of 46.45º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C4A848 is Cyan = 0, Magento = 0.14, Yellow = 0.63 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 168 | 72 | - |
| CMYK | 0 | 0.14 | 0.63 | 0.23 |
| HSL | 46.45º | 0.51% | 0.53% | - |
| HSV(B) | 46.45º | 0.63% | 0.77% | - |
| XYZ | 37.94 | 40.21 | 11.89 | - |
| YUV | 165.43 | 75.28 | 149.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 168 | 72 | 0 | 0.14 | 0.63 | 0.23 | 46.45 | 0.51 | 0.53 |
| Hex | C4 | A8 | 48 | 0 | E | 3F | 17 | 2E | 33 | 35 |
| Octal | 304 | 250 | 110 | 0 | 16 | 77 | 27 | 56 | 63 | 65 |
| Binary | 11000100 | 10101000 | 1001000 | 0 | 1110 | 111111 | 10111 | 101110 | 110011 | 110101 |
Color Harmonies of #C4A848
Complementary color
Monochromatic Colors of #C4A848
Black with #C4A848
Text Example
Text Example
White with #C4A848
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4A848; }
p { color: rgb(196,168,72); }
H1.HeaderClassName
{
color: #C4A848;
}
.AnyTagClassName
{
color: #C4A848;
}
</style>
background-color css
<style>
a { background-color: #C4A848; }
a { background-color: rgb(196,168,72); }
div.DivClassName
{
background-color: #C4A848;
}
.BgClassName
{
background-color: #C4A848;
}
</style>
border-color css
<style>
span { border-color: #C4A848; }
span { border-color: rgb(196,168,72); }
td.TdClassName
{
border-color: #C4A848;
}
.TagClassName
{
border-color: #C4A848;
}
</style>