Shades of Sundance #C8A346
Tints of Sundance #C8A346
RGB
CMYK
RGB Variations
Color information
#C8A346 (or 0xC8A346) is known color: Sundance. HEX triplet: C8, A3 and 46. RGB value is (200,163,70). Sum of RGB (Red+Green+Blue) = 200+163+70=433 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.19% from 433); Green value is 163 (64.06% from 255 or 37.64% from 433); Blue value is 70 (27.73% from 255 or 16.17% from 433); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A346 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8A346 is #375CB9. Grayscale: #A3A3A3. Windows color (decimal): -3628218 or 4629448. OLE color: 4629448.
HSL color Cylindrical-coordinate representation of color #C8A346: hue angle of 42.92º 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 #C8A346 is Cyan = 0, Magento = 0.18, Yellow = 0.65 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 163 | 70 | - |
| CMYK | 0 | 0.18 | 0.65 | 0.22 |
| HSL | 42.92º | 0.54% | 0.53% | - |
| HSV(B) | 42.92º | 0.65% | 0.78% | - |
| XYZ | 38.02 | 38.92 | 11.3 | - |
| YUV | 163.46 | 75.26 | 154.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 163 | 70 | 0 | 0.18 | 0.65 | 0.22 | 42.92 | 0.54 | 0.53 |
| Hex | C8 | A3 | 46 | 0 | 12 | 41 | 16 | 2B | 36 | 35 |
| Octal | 310 | 243 | 106 | 0 | 22 | 101 | 26 | 53 | 66 | 65 |
| Binary | 11001000 | 10100011 | 1000110 | 0 | 10010 | 1000001 | 10110 | 101011 | 110110 | 110101 |
Color Harmonies of #C8A346
Complementary color
Monochromatic Colors of #C8A346
Black with #C8A346
Text Example
Text Example
White with #C8A346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A346; }
p { color: rgb(200,163,70); }
H1.HeaderClassName
{
color: #C8A346;
}
.AnyTagClassName
{
color: #C8A346;
}
</style>
background-color css
<style>
a { background-color: #C8A346; }
a { background-color: rgb(200,163,70); }
div.DivClassName
{
background-color: #C8A346;
}
.BgClassName
{
background-color: #C8A346;
}
</style>
border-color css
<style>
span { border-color: #C8A346; }
span { border-color: rgb(200,163,70); }
td.TdClassName
{
border-color: #C8A346;
}
.TagClassName
{
border-color: #C8A346;
}
</style>