Shades of Sundance #C9A94E
Tints of Sundance #C9A94E
RGB
CMYK
RGB Variations
Color information
#C9A94E (or 0xC9A94E) is known color: Sundance. HEX triplet: C9, A9 and 4E. RGB value is (201,169,78). Sum of RGB (Red+Green+Blue) = 201+169+78=448 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.87% from 448); Green value is 169 (66.41% from 255 or 37.72% from 448); Blue value is 78 (30.86% from 255 or 17.41% from 448); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A94E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9A94E is #3656B1. Grayscale: #A8A8A8. Windows color (decimal): -3561138 or 5155273. OLE color: 5155273.
HSL color Cylindrical-coordinate representation of color #C9A94E: hue angle of 44.39º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C9A94E is Cyan = 0, Magento = 0.16, Yellow = 0.61 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 169 | 78 | - |
| CMYK | 0 | 0.16 | 0.61 | 0.21 |
| HSL | 44.39º | 0.53% | 0.55% | - |
| HSV(B) | 44.39º | 0.61% | 0.79% | - |
| XYZ | 39.65 | 41.34 | 13.1 | - |
| YUV | 168.19 | 77.1 | 151.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 169 | 78 | 0 | 0.16 | 0.61 | 0.21 | 44.39 | 0.53 | 0.55 |
| Hex | C9 | A9 | 4E | 0 | 10 | 3D | 15 | 2C | 35 | 37 |
| Octal | 311 | 251 | 116 | 0 | 20 | 75 | 25 | 54 | 65 | 67 |
| Binary | 11001001 | 10101001 | 1001110 | 0 | 10000 | 111101 | 10101 | 101100 | 110101 | 110111 |
Color Harmonies of #C9A94E
Complementary color
Monochromatic Colors of #C9A94E
Black with #C9A94E
Text Example
Text Example
White with #C9A94E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9A94E; }
p { color: rgb(201,169,78); }
H1.HeaderClassName
{
color: #C9A94E;
}
.AnyTagClassName
{
color: #C9A94E;
}
</style>
background-color css
<style>
a { background-color: #C9A94E; }
a { background-color: rgb(201,169,78); }
div.DivClassName
{
background-color: #C9A94E;
}
.BgClassName
{
background-color: #C9A94E;
}
</style>
border-color css
<style>
span { border-color: #C9A94E; }
span { border-color: rgb(201,169,78); }
td.TdClassName
{
border-color: #C9A94E;
}
.TagClassName
{
border-color: #C9A94E;
}
</style>