Shades of Sundance #C8A94E
Tints of Sundance #C8A94E
RGB
CMYK
RGB Variations
Color information
#C8A94E (or 0xC8A94E) is known color: Sundance. HEX triplet: C8, A9 and 4E. RGB value is (200,169,78). Sum of RGB (Red+Green+Blue) = 200+169+78=447 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.74% from 447); Green value is 169 (66.41% from 255 or 37.81% from 447); Blue value is 78 (30.86% from 255 or 17.45% from 447); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A94E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8A94E is #3756B1. Grayscale: #A8A8A8. Windows color (decimal): -3626674 or 5155272. OLE color: 5155272.
HSL color Cylindrical-coordinate representation of color #C8A94E: hue angle of 44.75º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C8A94E is Cyan = 0, Magento = 0.16, Yellow = 0.61 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 169 | 78 | - |
| CMYK | 0 | 0.16 | 0.61 | 0.22 |
| HSL | 44.75º | 0.53% | 0.55% | - |
| HSV(B) | 44.75º | 0.61% | 0.78% | - |
| XYZ | 39.38 | 41.21 | 13.09 | - |
| YUV | 167.9 | 77.27 | 150.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 169 | 78 | 0 | 0.16 | 0.61 | 0.22 | 44.75 | 0.53 | 0.55 |
| Hex | C8 | A9 | 4E | 0 | 10 | 3D | 16 | 2D | 35 | 37 |
| Octal | 310 | 251 | 116 | 0 | 20 | 75 | 26 | 55 | 65 | 67 |
| Binary | 11001000 | 10101001 | 1001110 | 0 | 10000 | 111101 | 10110 | 101101 | 110101 | 110111 |
Color Harmonies of #C8A94E
Complementary color
Monochromatic Colors of #C8A94E
Black with #C8A94E
Text Example
Text Example
White with #C8A94E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A94E; }
p { color: rgb(200,169,78); }
H1.HeaderClassName
{
color: #C8A94E;
}
.AnyTagClassName
{
color: #C8A94E;
}
</style>
background-color css
<style>
a { background-color: #C8A94E; }
a { background-color: rgb(200,169,78); }
div.DivClassName
{
background-color: #C8A94E;
}
.BgClassName
{
background-color: #C8A94E;
}
</style>
border-color css
<style>
span { border-color: #C8A94E; }
span { border-color: rgb(200,169,78); }
td.TdClassName
{
border-color: #C8A94E;
}
.TagClassName
{
border-color: #C8A94E;
}
</style>