Shades of Sundance #C79E4A
Tints of Sundance #C79E4A
RGB
CMYK
RGB Variations
Color information
#C79E4A (or 0xC79E4A) is known color: Sundance. HEX triplet: C7, 9E and 4A. RGB value is (199,158,74). Sum of RGB (Red+Green+Blue) = 199+158+74=431 (57% of max value = 765). Red value is 199 (78.12% from 255 or 46.17% from 431); Green value is 158 (62.11% from 255 or 36.66% from 431); Blue value is 74 (29.30% from 255 or 17.17% from 431); Max value from RGB is 199 - color contains mainly: red. Hex color #C79E4A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C79E4A is #3861B5. Grayscale: #A1A1A1. Windows color (decimal): -3695030 or 4890311. OLE color: 4890311.
HSL color Cylindrical-coordinate representation of color #C79E4A: hue angle of 40.32º 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 #C79E4A is Cyan = 0, Magento = 0.21, Yellow = 0.63 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 158 | 74 | - |
| CMYK | 0 | 0.21 | 0.63 | 0.22 |
| HSL | 40.32º | 0.53% | 0.54% | - |
| HSV(B) | 40.32º | 0.63% | 0.78% | - |
| XYZ | 37.02 | 37.09 | 11.69 | - |
| YUV | 160.68 | 79.08 | 155.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 158 | 74 | 0 | 0.21 | 0.63 | 0.22 | 40.32 | 0.53 | 0.54 |
| Hex | C7 | 9E | 4A | 0 | 15 | 3F | 16 | 28 | 35 | 36 |
| Octal | 307 | 236 | 112 | 0 | 25 | 77 | 26 | 50 | 65 | 66 |
| Binary | 11000111 | 10011110 | 1001010 | 0 | 10101 | 111111 | 10110 | 101000 | 110101 | 110110 |
Color Harmonies of #C79E4A
Complementary color
Monochromatic Colors of #C79E4A
Black with #C79E4A
Text Example
Text Example
White with #C79E4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C79E4A; }
p { color: rgb(199,158,74); }
H1.HeaderClassName
{
color: #C79E4A;
}
.AnyTagClassName
{
color: #C79E4A;
}
</style>
background-color css
<style>
a { background-color: #C79E4A; }
a { background-color: rgb(199,158,74); }
div.DivClassName
{
background-color: #C79E4A;
}
.BgClassName
{
background-color: #C79E4A;
}
</style>
border-color css
<style>
span { border-color: #C79E4A; }
span { border-color: rgb(199,158,74); }
td.TdClassName
{
border-color: #C79E4A;
}
.TagClassName
{
border-color: #C79E4A;
}
</style>