Shades of Sundance #C7A841
Tints of Sundance #C7A841
RGB
CMYK
RGB Variations
Color information
#C7A841 (or 0xC7A841) is known color: Sundance. HEX triplet: C7, A8 and 41. RGB value is (199,168,65). Sum of RGB (Red+Green+Blue) = 199+168+65=432 (57% of max value = 765). Red value is 199 (78.12% from 255 or 46.06% from 432); Green value is 168 (66.02% from 255 or 38.89% from 432); Blue value is 65 (25.78% from 255 or 15.05% from 432); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A841 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7A841 is #3857BE. Grayscale: #A5A5A5. Windows color (decimal): -3692479 or 4303047. OLE color: 4303047.
HSL color Cylindrical-coordinate representation of color #C7A841: hue angle of 46.12º 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 #C7A841 is Cyan = 0, Magento = 0.16, Yellow = 0.67 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 168 | 65 | - |
| CMYK | 0 | 0.16 | 0.67 | 0.22 |
| HSL | 46.12º | 0.54% | 0.52% | - |
| HSV(B) | 46.12º | 0.67% | 0.78% | - |
| XYZ | 38.51 | 40.53 | 10.79 | - |
| YUV | 165.53 | 71.27 | 151.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 168 | 65 | 0 | 0.16 | 0.67 | 0.22 | 46.12 | 0.54 | 0.52 |
| Hex | C7 | A8 | 41 | 0 | 10 | 43 | 16 | 2E | 36 | 34 |
| Octal | 307 | 250 | 101 | 0 | 20 | 103 | 26 | 56 | 66 | 64 |
| Binary | 11000111 | 10101000 | 1000001 | 0 | 10000 | 1000011 | 10110 | 101110 | 110110 | 110100 |
Color Harmonies of #C7A841
Complementary color
Monochromatic Colors of #C7A841
Black with #C7A841
Text Example
Text Example
White with #C7A841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7A841; }
p { color: rgb(199,168,65); }
H1.HeaderClassName
{
color: #C7A841;
}
.AnyTagClassName
{
color: #C7A841;
}
</style>
background-color css
<style>
a { background-color: #C7A841; }
a { background-color: rgb(199,168,65); }
div.DivClassName
{
background-color: #C7A841;
}
.BgClassName
{
background-color: #C7A841;
}
</style>
border-color css
<style>
span { border-color: #C7A841; }
span { border-color: rgb(199,168,65); }
td.TdClassName
{
border-color: #C7A841;
}
.TagClassName
{
border-color: #C7A841;
}
</style>