Shades of Sundance #C9A240
Tints of Sundance #C9A240
RGB
CMYK
RGB Variations
Color information
#C9A240 (or 0xC9A240) is known color: Sundance. HEX triplet: C9, A2 and 40. RGB value is (201,162,64). Sum of RGB (Red+Green+Blue) = 201+162+64=427 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.07% from 427); Green value is 162 (63.67% from 255 or 37.94% from 427); Blue value is 64 (25.39% from 255 or 14.99% from 427); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A240 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9A240 is #365DBF. Grayscale: #A2A2A2. Windows color (decimal): -3562944 or 4235977. OLE color: 4235977.
HSL color Cylindrical-coordinate representation of color #C9A240: hue angle of 42.92º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C9A240 is Cyan = 0, Magento = 0.19, Yellow = 0.68 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 162 | 64 | - |
| CMYK | 0 | 0.19 | 0.68 | 0.21 |
| HSL | 42.92º | 0.56% | 0.52% | - |
| HSV(B) | 42.92º | 0.68% | 0.79% | - |
| XYZ | 37.93 | 38.63 | 10.31 | - |
| YUV | 162.49 | 72.42 | 155.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 162 | 64 | 0 | 0.19 | 0.68 | 0.21 | 42.92 | 0.56 | 0.52 |
| Hex | C9 | A2 | 40 | 0 | 13 | 44 | 15 | 2B | 38 | 34 |
| Octal | 311 | 242 | 100 | 0 | 23 | 104 | 25 | 53 | 70 | 64 |
| Binary | 11001001 | 10100010 | 1000000 | 0 | 10011 | 1000100 | 10101 | 101011 | 111000 | 110100 |
Color Harmonies of #C9A240
Complementary color
Monochromatic Colors of #C9A240
Black with #C9A240
Text Example
Text Example
White with #C9A240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9A240; }
p { color: rgb(201,162,64); }
H1.HeaderClassName
{
color: #C9A240;
}
.AnyTagClassName
{
color: #C9A240;
}
</style>
background-color css
<style>
a { background-color: #C9A240; }
a { background-color: rgb(201,162,64); }
div.DivClassName
{
background-color: #C9A240;
}
.BgClassName
{
background-color: #C9A240;
}
</style>
border-color css
<style>
span { border-color: #C9A240; }
span { border-color: rgb(201,162,64); }
td.TdClassName
{
border-color: #C9A240;
}
.TagClassName
{
border-color: #C9A240;
}
</style>