Shades of Sundance #C5A343
Tints of Sundance #C5A343
RGB
CMYK
RGB Variations
Color information
#C5A343 (or 0xC5A343) is known color: Sundance. HEX triplet: C5, A3 and 43. RGB value is (197,163,67). Sum of RGB (Red+Green+Blue) = 197+163+67=427 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.14% from 427); Green value is 163 (64.06% from 255 or 38.17% from 427); Blue value is 67 (26.56% from 255 or 15.69% from 427); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A343 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5A343 is #3A5CBC. Grayscale: #A2A2A2. Windows color (decimal): -3824829 or 4432837. OLE color: 4432837.
HSL color Cylindrical-coordinate representation of color #C5A343: hue angle of 44.31º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C5A343 is Cyan = 0, Magento = 0.17, Yellow = 0.66 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 163 | 67 | - |
| CMYK | 0 | 0.17 | 0.66 | 0.23 |
| HSL | 44.31º | 0.53% | 0.52% | - |
| HSV(B) | 44.31º | 0.66% | 0.77% | - |
| XYZ | 37.14 | 38.47 | 10.78 | - |
| YUV | 162.22 | 74.26 | 152.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 163 | 67 | 0 | 0.17 | 0.66 | 0.23 | 44.31 | 0.53 | 0.52 |
| Hex | C5 | A3 | 43 | 0 | 11 | 42 | 17 | 2C | 35 | 34 |
| Octal | 305 | 243 | 103 | 0 | 21 | 102 | 27 | 54 | 65 | 64 |
| Binary | 11000101 | 10100011 | 1000011 | 0 | 10001 | 1000010 | 10111 | 101100 | 110101 | 110100 |
Color Harmonies of #C5A343
Complementary color
Monochromatic Colors of #C5A343
Black with #C5A343
Text Example
Text Example
White with #C5A343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5A343; }
p { color: rgb(197,163,67); }
H1.HeaderClassName
{
color: #C5A343;
}
.AnyTagClassName
{
color: #C5A343;
}
</style>
background-color css
<style>
a { background-color: #C5A343; }
a { background-color: rgb(197,163,67); }
div.DivClassName
{
background-color: #C5A343;
}
.BgClassName
{
background-color: #C5A343;
}
</style>
border-color css
<style>
span { border-color: #C5A343; }
span { border-color: rgb(197,163,67); }
td.TdClassName
{
border-color: #C5A343;
}
.TagClassName
{
border-color: #C5A343;
}
</style>