Shades of Sundance #C79E4C
Tints of Sundance #C79E4C
RGB
CMYK
RGB Variations
Color information
#C79E4C (or 0xC79E4C) is known color: Sundance. HEX triplet: C7, 9E and 4C. RGB value is (199,158,76). Sum of RGB (Red+Green+Blue) = 199+158+76=433 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.96% from 433); Green value is 158 (62.11% from 255 or 36.49% from 433); Blue value is 76 (30.08% from 255 or 17.55% from 433); Max value from RGB is 199 - color contains mainly: red. Hex color #C79E4C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C79E4C is #3861B3. Grayscale: #A1A1A1. Windows color (decimal): -3695028 or 5021383. OLE color: 5021383.
HSL color Cylindrical-coordinate representation of color #C79E4C: hue angle of 40º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C79E4C is Cyan = 0, Magento = 0.21, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 158 | 76 | - |
| CMYK | 0 | 0.21 | 0.62 | 0.22 |
| HSL | 40º | 0.52% | 0.54% | - |
| HSV(B) | 40º | 0.62% | 0.78% | - |
| XYZ | 37.08 | 37.12 | 12.05 | - |
| YUV | 160.91 | 80.08 | 155.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 158 | 76 | 0 | 0.21 | 0.62 | 0.22 | 40 | 0.52 | 0.54 |
| Hex | C7 | 9E | 4C | 0 | 15 | 3E | 16 | 28 | 34 | 36 |
| Octal | 307 | 236 | 114 | 0 | 25 | 76 | 26 | 50 | 64 | 66 |
| Binary | 11000111 | 10011110 | 1001100 | 0 | 10101 | 111110 | 10110 | 101000 | 110100 | 110110 |
Color Harmonies of #C79E4C
Complementary color
Monochromatic Colors of #C79E4C
Black with #C79E4C
Text Example
Text Example
White with #C79E4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C79E4C; }
p { color: rgb(199,158,76); }
H1.HeaderClassName
{
color: #C79E4C;
}
.AnyTagClassName
{
color: #C79E4C;
}
</style>
background-color css
<style>
a { background-color: #C79E4C; }
a { background-color: rgb(199,158,76); }
div.DivClassName
{
background-color: #C79E4C;
}
.BgClassName
{
background-color: #C79E4C;
}
</style>
border-color css
<style>
span { border-color: #C79E4C; }
span { border-color: rgb(199,158,76); }
td.TdClassName
{
border-color: #C79E4C;
}
.TagClassName
{
border-color: #C79E4C;
}
</style>