Shades of Sundance #C8A746
Tints of Sundance #C8A746
RGB
CMYK
RGB Variations
Color information
#C8A746 (or 0xC8A746) is known color: Sundance. HEX triplet: C8, A7 and 46. RGB value is (200,167,70). Sum of RGB (Red+Green+Blue) = 200+167+70=437 (57% of max value = 765). Red value is 200 (78.52% from 255 or 45.77% from 437); Green value is 167 (65.62% from 255 or 38.22% from 437); Blue value is 70 (27.73% from 255 or 16.02% from 437); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A746 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8A746 is #3758B9. Grayscale: #A6A6A6. Windows color (decimal): -3627194 or 4630472. OLE color: 4630472.
HSL color Cylindrical-coordinate representation of color #C8A746: hue angle of 44.77º 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 #C8A746 is Cyan = 0, Magento = 0.16, Yellow = 0.65 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 167 | 70 | - |
| CMYK | 0 | 0.16 | 0.65 | 0.22 |
| HSL | 44.77º | 0.54% | 0.53% | - |
| HSV(B) | 44.77º | 0.65% | 0.78% | - |
| XYZ | 38.74 | 40.36 | 11.54 | - |
| YUV | 165.81 | 73.93 | 152.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 167 | 70 | 0 | 0.16 | 0.65 | 0.22 | 44.77 | 0.54 | 0.53 |
| Hex | C8 | A7 | 46 | 0 | 10 | 41 | 16 | 2D | 36 | 35 |
| Octal | 310 | 247 | 106 | 0 | 20 | 101 | 26 | 55 | 66 | 65 |
| Binary | 11001000 | 10100111 | 1000110 | 0 | 10000 | 1000001 | 10110 | 101101 | 110110 | 110101 |
Color Harmonies of #C8A746
Complementary color
Monochromatic Colors of #C8A746
Black with #C8A746
Text Example
Text Example
White with #C8A746
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A746; }
p { color: rgb(200,167,70); }
H1.HeaderClassName
{
color: #C8A746;
}
.AnyTagClassName
{
color: #C8A746;
}
</style>
background-color css
<style>
a { background-color: #C8A746; }
a { background-color: rgb(200,167,70); }
div.DivClassName
{
background-color: #C8A746;
}
.BgClassName
{
background-color: #C8A746;
}
</style>
border-color css
<style>
span { border-color: #C8A746; }
span { border-color: rgb(200,167,70); }
td.TdClassName
{
border-color: #C8A746;
}
.TagClassName
{
border-color: #C8A746;
}
</style>