Shades of Sundance #C4A653
Tints of Sundance #C4A653
RGB
CMYK
RGB Variations
Color information
#C4A653 (or 0xC4A653) is known color: Sundance. HEX triplet: C4, A6 and 53. RGB value is (196,166,83). Sum of RGB (Red+Green+Blue) = 196+166+83=445 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.04% from 445); Green value is 166 (65.23% from 255 or 37.30% from 445); Blue value is 83 (32.81% from 255 or 18.65% from 445); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A653 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4A653 is #3B59AC. Grayscale: #A5A5A5. Windows color (decimal): -3889581 or 5482180. OLE color: 5482180.
HSL color Cylindrical-coordinate representation of color #C4A653: hue angle of 44.07º 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 #C4A653 is Cyan = 0, Magento = 0.15, Yellow = 0.58 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 166 | 83 | - |
| CMYK | 0 | 0.15 | 0.58 | 0.23 |
| HSL | 44.07º | 0.49% | 0.55% | - |
| HSV(B) | 44.07º | 0.58% | 0.77% | - |
| XYZ | 37.96 | 39.63 | 13.83 | - |
| YUV | 165.51 | 81.44 | 149.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 166 | 83 | 0 | 0.15 | 0.58 | 0.23 | 44.07 | 0.49 | 0.55 |
| Hex | C4 | A6 | 53 | 0 | F | 3A | 17 | 2C | 31 | 37 |
| Octal | 304 | 246 | 123 | 0 | 17 | 72 | 27 | 54 | 61 | 67 |
| Binary | 11000100 | 10100110 | 1010011 | 0 | 1111 | 111010 | 10111 | 101100 | 110001 | 110111 |
Color Harmonies of #C4A653
Complementary color
Monochromatic Colors of #C4A653
Black with #C4A653
Text Example
Text Example
White with #C4A653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4A653; }
p { color: rgb(196,166,83); }
H1.HeaderClassName
{
color: #C4A653;
}
.AnyTagClassName
{
color: #C4A653;
}
</style>
background-color css
<style>
a { background-color: #C4A653; }
a { background-color: rgb(196,166,83); }
div.DivClassName
{
background-color: #C4A653;
}
.BgClassName
{
background-color: #C4A653;
}
</style>
border-color css
<style>
span { border-color: #C4A653; }
span { border-color: rgb(196,166,83); }
td.TdClassName
{
border-color: #C4A653;
}
.TagClassName
{
border-color: #C4A653;
}
</style>