Shades of Sundance #C7A653
Tints of Sundance #C7A653
RGB
CMYK
RGB Variations
Color information
#C7A653 (or 0xC7A653) is known color: Sundance. HEX triplet: C7, A6 and 53. RGB value is (199,166,83). Sum of RGB (Red+Green+Blue) = 199+166+83=448 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.42% from 448); Green value is 166 (65.23% from 255 or 37.05% from 448); Blue value is 83 (32.81% from 255 or 18.53% from 448); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A653 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7A653 is #3859AC. Grayscale: #A6A6A6. Windows color (decimal): -3692973 or 5482183. OLE color: 5482183.
HSL color Cylindrical-coordinate representation of color #C7A653: hue angle of 42.93º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C7A653 is Cyan = 0, Magento = 0.17, Yellow = 0.58 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 166 | 83 | - |
| CMYK | 0 | 0.17 | 0.58 | 0.22 |
| HSL | 42.93º | 0.51% | 0.55% | - |
| HSV(B) | 42.93º | 0.58% | 0.78% | - |
| XYZ | 38.75 | 40.04 | 13.87 | - |
| YUV | 166.41 | 80.93 | 151.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 166 | 83 | 0 | 0.17 | 0.58 | 0.22 | 42.93 | 0.51 | 0.55 |
| Hex | C7 | A6 | 53 | 0 | 11 | 3A | 16 | 2B | 33 | 37 |
| Octal | 307 | 246 | 123 | 0 | 21 | 72 | 26 | 53 | 63 | 67 |
| Binary | 11000111 | 10100110 | 1010011 | 0 | 10001 | 111010 | 10110 | 101011 | 110011 | 110111 |
Color Harmonies of #C7A653
Complementary color
Monochromatic Colors of #C7A653
Black with #C7A653
Text Example
Text Example
White with #C7A653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7A653; }
p { color: rgb(199,166,83); }
H1.HeaderClassName
{
color: #C7A653;
}
.AnyTagClassName
{
color: #C7A653;
}
</style>
background-color css
<style>
a { background-color: #C7A653; }
a { background-color: rgb(199,166,83); }
div.DivClassName
{
background-color: #C7A653;
}
.BgClassName
{
background-color: #C7A653;
}
</style>
border-color css
<style>
span { border-color: #C7A653; }
span { border-color: rgb(199,166,83); }
td.TdClassName
{
border-color: #C7A653;
}
.TagClassName
{
border-color: #C7A653;
}
</style>