Shades of Sundance #C9B053
Tints of Sundance #C9B053
RGB
CMYK
RGB Variations
Color information
#C9B053 (or 0xC9B053) is known color: Sundance. HEX triplet: C9, B0 and 53. RGB value is (201,176,83). Sum of RGB (Red+Green+Blue) = 201+176+83=460 (60% of max value = 765). Red value is 201 (78.91% from 255 or 43.70% from 460); Green value is 176 (69.14% from 255 or 38.26% from 460); Blue value is 83 (32.81% from 255 or 18.04% from 460); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B053 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9B053 is #364FAC. Grayscale: #ADADAD. Windows color (decimal): -3559341 or 5484745. OLE color: 5484745.
HSL color Cylindrical-coordinate representation of color #C9B053: hue angle of 47.29º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C9B053 is Cyan = 0, Magento = 0.12, Yellow = 0.59 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 176 | 83 | - |
| CMYK | 0 | 0.12 | 0.59 | 0.21 |
| HSL | 47.29º | 0.52% | 0.56% | - |
| HSV(B) | 47.29º | 0.59% | 0.79% | - |
| XYZ | 41.17 | 44.09 | 14.52 | - |
| YUV | 172.87 | 77.28 | 148.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 176 | 83 | 0 | 0.12 | 0.59 | 0.21 | 47.29 | 0.52 | 0.56 |
| Hex | C9 | B0 | 53 | 0 | C | 3B | 15 | 2F | 34 | 38 |
| Octal | 311 | 260 | 123 | 0 | 14 | 73 | 25 | 57 | 64 | 70 |
| Binary | 11001001 | 10110000 | 1010011 | 0 | 1100 | 111011 | 10101 | 101111 | 110100 | 111000 |
Color Harmonies of #C9B053
Complementary color
Monochromatic Colors of #C9B053
Black with #C9B053
Text Example
Text Example
White with #C9B053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9B053; }
p { color: rgb(201,176,83); }
H1.HeaderClassName
{
color: #C9B053;
}
.AnyTagClassName
{
color: #C9B053;
}
</style>
background-color css
<style>
a { background-color: #C9B053; }
a { background-color: rgb(201,176,83); }
div.DivClassName
{
background-color: #C9B053;
}
.BgClassName
{
background-color: #C9B053;
}
</style>
border-color css
<style>
span { border-color: #C9B053; }
span { border-color: rgb(201,176,83); }
td.TdClassName
{
border-color: #C9B053;
}
.TagClassName
{
border-color: #C9B053;
}
</style>