Shades of Sundance #C7A742
Tints of Sundance #C7A742
RGB
CMYK
RGB Variations
Color information
#C7A742 (or 0xC7A742) is known color: Sundance. HEX triplet: C7, A7 and 42. RGB value is (199,167,66). Sum of RGB (Red+Green+Blue) = 199+167+66=432 (57% of max value = 765). Red value is 199 (78.12% from 255 or 46.06% from 432); Green value is 167 (65.62% from 255 or 38.66% from 432); Blue value is 66 (26.17% from 255 or 15.28% from 432); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A742 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7A742 is #3858BD. Grayscale: #A5A5A5. Windows color (decimal): -3692734 or 4368327. OLE color: 4368327.
HSL color Cylindrical-coordinate representation of color #C7A742: hue angle of 45.56º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C7A742 is Cyan = 0, Magento = 0.16, Yellow = 0.67 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 167 | 66 | - |
| CMYK | 0 | 0.16 | 0.67 | 0.22 |
| HSL | 45.56º | 0.54% | 0.52% | - |
| HSV(B) | 45.56º | 0.67% | 0.78% | - |
| XYZ | 38.36 | 40.17 | 10.89 | - |
| YUV | 165.05 | 72.1 | 152.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 167 | 66 | 0 | 0.16 | 0.67 | 0.22 | 45.56 | 0.54 | 0.52 |
| Hex | C7 | A7 | 42 | 0 | 10 | 43 | 16 | 2E | 36 | 34 |
| Octal | 307 | 247 | 102 | 0 | 20 | 103 | 26 | 56 | 66 | 64 |
| Binary | 11000111 | 10100111 | 1000010 | 0 | 10000 | 1000011 | 10110 | 101110 | 110110 | 110100 |
Color Harmonies of #C7A742
Complementary color
Monochromatic Colors of #C7A742
Black with #C7A742
Text Example
Text Example
White with #C7A742
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7A742; }
p { color: rgb(199,167,66); }
H1.HeaderClassName
{
color: #C7A742;
}
.AnyTagClassName
{
color: #C7A742;
}
</style>
background-color css
<style>
a { background-color: #C7A742; }
a { background-color: rgb(199,167,66); }
div.DivClassName
{
background-color: #C7A742;
}
.BgClassName
{
background-color: #C7A742;
}
</style>
border-color css
<style>
span { border-color: #C7A742; }
span { border-color: rgb(199,167,66); }
td.TdClassName
{
border-color: #C7A742;
}
.TagClassName
{
border-color: #C7A742;
}
</style>