Shades of Sundance #C89F49
Tints of Sundance #C89F49
RGB
CMYK
RGB Variations
Color information
#C89F49 (or 0xC89F49) is known color: Sundance. HEX triplet: C8, 9F and 49. RGB value is (200,159,73). Sum of RGB (Red+Green+Blue) = 200+159+73=432 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.30% from 432); Green value is 159 (62.5% from 255 or 36.81% from 432); Blue value is 73 (28.91% from 255 or 16.90% from 432); Max value from RGB is 200 - color contains mainly: red. Hex color #C89F49 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C89F49 is #3760B6. Grayscale: #A1A1A1. Windows color (decimal): -3629239 or 4825032. OLE color: 4825032.
HSL color Cylindrical-coordinate representation of color #C89F49: hue angle of 40.63º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C89F49 is Cyan = 0, Magento = 0.20, Yellow = 0.64 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 159 | 73 | - |
| CMYK | 0 | 0.20 | 0.64 | 0.22 |
| HSL | 40.63º | 0.54% | 0.54% | - |
| HSV(B) | 40.63º | 0.64% | 0.78% | - |
| XYZ | 37.42 | 37.56 | 11.58 | - |
| YUV | 161.46 | 78.08 | 155.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 159 | 73 | 0 | 0.20 | 0.64 | 0.22 | 40.63 | 0.54 | 0.54 |
| Hex | C8 | 9F | 49 | 0 | 14 | 40 | 16 | 29 | 36 | 36 |
| Octal | 310 | 237 | 111 | 0 | 24 | 100 | 26 | 51 | 66 | 66 |
| Binary | 11001000 | 10011111 | 1001001 | 0 | 10100 | 1000000 | 10110 | 101001 | 110110 | 110110 |
Color Harmonies of #C89F49
Complementary color
Monochromatic Colors of #C89F49
Black with #C89F49
Text Example
Text Example
White with #C89F49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89F49; }
p { color: rgb(200,159,73); }
H1.HeaderClassName
{
color: #C89F49;
}
.AnyTagClassName
{
color: #C89F49;
}
</style>
background-color css
<style>
a { background-color: #C89F49; }
a { background-color: rgb(200,159,73); }
div.DivClassName
{
background-color: #C89F49;
}
.BgClassName
{
background-color: #C89F49;
}
</style>
border-color css
<style>
span { border-color: #C89F49; }
span { border-color: rgb(200,159,73); }
td.TdClassName
{
border-color: #C89F49;
}
.TagClassName
{
border-color: #C89F49;
}
</style>