Shades of Sundance #C9B047
Tints of Sundance #C9B047
RGB
CMYK
RGB Variations
Color information
#C9B047 (or 0xC9B047) is known color: Sundance. HEX triplet: C9, B0 and 47. RGB value is (201,176,71). Sum of RGB (Red+Green+Blue) = 201+176+71=448 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.87% from 448); Green value is 176 (69.14% from 255 or 39.29% from 448); Blue value is 71 (28.12% from 255 or 15.85% from 448); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B047 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9B047 is #364FB8. Grayscale: #ABABAB. Windows color (decimal): -3559353 or 4698313. OLE color: 4698313.
HSL color Cylindrical-coordinate representation of color #C9B047: hue angle of 48.46º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C9B047 is Cyan = 0, Magento = 0.12, Yellow = 0.65 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 176 | 71 | - |
| CMYK | 0 | 0.12 | 0.65 | 0.21 |
| HSL | 48.46º | 0.55% | 0.53% | - |
| HSV(B) | 48.46º | 0.65% | 0.79% | - |
| XYZ | 40.75 | 43.92 | 12.29 | - |
| YUV | 171.51 | 71.28 | 149.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 176 | 71 | 0 | 0.12 | 0.65 | 0.21 | 48.46 | 0.55 | 0.53 |
| Hex | C9 | B0 | 47 | 0 | C | 41 | 15 | 30 | 37 | 35 |
| Octal | 311 | 260 | 107 | 0 | 14 | 101 | 25 | 60 | 67 | 65 |
| Binary | 11001001 | 10110000 | 1000111 | 0 | 1100 | 1000001 | 10101 | 110000 | 110111 | 110101 |
Color Harmonies of #C9B047
Complementary color
Monochromatic Colors of #C9B047
Black with #C9B047
Text Example
Text Example
White with #C9B047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9B047; }
p { color: rgb(201,176,71); }
H1.HeaderClassName
{
color: #C9B047;
}
.AnyTagClassName
{
color: #C9B047;
}
</style>
background-color css
<style>
a { background-color: #C9B047; }
a { background-color: rgb(201,176,71); }
div.DivClassName
{
background-color: #C9B047;
}
.BgClassName
{
background-color: #C9B047;
}
</style>
border-color css
<style>
span { border-color: #C9B047; }
span { border-color: rgb(201,176,71); }
td.TdClassName
{
border-color: #C9B047;
}
.TagClassName
{
border-color: #C9B047;
}
</style>