Shades of Sundance #C7B94A
Tints of Sundance #C7B94A
RGB
CMYK
RGB Variations
Color information
#C7B94A (or 0xC7B94A) is known color: Sundance. HEX triplet: C7, B9 and 4A. RGB value is (199,185,74). Sum of RGB (Red+Green+Blue) = 199+185+74=458 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.45% from 458); Green value is 185 (72.66% from 255 or 40.39% from 458); Blue value is 74 (29.30% from 255 or 16.16% from 458); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B94A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7B94A is #3846B5. Grayscale: #B0B0B0. Windows color (decimal): -3688118 or 4897223. OLE color: 4897223.
HSL color Cylindrical-coordinate representation of color #C7B94A: hue angle of 53.28º 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 #C7B94A is Cyan = 0, Magento = 0.07, Yellow = 0.63 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 185 | 74 | - |
| CMYK | 0 | 0.07 | 0.63 | 0.22 |
| HSL | 53.28º | 0.53% | 0.54% | - |
| HSV(B) | 53.28º | 0.63% | 0.78% | - |
| XYZ | 42.14 | 47.33 | 13.39 | - |
| YUV | 176.53 | 70.14 | 144.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 185 | 74 | 0 | 0.07 | 0.63 | 0.22 | 53.28 | 0.53 | 0.54 |
| Hex | C7 | B9 | 4A | 0 | 7 | 3F | 16 | 35 | 35 | 36 |
| Octal | 307 | 271 | 112 | 0 | 7 | 77 | 26 | 65 | 65 | 66 |
| Binary | 11000111 | 10111001 | 1001010 | 0 | 111 | 111111 | 10110 | 110101 | 110101 | 110110 |
Color Harmonies of #C7B94A
Complementary color
Monochromatic Colors of #C7B94A
Black with #C7B94A
Text Example
Text Example
White with #C7B94A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7B94A; }
p { color: rgb(199,185,74); }
H1.HeaderClassName
{
color: #C7B94A;
}
.AnyTagClassName
{
color: #C7B94A;
}
</style>
background-color css
<style>
a { background-color: #C7B94A; }
a { background-color: rgb(199,185,74); }
div.DivClassName
{
background-color: #C7B94A;
}
.BgClassName
{
background-color: #C7B94A;
}
</style>
border-color css
<style>
span { border-color: #C7B94A; }
span { border-color: rgb(199,185,74); }
td.TdClassName
{
border-color: #C7B94A;
}
.TagClassName
{
border-color: #C7B94A;
}
</style>