Shades of Sundance #C7A03E
Tints of Sundance #C7A03E
RGB
CMYK
RGB Variations
Color information
#C7A03E (or 0xC7A03E) is known color: Sundance. HEX triplet: C7, A0 and 3E. RGB value is (199,160,62). Sum of RGB (Red+Green+Blue) = 199+160+62=421 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.27% from 421); Green value is 160 (62.89% from 255 or 38.00% from 421); Blue value is 62 (24.61% from 255 or 14.73% from 421); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A03E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7A03E is #385FC1. Grayscale: #A0A0A0. Windows color (decimal): -3694530 or 4104391. OLE color: 4104391.
HSL color Cylindrical-coordinate representation of color #C7A03E: hue angle of 42.92º 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 #C7A03E is Cyan = 0, Magento = 0.20, Yellow = 0.69 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 160 | 62 | - |
| CMYK | 0 | 0.20 | 0.69 | 0.22 |
| HSL | 42.92º | 0.55% | 0.51% | - |
| HSV(B) | 42.92º | 0.69% | 0.78% | - |
| XYZ | 36.99 | 37.63 | 9.87 | - |
| YUV | 160.49 | 72.42 | 155.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 160 | 62 | 0 | 0.20 | 0.69 | 0.22 | 42.92 | 0.55 | 0.51 |
| Hex | C7 | A0 | 3E | 0 | 14 | 45 | 16 | 2B | 37 | 33 |
| Octal | 307 | 240 | 76 | 0 | 24 | 105 | 26 | 53 | 67 | 63 |
| Binary | 11000111 | 10100000 | 111110 | 0 | 10100 | 1000101 | 10110 | 101011 | 110111 | 110011 |
Color Harmonies of #C7A03E
Complementary color
Monochromatic Colors of #C7A03E
Black with #C7A03E
Text Example
Text Example
White with #C7A03E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7A03E; }
p { color: rgb(199,160,62); }
H1.HeaderClassName
{
color: #C7A03E;
}
.AnyTagClassName
{
color: #C7A03E;
}
</style>
background-color css
<style>
a { background-color: #C7A03E; }
a { background-color: rgb(199,160,62); }
div.DivClassName
{
background-color: #C7A03E;
}
.BgClassName
{
background-color: #C7A03E;
}
</style>
border-color css
<style>
span { border-color: #C7A03E; }
span { border-color: rgb(199,160,62); }
td.TdClassName
{
border-color: #C7A03E;
}
.TagClassName
{
border-color: #C7A03E;
}
</style>