Shades of Sundance #C9A751
Tints of Sundance #C9A751
RGB
CMYK
RGB Variations
Color information
#C9A751 (or 0xC9A751) is known color: Sundance. HEX triplet: C9, A7 and 51. RGB value is (201,167,81). Sum of RGB (Red+Green+Blue) = 201+167+81=449 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.77% from 449); Green value is 167 (65.62% from 255 or 37.19% from 449); Blue value is 81 (32.03% from 255 or 18.04% from 449); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A751 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9A751 is #3658AE. Grayscale: #A7A7A7. Windows color (decimal): -3561647 or 5351369. OLE color: 5351369.
HSL color Cylindrical-coordinate representation of color #C9A751: hue angle of 43º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C9A751 is Cyan = 0, Magento = 0.17, Yellow = 0.60 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 167 | 81 | - |
| CMYK | 0 | 0.17 | 0.60 | 0.21 |
| HSL | 43º | 0.53% | 0.55% | - |
| HSV(B) | 43º | 0.6% | 0.79% | - |
| XYZ | 39.39 | 40.65 | 13.55 | - |
| YUV | 167.36 | 79.26 | 151.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 167 | 81 | 0 | 0.17 | 0.60 | 0.21 | 43 | 0.53 | 0.55 |
| Hex | C9 | A7 | 51 | 0 | 11 | 3C | 15 | 2B | 35 | 37 |
| Octal | 311 | 247 | 121 | 0 | 21 | 74 | 25 | 53 | 65 | 67 |
| Binary | 11001001 | 10100111 | 1010001 | 0 | 10001 | 111100 | 10101 | 101011 | 110101 | 110111 |
Color Harmonies of #C9A751
Complementary color
Monochromatic Colors of #C9A751
Black with #C9A751
Text Example
Text Example
White with #C9A751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9A751; }
p { color: rgb(201,167,81); }
H1.HeaderClassName
{
color: #C9A751;
}
.AnyTagClassName
{
color: #C9A751;
}
</style>
background-color css
<style>
a { background-color: #C9A751; }
a { background-color: rgb(201,167,81); }
div.DivClassName
{
background-color: #C9A751;
}
.BgClassName
{
background-color: #C9A751;
}
</style>
border-color css
<style>
span { border-color: #C9A751; }
span { border-color: rgb(201,167,81); }
td.TdClassName
{
border-color: #C9A751;
}
.TagClassName
{
border-color: #C9A751;
}
</style>