Shades of Sundance #C7A43E
Tints of Sundance #C7A43E
RGB
CMYK
RGB Variations
Color information
#C7A43E (or 0xC7A43E) is known color: Sundance. HEX triplet: C7, A4 and 3E. RGB value is (199,164,62). Sum of RGB (Red+Green+Blue) = 199+164+62=425 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.82% from 425); Green value is 164 (64.45% from 255 or 38.59% from 425); Blue value is 62 (24.61% from 255 or 14.59% from 425); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A43E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7A43E is #385BC1. Grayscale: #A3A3A3. Windows color (decimal): -3693506 or 4105415. OLE color: 4105415.
HSL color Cylindrical-coordinate representation of color #C7A43E: hue angle of 44.67º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C7A43E is Cyan = 0, Magento = 0.18, Yellow = 0.69 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 164 | 62 | - |
| CMYK | 0 | 0.18 | 0.69 | 0.22 |
| HSL | 44.67º | 0.55% | 0.51% | - |
| HSV(B) | 44.67º | 0.69% | 0.78% | - |
| XYZ | 37.7 | 39.04 | 10.11 | - |
| YUV | 162.84 | 71.1 | 153.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 164 | 62 | 0 | 0.18 | 0.69 | 0.22 | 44.67 | 0.55 | 0.51 |
| Hex | C7 | A4 | 3E | 0 | 12 | 45 | 16 | 2D | 37 | 33 |
| Octal | 307 | 244 | 76 | 0 | 22 | 105 | 26 | 55 | 67 | 63 |
| Binary | 11000111 | 10100100 | 111110 | 0 | 10010 | 1000101 | 10110 | 101101 | 110111 | 110011 |
Color Harmonies of #C7A43E
Complementary color
Monochromatic Colors of #C7A43E
Black with #C7A43E
Text Example
Text Example
White with #C7A43E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7A43E; }
p { color: rgb(199,164,62); }
H1.HeaderClassName
{
color: #C7A43E;
}
.AnyTagClassName
{
color: #C7A43E;
}
</style>
background-color css
<style>
a { background-color: #C7A43E; }
a { background-color: rgb(199,164,62); }
div.DivClassName
{
background-color: #C7A43E;
}
.BgClassName
{
background-color: #C7A43E;
}
</style>
border-color css
<style>
span { border-color: #C7A43E; }
span { border-color: rgb(199,164,62); }
td.TdClassName
{
border-color: #C7A43E;
}
.TagClassName
{
border-color: #C7A43E;
}
</style>