Shades of Sundance #C7A04C
Tints of Sundance #C7A04C
RGB
CMYK
RGB Variations
Color information
#C7A04C (or 0xC7A04C) is known color: Sundance. HEX triplet: C7, A0 and 4C. RGB value is (199,160,76). Sum of RGB (Red+Green+Blue) = 199+160+76=435 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.75% from 435); Green value is 160 (62.89% from 255 or 36.78% from 435); Blue value is 76 (30.08% from 255 or 17.47% from 435); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A04C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7A04C is #385FB3. Grayscale: #A2A2A2. Windows color (decimal): -3694516 or 5021895. OLE color: 5021895.
HSL color Cylindrical-coordinate representation of color #C7A04C: hue angle of 40.98º 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 #C7A04C is Cyan = 0, Magento = 0.20, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 160 | 76 | - |
| CMYK | 0 | 0.20 | 0.62 | 0.22 |
| HSL | 40.98º | 0.52% | 0.54% | - |
| HSV(B) | 40.98º | 0.62% | 0.78% | - |
| XYZ | 37.43 | 37.81 | 12.16 | - |
| YUV | 162.09 | 79.42 | 154.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 160 | 76 | 0 | 0.20 | 0.62 | 0.22 | 40.98 | 0.52 | 0.54 |
| Hex | C7 | A0 | 4C | 0 | 14 | 3E | 16 | 29 | 34 | 36 |
| Octal | 307 | 240 | 114 | 0 | 24 | 76 | 26 | 51 | 64 | 66 |
| Binary | 11000111 | 10100000 | 1001100 | 0 | 10100 | 111110 | 10110 | 101001 | 110100 | 110110 |
Color Harmonies of #C7A04C
Complementary color
Monochromatic Colors of #C7A04C
Black with #C7A04C
Text Example
Text Example
White with #C7A04C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7A04C; }
p { color: rgb(199,160,76); }
H1.HeaderClassName
{
color: #C7A04C;
}
.AnyTagClassName
{
color: #C7A04C;
}
</style>
background-color css
<style>
a { background-color: #C7A04C; }
a { background-color: rgb(199,160,76); }
div.DivClassName
{
background-color: #C7A04C;
}
.BgClassName
{
background-color: #C7A04C;
}
</style>
border-color css
<style>
span { border-color: #C7A04C; }
span { border-color: rgb(199,160,76); }
td.TdClassName
{
border-color: #C7A04C;
}
.TagClassName
{
border-color: #C7A04C;
}
</style>