Shades of Sundance #C7A745
Tints of Sundance #C7A745
RGB
CMYK
RGB Variations
Color information
#C7A745 (or 0xC7A745) is known color: Sundance. HEX triplet: C7, A7 and 45. RGB value is (199,167,69). Sum of RGB (Red+Green+Blue) = 199+167+69=435 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.75% from 435); Green value is 167 (65.62% from 255 or 38.39% from 435); Blue value is 69 (27.34% from 255 or 15.86% from 435); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A745 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7A745 is #3858BA. Grayscale: #A5A5A5. Windows color (decimal): -3692731 or 4564935. OLE color: 4564935.
HSL color Cylindrical-coordinate representation of color #C7A745: hue angle of 45.23º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C7A745 is Cyan = 0, Magento = 0.16, Yellow = 0.65 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 167 | 69 | - |
| CMYK | 0 | 0.16 | 0.65 | 0.22 |
| HSL | 45.23º | 0.54% | 0.53% | - |
| HSV(B) | 45.23º | 0.65% | 0.78% | - |
| XYZ | 38.45 | 40.21 | 11.37 | - |
| YUV | 165.4 | 73.6 | 151.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 167 | 69 | 0 | 0.16 | 0.65 | 0.22 | 45.23 | 0.54 | 0.53 |
| Hex | C7 | A7 | 45 | 0 | 10 | 41 | 16 | 2D | 36 | 35 |
| Octal | 307 | 247 | 105 | 0 | 20 | 101 | 26 | 55 | 66 | 65 |
| Binary | 11000111 | 10100111 | 1000101 | 0 | 10000 | 1000001 | 10110 | 101101 | 110110 | 110101 |
Color Harmonies of #C7A745
Complementary color
Monochromatic Colors of #C7A745
Black with #C7A745
Text Example
Text Example
White with #C7A745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7A745; }
p { color: rgb(199,167,69); }
H1.HeaderClassName
{
color: #C7A745;
}
.AnyTagClassName
{
color: #C7A745;
}
</style>
background-color css
<style>
a { background-color: #C7A745; }
a { background-color: rgb(199,167,69); }
div.DivClassName
{
background-color: #C7A745;
}
.BgClassName
{
background-color: #C7A745;
}
</style>
border-color css
<style>
span { border-color: #C7A745; }
span { border-color: rgb(199,167,69); }
td.TdClassName
{
border-color: #C7A745;
}
.TagClassName
{
border-color: #C7A745;
}
</style>