Shades of Sundance #C8A94D
Tints of Sundance #C8A94D
RGB
CMYK
RGB Variations
Color information
#C8A94D (or 0xC8A94D) is known color: Sundance. HEX triplet: C8, A9 and 4D. RGB value is (200,169,77). Sum of RGB (Red+Green+Blue) = 200+169+77=446 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.84% from 446); Green value is 169 (66.41% from 255 or 37.89% from 446); Blue value is 77 (30.47% from 255 or 17.26% from 446); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A94D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8A94D is #3756B2. Grayscale: #A8A8A8. Windows color (decimal): -3626675 or 5089736. OLE color: 5089736.
HSL color Cylindrical-coordinate representation of color #C8A94D: hue angle of 44.88º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C8A94D is Cyan = 0, Magento = 0.16, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 169 | 77 | - |
| CMYK | 0 | 0.16 | 0.62 | 0.22 |
| HSL | 44.88º | 0.53% | 0.54% | - |
| HSV(B) | 44.88º | 0.62% | 0.78% | - |
| XYZ | 39.35 | 41.19 | 12.9 | - |
| YUV | 167.78 | 76.77 | 150.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 169 | 77 | 0 | 0.16 | 0.62 | 0.22 | 44.88 | 0.53 | 0.54 |
| Hex | C8 | A9 | 4D | 0 | 10 | 3E | 16 | 2D | 35 | 36 |
| Octal | 310 | 251 | 115 | 0 | 20 | 76 | 26 | 55 | 65 | 66 |
| Binary | 11001000 | 10101001 | 1001101 | 0 | 10000 | 111110 | 10110 | 101101 | 110101 | 110110 |
Color Harmonies of #C8A94D
Complementary color
Monochromatic Colors of #C8A94D
Black with #C8A94D
Text Example
Text Example
White with #C8A94D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A94D; }
p { color: rgb(200,169,77); }
H1.HeaderClassName
{
color: #C8A94D;
}
.AnyTagClassName
{
color: #C8A94D;
}
</style>
background-color css
<style>
a { background-color: #C8A94D; }
a { background-color: rgb(200,169,77); }
div.DivClassName
{
background-color: #C8A94D;
}
.BgClassName
{
background-color: #C8A94D;
}
</style>
border-color css
<style>
span { border-color: #C8A94D; }
span { border-color: rgb(200,169,77); }
td.TdClassName
{
border-color: #C8A94D;
}
.TagClassName
{
border-color: #C8A94D;
}
</style>