Shades of Sundance #C5B049
Tints of Sundance #C5B049
RGB
CMYK
RGB Variations
Color information
#C5B049 (or 0xC5B049) is known color: Sundance. HEX triplet: C5, B0 and 49. RGB value is (197,176,73). Sum of RGB (Red+Green+Blue) = 197+176+73=446 (59% of max value = 765). Red value is 197 (77.34% from 255 or 44.17% from 446); Green value is 176 (69.14% from 255 or 39.46% from 446); Blue value is 73 (28.91% from 255 or 16.37% from 446); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B049 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5B049 is #3A4FB6. Grayscale: #AAAAAA. Windows color (decimal): -3821495 or 4829381. OLE color: 4829381.
HSL color Cylindrical-coordinate representation of color #C5B049: hue angle of 49.84º degrees, saturation: 0.52, 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 #C5B049 is Cyan = 0, Magento = 0.11, Yellow = 0.63 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 176 | 73 | - |
| CMYK | 0 | 0.11 | 0.63 | 0.23 |
| HSL | 49.84º | 0.52% | 0.53% | - |
| HSV(B) | 49.84º | 0.63% | 0.77% | - |
| XYZ | 39.75 | 43.4 | 12.59 | - |
| YUV | 170.54 | 72.96 | 146.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 176 | 73 | 0 | 0.11 | 0.63 | 0.23 | 49.84 | 0.52 | 0.53 |
| Hex | C5 | B0 | 49 | 0 | B | 3F | 17 | 32 | 34 | 35 |
| Octal | 305 | 260 | 111 | 0 | 13 | 77 | 27 | 62 | 64 | 65 |
| Binary | 11000101 | 10110000 | 1001001 | 0 | 1011 | 111111 | 10111 | 110010 | 110100 | 110101 |
Color Harmonies of #C5B049
Complementary color
Monochromatic Colors of #C5B049
Black with #C5B049
Text Example
Text Example
White with #C5B049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5B049; }
p { color: rgb(197,176,73); }
H1.HeaderClassName
{
color: #C5B049;
}
.AnyTagClassName
{
color: #C5B049;
}
</style>
background-color css
<style>
a { background-color: #C5B049; }
a { background-color: rgb(197,176,73); }
div.DivClassName
{
background-color: #C5B049;
}
.BgClassName
{
background-color: #C5B049;
}
</style>
border-color css
<style>
span { border-color: #C5B049; }
span { border-color: rgb(197,176,73); }
td.TdClassName
{
border-color: #C5B049;
}
.TagClassName
{
border-color: #C5B049;
}
</style>