Shades of Sundance #C7A445
Tints of Sundance #C7A445
RGB
CMYK
RGB Variations
Color information
#C7A445 (or 0xC7A445) is known color: Sundance. HEX triplet: C7, A4 and 45. RGB value is (199,164,69). Sum of RGB (Red+Green+Blue) = 199+164+69=432 (57% of max value = 765). Red value is 199 (78.12% from 255 or 46.06% from 432); Green value is 164 (64.45% from 255 or 37.96% from 432); Blue value is 69 (27.34% from 255 or 15.97% from 432); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A445 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7A445 is #385BBA. Grayscale: #A4A4A4. Windows color (decimal): -3693499 or 4564167. OLE color: 4564167.
HSL color Cylindrical-coordinate representation of color #C7A445: hue angle of 43.85º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C7A445 is Cyan = 0, Magento = 0.18, Yellow = 0.65 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 164 | 69 | - |
| CMYK | 0 | 0.18 | 0.65 | 0.22 |
| HSL | 43.85º | 0.54% | 0.53% | - |
| HSV(B) | 43.85º | 0.65% | 0.78% | - |
| XYZ | 37.9 | 39.12 | 11.18 | - |
| YUV | 163.64 | 74.6 | 153.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 164 | 69 | 0 | 0.18 | 0.65 | 0.22 | 43.85 | 0.54 | 0.53 |
| Hex | C7 | A4 | 45 | 0 | 12 | 41 | 16 | 2C | 36 | 35 |
| Octal | 307 | 244 | 105 | 0 | 22 | 101 | 26 | 54 | 66 | 65 |
| Binary | 11000111 | 10100100 | 1000101 | 0 | 10010 | 1000001 | 10110 | 101100 | 110110 | 110101 |
Color Harmonies of #C7A445
Complementary color
Monochromatic Colors of #C7A445
Black with #C7A445
Text Example
Text Example
White with #C7A445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7A445; }
p { color: rgb(199,164,69); }
H1.HeaderClassName
{
color: #C7A445;
}
.AnyTagClassName
{
color: #C7A445;
}
</style>
background-color css
<style>
a { background-color: #C7A445; }
a { background-color: rgb(199,164,69); }
div.DivClassName
{
background-color: #C7A445;
}
.BgClassName
{
background-color: #C7A445;
}
</style>
border-color css
<style>
span { border-color: #C7A445; }
span { border-color: rgb(199,164,69); }
td.TdClassName
{
border-color: #C7A445;
}
.TagClassName
{
border-color: #C7A445;
}
</style>