Shades of Sundance #C7A240
Tints of Sundance #C7A240
RGB
CMYK
RGB Variations
Color information
#C7A240 (or 0xC7A240) is known color: Sundance. HEX triplet: C7, A2 and 40. RGB value is (199,162,64). Sum of RGB (Red+Green+Blue) = 199+162+64=425 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.82% from 425); Green value is 162 (63.67% from 255 or 38.12% from 425); Blue value is 64 (25.39% from 255 or 15.06% from 425); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A240 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7A240 is #385DBF. Grayscale: #A2A2A2. Windows color (decimal): -3694016 or 4235975. OLE color: 4235975.
HSL color Cylindrical-coordinate representation of color #C7A240: hue angle of 43.56º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C7A240 is Cyan = 0, Magento = 0.19, Yellow = 0.68 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 162 | 64 | - |
| CMYK | 0 | 0.19 | 0.68 | 0.22 |
| HSL | 43.56º | 0.55% | 0.52% | - |
| HSV(B) | 43.56º | 0.68% | 0.78% | - |
| XYZ | 37.4 | 38.35 | 10.28 | - |
| YUV | 161.89 | 72.76 | 154.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 162 | 64 | 0 | 0.19 | 0.68 | 0.22 | 43.56 | 0.55 | 0.52 |
| Hex | C7 | A2 | 40 | 0 | 13 | 44 | 16 | 2C | 37 | 34 |
| Octal | 307 | 242 | 100 | 0 | 23 | 104 | 26 | 54 | 67 | 64 |
| Binary | 11000111 | 10100010 | 1000000 | 0 | 10011 | 1000100 | 10110 | 101100 | 110111 | 110100 |
Color Harmonies of #C7A240
Complementary color
Monochromatic Colors of #C7A240
Black with #C7A240
Text Example
Text Example
White with #C7A240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7A240; }
p { color: rgb(199,162,64); }
H1.HeaderClassName
{
color: #C7A240;
}
.AnyTagClassName
{
color: #C7A240;
}
</style>
background-color css
<style>
a { background-color: #C7A240; }
a { background-color: rgb(199,162,64); }
div.DivClassName
{
background-color: #C7A240;
}
.BgClassName
{
background-color: #C7A240;
}
</style>
border-color css
<style>
span { border-color: #C7A240; }
span { border-color: rgb(199,162,64); }
td.TdClassName
{
border-color: #C7A240;
}
.TagClassName
{
border-color: #C7A240;
}
</style>