Shades of Sundance #C4A554
Tints of Sundance #C4A554
RGB
CMYK
RGB Variations
Color information
#C4A554 (or 0xC4A554) is known color: Sundance. HEX triplet: C4, A5 and 54. RGB value is (196,165,84). Sum of RGB (Red+Green+Blue) = 196+165+84=445 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.04% from 445); Green value is 165 (64.84% from 255 or 37.08% from 445); Blue value is 84 (33.20% from 255 or 18.88% from 445); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A554 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4A554 is #3B5AAB. Grayscale: #A5A5A5. Windows color (decimal): -3889836 or 5547460. OLE color: 5547460.
HSL color Cylindrical-coordinate representation of color #C4A554: hue angle of 43.39º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C4A554 is Cyan = 0, Magento = 0.16, Yellow = 0.57 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 165 | 84 | - |
| CMYK | 0 | 0.16 | 0.57 | 0.23 |
| HSL | 43.39º | 0.49% | 0.55% | - |
| HSV(B) | 43.39º | 0.57% | 0.77% | - |
| XYZ | 37.82 | 39.29 | 13.98 | - |
| YUV | 165.04 | 82.27 | 150.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 165 | 84 | 0 | 0.16 | 0.57 | 0.23 | 43.39 | 0.49 | 0.55 |
| Hex | C4 | A5 | 54 | 0 | 10 | 39 | 17 | 2B | 31 | 37 |
| Octal | 304 | 245 | 124 | 0 | 20 | 71 | 27 | 53 | 61 | 67 |
| Binary | 11000100 | 10100101 | 1010100 | 0 | 10000 | 111001 | 10111 | 101011 | 110001 | 110111 |
Color Harmonies of #C4A554
Complementary color
Monochromatic Colors of #C4A554
Black with #C4A554
Text Example
Text Example
White with #C4A554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4A554; }
p { color: rgb(196,165,84); }
H1.HeaderClassName
{
color: #C4A554;
}
.AnyTagClassName
{
color: #C4A554;
}
</style>
background-color css
<style>
a { background-color: #C4A554; }
a { background-color: rgb(196,165,84); }
div.DivClassName
{
background-color: #C4A554;
}
.BgClassName
{
background-color: #C4A554;
}
</style>
border-color css
<style>
span { border-color: #C4A554; }
span { border-color: rgb(196,165,84); }
td.TdClassName
{
border-color: #C4A554;
}
.TagClassName
{
border-color: #C4A554;
}
</style>