Shades of Sundance #C7A145
Tints of Sundance #C7A145
RGB
CMYK
RGB Variations
Color information
#C7A145 (or 0xC7A145) is known color: Sundance. HEX triplet: C7, A1 and 45. RGB value is (199,161,69). Sum of RGB (Red+Green+Blue) = 199+161+69=429 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.39% from 429); Green value is 161 (63.28% from 255 or 37.53% from 429); Blue value is 69 (27.34% from 255 or 16.08% from 429); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A145 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7A145 is #385EBA. Grayscale: #A2A2A2. Windows color (decimal): -3694267 or 4563399. OLE color: 4563399.
HSL color Cylindrical-coordinate representation of color #C7A145: hue angle of 42.46º 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 #C7A145 is Cyan = 0, Magento = 0.19, Yellow = 0.65 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 161 | 69 | - |
| CMYK | 0 | 0.19 | 0.65 | 0.22 |
| HSL | 42.46º | 0.54% | 0.53% | - |
| HSV(B) | 42.46º | 0.65% | 0.78% | - |
| XYZ | 37.37 | 38.06 | 11.01 | - |
| YUV | 161.87 | 75.59 | 154.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 161 | 69 | 0 | 0.19 | 0.65 | 0.22 | 42.46 | 0.54 | 0.53 |
| Hex | C7 | A1 | 45 | 0 | 13 | 41 | 16 | 2A | 36 | 35 |
| Octal | 307 | 241 | 105 | 0 | 23 | 101 | 26 | 52 | 66 | 65 |
| Binary | 11000111 | 10100001 | 1000101 | 0 | 10011 | 1000001 | 10110 | 101010 | 110110 | 110101 |
Color Harmonies of #C7A145
Complementary color
Monochromatic Colors of #C7A145
Black with #C7A145
Text Example
Text Example
White with #C7A145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7A145; }
p { color: rgb(199,161,69); }
H1.HeaderClassName
{
color: #C7A145;
}
.AnyTagClassName
{
color: #C7A145;
}
</style>
background-color css
<style>
a { background-color: #C7A145; }
a { background-color: rgb(199,161,69); }
div.DivClassName
{
background-color: #C7A145;
}
.BgClassName
{
background-color: #C7A145;
}
</style>
border-color css
<style>
span { border-color: #C7A145; }
span { border-color: rgb(199,161,69); }
td.TdClassName
{
border-color: #C7A145;
}
.TagClassName
{
border-color: #C7A145;
}
</style>