Shades of Sundance #C9A44E
Tints of Sundance #C9A44E
RGB
CMYK
RGB Variations
Color information
#C9A44E (or 0xC9A44E) is known color: Sundance. HEX triplet: C9, A4 and 4E. RGB value is (201,164,78). Sum of RGB (Red+Green+Blue) = 201+164+78=443 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.37% from 443); Green value is 164 (64.45% from 255 or 37.02% from 443); Blue value is 78 (30.86% from 255 or 17.61% from 443); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A44E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9A44E is #365BB1. Grayscale: #A5A5A5. Windows color (decimal): -3562418 or 5153993. OLE color: 5153993.
HSL color Cylindrical-coordinate representation of color #C9A44E: hue angle of 41.95º 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 #C9A44E is Cyan = 0, Magento = 0.18, Yellow = 0.61 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 164 | 78 | - |
| CMYK | 0 | 0.18 | 0.61 | 0.21 |
| HSL | 41.95º | 0.53% | 0.55% | - |
| HSV(B) | 41.95º | 0.61% | 0.79% | - |
| XYZ | 38.74 | 39.52 | 12.79 | - |
| YUV | 165.26 | 78.76 | 153.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 164 | 78 | 0 | 0.18 | 0.61 | 0.21 | 41.95 | 0.53 | 0.55 |
| Hex | C9 | A4 | 4E | 0 | 12 | 3D | 15 | 2A | 35 | 37 |
| Octal | 311 | 244 | 116 | 0 | 22 | 75 | 25 | 52 | 65 | 67 |
| Binary | 11001001 | 10100100 | 1001110 | 0 | 10010 | 111101 | 10101 | 101010 | 110101 | 110111 |
Color Harmonies of #C9A44E
Complementary color
Monochromatic Colors of #C9A44E
Black with #C9A44E
Text Example
Text Example
White with #C9A44E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9A44E; }
p { color: rgb(201,164,78); }
H1.HeaderClassName
{
color: #C9A44E;
}
.AnyTagClassName
{
color: #C9A44E;
}
</style>
background-color css
<style>
a { background-color: #C9A44E; }
a { background-color: rgb(201,164,78); }
div.DivClassName
{
background-color: #C9A44E;
}
.BgClassName
{
background-color: #C9A44E;
}
</style>
border-color css
<style>
span { border-color: #C9A44E; }
span { border-color: rgb(201,164,78); }
td.TdClassName
{
border-color: #C9A44E;
}
.TagClassName
{
border-color: #C9A44E;
}
</style>