Shades of Sundance #C9A04B
Tints of Sundance #C9A04B
RGB
CMYK
RGB Variations
Color information
#C9A04B (or 0xC9A04B) is known color: Sundance. HEX triplet: C9, A0 and 4B. RGB value is (201,160,75). Sum of RGB (Red+Green+Blue) = 201+160+75=436 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.10% from 436); Green value is 160 (62.89% from 255 or 36.70% from 436); Blue value is 75 (29.69% from 255 or 17.20% from 436); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A04B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9A04B is #365FB4. Grayscale: #A2A2A2. Windows color (decimal): -3563445 or 4956361. OLE color: 4956361.
HSL color Cylindrical-coordinate representation of color #C9A04B: hue angle of 40.48º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C9A04B is Cyan = 0, Magento = 0.20, Yellow = 0.63 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 160 | 75 | - |
| CMYK | 0 | 0.20 | 0.63 | 0.21 |
| HSL | 40.48º | 0.54% | 0.54% | - |
| HSV(B) | 40.48º | 0.63% | 0.79% | - |
| XYZ | 37.93 | 38.07 | 12.01 | - |
| YUV | 162.57 | 78.58 | 155.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 160 | 75 | 0 | 0.20 | 0.63 | 0.21 | 40.48 | 0.54 | 0.54 |
| Hex | C9 | A0 | 4B | 0 | 14 | 3F | 15 | 28 | 36 | 36 |
| Octal | 311 | 240 | 113 | 0 | 24 | 77 | 25 | 50 | 66 | 66 |
| Binary | 11001001 | 10100000 | 1001011 | 0 | 10100 | 111111 | 10101 | 101000 | 110110 | 110110 |
Color Harmonies of #C9A04B
Complementary color
Monochromatic Colors of #C9A04B
Black with #C9A04B
Text Example
Text Example
White with #C9A04B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9A04B; }
p { color: rgb(201,160,75); }
H1.HeaderClassName
{
color: #C9A04B;
}
.AnyTagClassName
{
color: #C9A04B;
}
</style>
background-color css
<style>
a { background-color: #C9A04B; }
a { background-color: rgb(201,160,75); }
div.DivClassName
{
background-color: #C9A04B;
}
.BgClassName
{
background-color: #C9A04B;
}
</style>
border-color css
<style>
span { border-color: #C9A04B; }
span { border-color: rgb(201,160,75); }
td.TdClassName
{
border-color: #C9A04B;
}
.TagClassName
{
border-color: #C9A04B;
}
</style>