Shades of Sundance #C89E4A
Tints of Sundance #C89E4A
RGB
CMYK
RGB Variations
Color information
#C89E4A (or 0xC89E4A) is known color: Sundance. HEX triplet: C8, 9E and 4A. RGB value is (200,158,74). Sum of RGB (Red+Green+Blue) = 200+158+74=432 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.30% from 432); Green value is 158 (62.11% from 255 or 36.57% from 432); Blue value is 74 (29.30% from 255 or 17.13% from 432); Max value from RGB is 200 - color contains mainly: red. Hex color #C89E4A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C89E4A is #3761B5. Grayscale: #A1A1A1. Windows color (decimal): -3629494 or 4890312. OLE color: 4890312.
HSL color Cylindrical-coordinate representation of color #C89E4A: hue angle of 40º 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 #C89E4A is Cyan = 0, Magento = 0.21, Yellow = 0.63 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 158 | 74 | - |
| CMYK | 0 | 0.21 | 0.63 | 0.22 |
| HSL | 40º | 0.53% | 0.54% | - |
| HSV(B) | 40º | 0.63% | 0.78% | - |
| XYZ | 37.28 | 37.23 | 11.7 | - |
| YUV | 160.98 | 78.91 | 155.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 158 | 74 | 0 | 0.21 | 0.63 | 0.22 | 40 | 0.53 | 0.54 |
| Hex | C8 | 9E | 4A | 0 | 15 | 3F | 16 | 28 | 35 | 36 |
| Octal | 310 | 236 | 112 | 0 | 25 | 77 | 26 | 50 | 65 | 66 |
| Binary | 11001000 | 10011110 | 1001010 | 0 | 10101 | 111111 | 10110 | 101000 | 110101 | 110110 |
Color Harmonies of #C89E4A
Complementary color
Monochromatic Colors of #C89E4A
Black with #C89E4A
Text Example
Text Example
White with #C89E4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89E4A; }
p { color: rgb(200,158,74); }
H1.HeaderClassName
{
color: #C89E4A;
}
.AnyTagClassName
{
color: #C89E4A;
}
</style>
background-color css
<style>
a { background-color: #C89E4A; }
a { background-color: rgb(200,158,74); }
div.DivClassName
{
background-color: #C89E4A;
}
.BgClassName
{
background-color: #C89E4A;
}
</style>
border-color css
<style>
span { border-color: #C89E4A; }
span { border-color: rgb(200,158,74); }
td.TdClassName
{
border-color: #C89E4A;
}
.TagClassName
{
border-color: #C89E4A;
}
</style>