Shades of Sundance #C89F48
Tints of Sundance #C89F48
RGB
CMYK
RGB Variations
Color information
#C89F48 (or 0xC89F48) is known color: Sundance. HEX triplet: C8, 9F and 48. RGB value is (200,159,72). Sum of RGB (Red+Green+Blue) = 200+159+72=431 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.40% from 431); Green value is 159 (62.5% from 255 or 36.89% from 431); Blue value is 72 (28.52% from 255 or 16.71% from 431); Max value from RGB is 200 - color contains mainly: red. Hex color #C89F48 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C89F48 is #3760B7. Grayscale: #A1A1A1. Windows color (decimal): -3629240 or 4759496. OLE color: 4759496.
HSL color Cylindrical-coordinate representation of color #C89F48: hue angle of 40.78º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C89F48 is Cyan = 0, Magento = 0.20, Yellow = 0.64 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 159 | 72 | - |
| CMYK | 0 | 0.20 | 0.64 | 0.22 |
| HSL | 40.78º | 0.54% | 0.53% | - |
| HSV(B) | 40.78º | 0.64% | 0.78% | - |
| XYZ | 37.39 | 37.54 | 11.41 | - |
| YUV | 161.34 | 77.58 | 155.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 159 | 72 | 0 | 0.20 | 0.64 | 0.22 | 40.78 | 0.54 | 0.53 |
| Hex | C8 | 9F | 48 | 0 | 14 | 40 | 16 | 29 | 36 | 35 |
| Octal | 310 | 237 | 110 | 0 | 24 | 100 | 26 | 51 | 66 | 65 |
| Binary | 11001000 | 10011111 | 1001000 | 0 | 10100 | 1000000 | 10110 | 101001 | 110110 | 110101 |
Color Harmonies of #C89F48
Complementary color
Monochromatic Colors of #C89F48
Black with #C89F48
Text Example
Text Example
White with #C89F48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89F48; }
p { color: rgb(200,159,72); }
H1.HeaderClassName
{
color: #C89F48;
}
.AnyTagClassName
{
color: #C89F48;
}
</style>
background-color css
<style>
a { background-color: #C89F48; }
a { background-color: rgb(200,159,72); }
div.DivClassName
{
background-color: #C89F48;
}
.BgClassName
{
background-color: #C89F48;
}
</style>
border-color css
<style>
span { border-color: #C89F48; }
span { border-color: rgb(200,159,72); }
td.TdClassName
{
border-color: #C89F48;
}
.TagClassName
{
border-color: #C89F48;
}
</style>