Shades of Sundance #C5B046
Tints of Sundance #C5B046
RGB
CMYK
RGB Variations
Color information
#C5B046 (or 0xC5B046) is known color: Sundance. HEX triplet: C5, B0 and 46. RGB value is (197,176,70). Sum of RGB (Red+Green+Blue) = 197+176+70=443 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.47% from 443); Green value is 176 (69.14% from 255 or 39.73% from 443); Blue value is 70 (27.73% from 255 or 15.80% from 443); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B046 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5B046 is #3A4FB9. Grayscale: #AAAAAA. Windows color (decimal): -3821498 or 4632773. OLE color: 4632773.
HSL color Cylindrical-coordinate representation of color #C5B046: hue angle of 50.08º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C5B046 is Cyan = 0, Magento = 0.11, Yellow = 0.64 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 176 | 70 | - |
| CMYK | 0 | 0.11 | 0.64 | 0.23 |
| HSL | 50.08º | 0.52% | 0.52% | - |
| HSV(B) | 50.08º | 0.64% | 0.77% | - |
| XYZ | 39.66 | 43.36 | 12.07 | - |
| YUV | 170.2 | 71.46 | 147.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 176 | 70 | 0 | 0.11 | 0.64 | 0.23 | 50.08 | 0.52 | 0.52 |
| Hex | C5 | B0 | 46 | 0 | B | 40 | 17 | 32 | 34 | 34 |
| Octal | 305 | 260 | 106 | 0 | 13 | 100 | 27 | 62 | 64 | 64 |
| Binary | 11000101 | 10110000 | 1000110 | 0 | 1011 | 1000000 | 10111 | 110010 | 110100 | 110100 |
Color Harmonies of #C5B046
Complementary color
Monochromatic Colors of #C5B046
Black with #C5B046
Text Example
Text Example
White with #C5B046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5B046; }
p { color: rgb(197,176,70); }
H1.HeaderClassName
{
color: #C5B046;
}
.AnyTagClassName
{
color: #C5B046;
}
</style>
background-color css
<style>
a { background-color: #C5B046; }
a { background-color: rgb(197,176,70); }
div.DivClassName
{
background-color: #C5B046;
}
.BgClassName
{
background-color: #C5B046;
}
</style>
border-color css
<style>
span { border-color: #C5B046; }
span { border-color: rgb(197,176,70); }
td.TdClassName
{
border-color: #C5B046;
}
.TagClassName
{
border-color: #C5B046;
}
</style>