Shades of Sundance #C5B147
Tints of Sundance #C5B147
RGB
CMYK
RGB Variations
Color information
#C5B147 (or 0xC5B147) is known color: Sundance. HEX triplet: C5, B1 and 47. RGB value is (197,177,71). Sum of RGB (Red+Green+Blue) = 197+177+71=445 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.27% from 445); Green value is 177 (69.53% from 255 or 39.78% from 445); Blue value is 71 (28.12% from 255 or 15.96% from 445); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B147 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5B147 is #3A4EB8. Grayscale: #ABABAB. Windows color (decimal): -3821241 or 4698565. OLE color: 4698565.
HSL color Cylindrical-coordinate representation of color #C5B147: hue angle of 50.48º 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 #C5B147 is Cyan = 0, Magento = 0.10, Yellow = 0.64 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 177 | 71 | - |
| CMYK | 0 | 0.10 | 0.64 | 0.23 |
| HSL | 50.48º | 0.52% | 0.53% | - |
| HSV(B) | 50.48º | 0.64% | 0.77% | - |
| XYZ | 39.89 | 43.77 | 12.31 | - |
| YUV | 170.9 | 71.63 | 146.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 177 | 71 | 0 | 0.10 | 0.64 | 0.23 | 50.48 | 0.52 | 0.53 |
| Hex | C5 | B1 | 47 | 0 | A | 40 | 17 | 32 | 34 | 35 |
| Octal | 305 | 261 | 107 | 0 | 12 | 100 | 27 | 62 | 64 | 65 |
| Binary | 11000101 | 10110001 | 1000111 | 0 | 1010 | 1000000 | 10111 | 110010 | 110100 | 110101 |
Color Harmonies of #C5B147
Complementary color
Monochromatic Colors of #C5B147
Black with #C5B147
Text Example
Text Example
White with #C5B147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5B147; }
p { color: rgb(197,177,71); }
H1.HeaderClassName
{
color: #C5B147;
}
.AnyTagClassName
{
color: #C5B147;
}
</style>
background-color css
<style>
a { background-color: #C5B147; }
a { background-color: rgb(197,177,71); }
div.DivClassName
{
background-color: #C5B147;
}
.BgClassName
{
background-color: #C5B147;
}
</style>
border-color css
<style>
span { border-color: #C5B147; }
span { border-color: rgb(197,177,71); }
td.TdClassName
{
border-color: #C5B147;
}
.TagClassName
{
border-color: #C5B147;
}
</style>