Shades of Sundance #C7A649
Tints of Sundance #C7A649
RGB
CMYK
RGB Variations
Color information
#C7A649 (or 0xC7A649) is known color: Sundance. HEX triplet: C7, A6 and 49. RGB value is (199,166,73). Sum of RGB (Red+Green+Blue) = 199+166+73=438 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.43% from 438); Green value is 166 (65.23% from 255 or 37.90% from 438); Blue value is 73 (28.91% from 255 or 16.67% from 438); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A649 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7A649 is #3859B6. Grayscale: #A5A5A5. Windows color (decimal): -3692983 or 4826823. OLE color: 4826823.
HSL color Cylindrical-coordinate representation of color #C7A649: hue angle of 44.29º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C7A649 is Cyan = 0, Magento = 0.17, Yellow = 0.63 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 166 | 73 | - |
| CMYK | 0 | 0.17 | 0.63 | 0.22 |
| HSL | 44.29º | 0.53% | 0.53% | - |
| HSV(B) | 44.29º | 0.63% | 0.78% | - |
| XYZ | 38.39 | 39.9 | 11.98 | - |
| YUV | 165.27 | 75.93 | 152.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 166 | 73 | 0 | 0.17 | 0.63 | 0.22 | 44.29 | 0.53 | 0.53 |
| Hex | C7 | A6 | 49 | 0 | 11 | 3F | 16 | 2C | 35 | 35 |
| Octal | 307 | 246 | 111 | 0 | 21 | 77 | 26 | 54 | 65 | 65 |
| Binary | 11000111 | 10100110 | 1001001 | 0 | 10001 | 111111 | 10110 | 101100 | 110101 | 110101 |
Color Harmonies of #C7A649
Complementary color
Monochromatic Colors of #C7A649
Black with #C7A649
Text Example
Text Example
White with #C7A649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7A649; }
p { color: rgb(199,166,73); }
H1.HeaderClassName
{
color: #C7A649;
}
.AnyTagClassName
{
color: #C7A649;
}
</style>
background-color css
<style>
a { background-color: #C7A649; }
a { background-color: rgb(199,166,73); }
div.DivClassName
{
background-color: #C7A649;
}
.BgClassName
{
background-color: #C7A649;
}
</style>
border-color css
<style>
span { border-color: #C7A649; }
span { border-color: rgb(199,166,73); }
td.TdClassName
{
border-color: #C7A649;
}
.TagClassName
{
border-color: #C7A649;
}
</style>