Shades of Sundance #C7A54B
Tints of Sundance #C7A54B
RGB
CMYK
RGB Variations
Color information
#C7A54B (or 0xC7A54B) is known color: Sundance. HEX triplet: C7, A5 and 4B. RGB value is (199,165,75). Sum of RGB (Red+Green+Blue) = 199+165+75=439 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.33% from 439); Green value is 165 (64.84% from 255 or 37.59% from 439); Blue value is 75 (29.69% from 255 or 17.08% from 439); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A54B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7A54B is #385AB4. Grayscale: #A5A5A5. Windows color (decimal): -3693237 or 4957639. OLE color: 4957639.
HSL color Cylindrical-coordinate representation of color #C7A54B: hue angle of 43.55º degrees, saturation: 0.53, 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 #C7A54B is Cyan = 0, Magento = 0.17, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 165 | 75 | - |
| CMYK | 0 | 0.17 | 0.62 | 0.22 |
| HSL | 43.55º | 0.53% | 0.54% | - |
| HSV(B) | 43.55º | 0.62% | 0.78% | - |
| XYZ | 38.28 | 39.56 | 12.28 | - |
| YUV | 164.91 | 77.26 | 152.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 165 | 75 | 0 | 0.17 | 0.62 | 0.22 | 43.55 | 0.53 | 0.54 |
| Hex | C7 | A5 | 4B | 0 | 11 | 3E | 16 | 2C | 35 | 36 |
| Octal | 307 | 245 | 113 | 0 | 21 | 76 | 26 | 54 | 65 | 66 |
| Binary | 11000111 | 10100101 | 1001011 | 0 | 10001 | 111110 | 10110 | 101100 | 110101 | 110110 |
Color Harmonies of #C7A54B
Complementary color
Monochromatic Colors of #C7A54B
Black with #C7A54B
Text Example
Text Example
White with #C7A54B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7A54B; }
p { color: rgb(199,165,75); }
H1.HeaderClassName
{
color: #C7A54B;
}
.AnyTagClassName
{
color: #C7A54B;
}
</style>
background-color css
<style>
a { background-color: #C7A54B; }
a { background-color: rgb(199,165,75); }
div.DivClassName
{
background-color: #C7A54B;
}
.BgClassName
{
background-color: #C7A54B;
}
</style>
border-color css
<style>
span { border-color: #C7A54B; }
span { border-color: rgb(199,165,75); }
td.TdClassName
{
border-color: #C7A54B;
}
.TagClassName
{
border-color: #C7A54B;
}
</style>