Shades of Sundance #C9A142
Tints of Sundance #C9A142
RGB
CMYK
RGB Variations
Color information
#C9A142 (or 0xC9A142) is known color: Sundance. HEX triplet: C9, A1 and 42. RGB value is (201,161,66). Sum of RGB (Red+Green+Blue) = 201+161+66=428 (56% of max value = 765). Red value is 201 (78.91% from 255 or 46.96% from 428); Green value is 161 (63.28% from 255 or 37.62% from 428); Blue value is 66 (26.17% from 255 or 15.42% from 428); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A142 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9A142 is #365EBD. Grayscale: #A2A2A2. Windows color (decimal): -3563198 or 4366793. OLE color: 4366793.
HSL color Cylindrical-coordinate representation of color #C9A142: hue angle of 42.22º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C9A142 is Cyan = 0, Magento = 0.20, Yellow = 0.67 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 161 | 66 | - |
| CMYK | 0 | 0.20 | 0.67 | 0.21 |
| HSL | 42.22º | 0.56% | 0.52% | - |
| HSV(B) | 42.22º | 0.67% | 0.79% | - |
| XYZ | 37.82 | 38.3 | 10.55 | - |
| YUV | 162.13 | 73.75 | 155.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 161 | 66 | 0 | 0.20 | 0.67 | 0.21 | 42.22 | 0.56 | 0.52 |
| Hex | C9 | A1 | 42 | 0 | 14 | 43 | 15 | 2A | 38 | 34 |
| Octal | 311 | 241 | 102 | 0 | 24 | 103 | 25 | 52 | 70 | 64 |
| Binary | 11001001 | 10100001 | 1000010 | 0 | 10100 | 1000011 | 10101 | 101010 | 111000 | 110100 |
Color Harmonies of #C9A142
Complementary color
Monochromatic Colors of #C9A142
Black with #C9A142
Text Example
Text Example
White with #C9A142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9A142; }
p { color: rgb(201,161,66); }
H1.HeaderClassName
{
color: #C9A142;
}
.AnyTagClassName
{
color: #C9A142;
}
</style>
background-color css
<style>
a { background-color: #C9A142; }
a { background-color: rgb(201,161,66); }
div.DivClassName
{
background-color: #C9A142;
}
.BgClassName
{
background-color: #C9A142;
}
</style>
border-color css
<style>
span { border-color: #C9A142; }
span { border-color: rgb(201,161,66); }
td.TdClassName
{
border-color: #C9A142;
}
.TagClassName
{
border-color: #C9A142;
}
</style>