Shades of Sundance #C7A142
Tints of Sundance #C7A142
RGB
CMYK
RGB Variations
Color information
#C7A142 (or 0xC7A142) is known color: Sundance. HEX triplet: C7, A1 and 42. RGB value is (199,161,66). Sum of RGB (Red+Green+Blue) = 199+161+66=426 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.71% from 426); Green value is 161 (63.28% from 255 or 37.79% from 426); Blue value is 66 (26.17% from 255 or 15.49% from 426); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A142 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7A142 is #385EBD. Grayscale: #A1A1A1. Windows color (decimal): -3694270 or 4366791. OLE color: 4366791.
HSL color Cylindrical-coordinate representation of color #C7A142: hue angle of 42.86º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C7A142 is Cyan = 0, Magento = 0.19, Yellow = 0.67 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 161 | 66 | - |
| CMYK | 0 | 0.19 | 0.67 | 0.22 |
| HSL | 42.86º | 0.54% | 0.52% | - |
| HSV(B) | 42.86º | 0.67% | 0.78% | - |
| XYZ | 37.28 | 38.03 | 10.53 | - |
| YUV | 161.53 | 74.09 | 154.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 161 | 66 | 0 | 0.19 | 0.67 | 0.22 | 42.86 | 0.54 | 0.52 |
| Hex | C7 | A1 | 42 | 0 | 13 | 43 | 16 | 2B | 36 | 34 |
| Octal | 307 | 241 | 102 | 0 | 23 | 103 | 26 | 53 | 66 | 64 |
| Binary | 11000111 | 10100001 | 1000010 | 0 | 10011 | 1000011 | 10110 | 101011 | 110110 | 110100 |
Color Harmonies of #C7A142
Complementary color
Monochromatic Colors of #C7A142
Black with #C7A142
Text Example
Text Example
White with #C7A142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7A142; }
p { color: rgb(199,161,66); }
H1.HeaderClassName
{
color: #C7A142;
}
.AnyTagClassName
{
color: #C7A142;
}
</style>
background-color css
<style>
a { background-color: #C7A142; }
a { background-color: rgb(199,161,66); }
div.DivClassName
{
background-color: #C7A142;
}
.BgClassName
{
background-color: #C7A142;
}
</style>
border-color css
<style>
span { border-color: #C7A142; }
span { border-color: rgb(199,161,66); }
td.TdClassName
{
border-color: #C7A142;
}
.TagClassName
{
border-color: #C7A142;
}
</style>