Shades of Sundance #C89F4A
Tints of Sundance #C89F4A
RGB
CMYK
RGB Variations
Color information
#C89F4A (or 0xC89F4A) is known color: Sundance. HEX triplet: C8, 9F and 4A. RGB value is (200,159,74). Sum of RGB (Red+Green+Blue) = 200+159+74=433 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.19% from 433); Green value is 159 (62.5% from 255 or 36.72% from 433); Blue value is 74 (29.30% from 255 or 17.09% from 433); Max value from RGB is 200 - color contains mainly: red. Hex color #C89F4A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C89F4A is #3760B5. Grayscale: #A1A1A1. Windows color (decimal): -3629238 or 4890568. OLE color: 4890568.
HSL color Cylindrical-coordinate representation of color #C89F4A: hue angle of 40.48º degrees, saturation: 0.53, 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 #C89F4A is Cyan = 0, Magento = 0.20, Yellow = 0.63 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 159 | 74 | - |
| CMYK | 0 | 0.20 | 0.63 | 0.22 |
| HSL | 40.48º | 0.53% | 0.54% | - |
| HSV(B) | 40.48º | 0.63% | 0.78% | - |
| XYZ | 37.45 | 37.57 | 11.76 | - |
| YUV | 161.57 | 78.58 | 155.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 159 | 74 | 0 | 0.20 | 0.63 | 0.22 | 40.48 | 0.53 | 0.54 |
| Hex | C8 | 9F | 4A | 0 | 14 | 3F | 16 | 28 | 35 | 36 |
| Octal | 310 | 237 | 112 | 0 | 24 | 77 | 26 | 50 | 65 | 66 |
| Binary | 11001000 | 10011111 | 1001010 | 0 | 10100 | 111111 | 10110 | 101000 | 110101 | 110110 |
Color Harmonies of #C89F4A
Complementary color
Monochromatic Colors of #C89F4A
Black with #C89F4A
Text Example
Text Example
White with #C89F4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89F4A; }
p { color: rgb(200,159,74); }
H1.HeaderClassName
{
color: #C89F4A;
}
.AnyTagClassName
{
color: #C89F4A;
}
</style>
background-color css
<style>
a { background-color: #C89F4A; }
a { background-color: rgb(200,159,74); }
div.DivClassName
{
background-color: #C89F4A;
}
.BgClassName
{
background-color: #C89F4A;
}
</style>
border-color css
<style>
span { border-color: #C89F4A; }
span { border-color: rgb(200,159,74); }
td.TdClassName
{
border-color: #C89F4A;
}
.TagClassName
{
border-color: #C89F4A;
}
</style>