Shades of Sundance #C59F48
Tints of Sundance #C59F48
RGB
CMYK
RGB Variations
Color information
#C59F48 (or 0xC59F48) is known color: Sundance. HEX triplet: C5, 9F and 48. RGB value is (197,159,72). Sum of RGB (Red+Green+Blue) = 197+159+72=428 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.03% from 428); Green value is 159 (62.5% from 255 or 37.15% from 428); Blue value is 72 (28.52% from 255 or 16.82% from 428); Max value from RGB is 197 - color contains mainly: red. Hex color #C59F48 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C59F48 is #3A60B7. Grayscale: #A0A0A0. Windows color (decimal): -3825848 or 4759493. OLE color: 4759493.
HSL color Cylindrical-coordinate representation of color #C59F48: hue angle of 41.76º 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 #C59F48 is Cyan = 0, Magento = 0.19, Yellow = 0.63 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 159 | 72 | - |
| CMYK | 0 | 0.19 | 0.63 | 0.23 |
| HSL | 41.76º | 0.52% | 0.53% | - |
| HSV(B) | 41.76º | 0.63% | 0.77% | - |
| XYZ | 36.59 | 37.13 | 11.37 | - |
| YUV | 160.44 | 78.09 | 154.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 159 | 72 | 0 | 0.19 | 0.63 | 0.23 | 41.76 | 0.52 | 0.53 |
| Hex | C5 | 9F | 48 | 0 | 13 | 3F | 17 | 2A | 34 | 35 |
| Octal | 305 | 237 | 110 | 0 | 23 | 77 | 27 | 52 | 64 | 65 |
| Binary | 11000101 | 10011111 | 1001000 | 0 | 10011 | 111111 | 10111 | 101010 | 110100 | 110101 |
Color Harmonies of #C59F48
Complementary color
Monochromatic Colors of #C59F48
Black with #C59F48
Text Example
Text Example
White with #C59F48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59F48; }
p { color: rgb(197,159,72); }
H1.HeaderClassName
{
color: #C59F48;
}
.AnyTagClassName
{
color: #C59F48;
}
</style>
background-color css
<style>
a { background-color: #C59F48; }
a { background-color: rgb(197,159,72); }
div.DivClassName
{
background-color: #C59F48;
}
.BgClassName
{
background-color: #C59F48;
}
</style>
border-color css
<style>
span { border-color: #C59F48; }
span { border-color: rgb(197,159,72); }
td.TdClassName
{
border-color: #C59F48;
}
.TagClassName
{
border-color: #C59F48;
}
</style>