Shades of Sundance #C7A54F
Tints of Sundance #C7A54F
RGB
CMYK
RGB Variations
Color information
#C7A54F (or 0xC7A54F) is known color: Sundance. HEX triplet: C7, A5 and 4F. RGB value is (199,165,79). Sum of RGB (Red+Green+Blue) = 199+165+79=443 (58% of max value = 765). Red value is 199 (78.12% from 255 or 44.92% from 443); Green value is 165 (64.84% from 255 or 37.25% from 443); Blue value is 79 (31.25% from 255 or 17.83% from 443); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A54F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7A54F is #385AB0. Grayscale: #A5A5A5. Windows color (decimal): -3693233 or 5219783. OLE color: 5219783.
HSL color Cylindrical-coordinate representation of color #C7A54F: hue angle of 43º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C7A54F is Cyan = 0, Magento = 0.17, Yellow = 0.60 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 165 | 79 | - |
| CMYK | 0 | 0.17 | 0.60 | 0.22 |
| HSL | 43º | 0.52% | 0.55% | - |
| HSV(B) | 43º | 0.6% | 0.78% | - |
| XYZ | 38.42 | 39.62 | 13.02 | - |
| YUV | 165.36 | 79.26 | 151.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 165 | 79 | 0 | 0.17 | 0.60 | 0.22 | 43 | 0.52 | 0.55 |
| Hex | C7 | A5 | 4F | 0 | 11 | 3C | 16 | 2B | 34 | 37 |
| Octal | 307 | 245 | 117 | 0 | 21 | 74 | 26 | 53 | 64 | 67 |
| Binary | 11000111 | 10100101 | 1001111 | 0 | 10001 | 111100 | 10110 | 101011 | 110100 | 110111 |
Color Harmonies of #C7A54F
Complementary color
Monochromatic Colors of #C7A54F
Black with #C7A54F
Text Example
Text Example
White with #C7A54F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7A54F; }
p { color: rgb(199,165,79); }
H1.HeaderClassName
{
color: #C7A54F;
}
.AnyTagClassName
{
color: #C7A54F;
}
</style>
background-color css
<style>
a { background-color: #C7A54F; }
a { background-color: rgb(199,165,79); }
div.DivClassName
{
background-color: #C7A54F;
}
.BgClassName
{
background-color: #C7A54F;
}
</style>
border-color css
<style>
span { border-color: #C7A54F; }
span { border-color: rgb(199,165,79); }
td.TdClassName
{
border-color: #C7A54F;
}
.TagClassName
{
border-color: #C7A54F;
}
</style>