Shades of Sundance #C5B447
Tints of Sundance #C5B447
RGB
CMYK
RGB Variations
Color information
#C5B447 (or 0xC5B447) is known color: Sundance. HEX triplet: C5, B4 and 47. RGB value is (197,180,71). Sum of RGB (Red+Green+Blue) = 197+180+71=448 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.97% from 448); Green value is 180 (70.70% from 255 or 40.18% from 448); Blue value is 71 (28.12% from 255 or 15.85% from 448); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B447 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5B447 is #3A4BB8. Grayscale: #ADADAD. Windows color (decimal): -3820473 or 4699333. OLE color: 4699333.
HSL color Cylindrical-coordinate representation of color #C5B447: hue angle of 51.9º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C5B447 is Cyan = 0, Magento = 0.09, Yellow = 0.64 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 180 | 71 | - |
| CMYK | 0 | 0.09 | 0.64 | 0.23 |
| HSL | 51.9º | 0.52% | 0.53% | - |
| HSV(B) | 51.9º | 0.64% | 0.77% | - |
| XYZ | 40.48 | 44.97 | 12.51 | - |
| YUV | 172.66 | 70.63 | 145.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 180 | 71 | 0 | 0.09 | 0.64 | 0.23 | 51.9 | 0.52 | 0.53 |
| Hex | C5 | B4 | 47 | 0 | 9 | 40 | 17 | 34 | 34 | 35 |
| Octal | 305 | 264 | 107 | 0 | 11 | 100 | 27 | 64 | 64 | 65 |
| Binary | 11000101 | 10110100 | 1000111 | 0 | 1001 | 1000000 | 10111 | 110100 | 110100 | 110101 |
Color Harmonies of #C5B447
Complementary color
Monochromatic Colors of #C5B447
Black with #C5B447
Text Example
Text Example
White with #C5B447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5B447; }
p { color: rgb(197,180,71); }
H1.HeaderClassName
{
color: #C5B447;
}
.AnyTagClassName
{
color: #C5B447;
}
</style>
background-color css
<style>
a { background-color: #C5B447; }
a { background-color: rgb(197,180,71); }
div.DivClassName
{
background-color: #C5B447;
}
.BgClassName
{
background-color: #C5B447;
}
</style>
border-color css
<style>
span { border-color: #C5B447; }
span { border-color: rgb(197,180,71); }
td.TdClassName
{
border-color: #C5B447;
}
.TagClassName
{
border-color: #C5B447;
}
</style>