Shades of Sundance #C9B051
Tints of Sundance #C9B051
RGB
CMYK
RGB Variations
Color information
#C9B051 (or 0xC9B051) is known color: Sundance. HEX triplet: C9, B0 and 51. RGB value is (201,176,81). Sum of RGB (Red+Green+Blue) = 201+176+81=458 (60% of max value = 765). Red value is 201 (78.91% from 255 or 43.89% from 458); Green value is 176 (69.14% from 255 or 38.43% from 458); Blue value is 81 (32.03% from 255 or 17.69% from 458); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B051 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9B051 is #364FAE. Grayscale: #ADADAD. Windows color (decimal): -3559343 or 5353673. OLE color: 5353673.
HSL color Cylindrical-coordinate representation of color #C9B051: hue angle of 47.5º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C9B051 is Cyan = 0, Magento = 0.12, Yellow = 0.60 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 176 | 81 | - |
| CMYK | 0 | 0.12 | 0.60 | 0.21 |
| HSL | 47.5º | 0.53% | 0.55% | - |
| HSV(B) | 47.5º | 0.6% | 0.79% | - |
| XYZ | 41.1 | 44.06 | 14.12 | - |
| YUV | 172.65 | 76.28 | 148.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 176 | 81 | 0 | 0.12 | 0.60 | 0.21 | 47.5 | 0.53 | 0.55 |
| Hex | C9 | B0 | 51 | 0 | C | 3C | 15 | 30 | 35 | 37 |
| Octal | 311 | 260 | 121 | 0 | 14 | 74 | 25 | 60 | 65 | 67 |
| Binary | 11001001 | 10110000 | 1010001 | 0 | 1100 | 111100 | 10101 | 110000 | 110101 | 110111 |
Color Harmonies of #C9B051
Complementary color
Monochromatic Colors of #C9B051
Black with #C9B051
Text Example
Text Example
White with #C9B051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9B051; }
p { color: rgb(201,176,81); }
H1.HeaderClassName
{
color: #C9B051;
}
.AnyTagClassName
{
color: #C9B051;
}
</style>
background-color css
<style>
a { background-color: #C9B051; }
a { background-color: rgb(201,176,81); }
div.DivClassName
{
background-color: #C9B051;
}
.BgClassName
{
background-color: #C9B051;
}
</style>
border-color css
<style>
span { border-color: #C9B051; }
span { border-color: rgb(201,176,81); }
td.TdClassName
{
border-color: #C9B051;
}
.TagClassName
{
border-color: #C9B051;
}
</style>