Shades of Sundance #C0B350
Tints of Sundance #C0B350
RGB
CMYK
RGB Variations
Color information
#C0B350 (or 0xC0B350) is known color: Sundance. HEX triplet: C0, B3 and 50. RGB value is (192,179,80). Sum of RGB (Red+Green+Blue) = 192+179+80=451 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.57% from 451); Green value is 179 (70.31% from 255 or 39.69% from 451); Blue value is 80 (31.64% from 255 or 17.74% from 451); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B350 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0B350 is #3F4CAF. Grayscale: #ACACAC. Windows color (decimal): -4148400 or 5288896. OLE color: 5288896.
HSL color Cylindrical-coordinate representation of color #C0B350: hue angle of 53.04º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C0B350 is Cyan = 0, Magento = 0.07, Yellow = 0.58 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 179 | 80 | - |
| CMYK | 0 | 0.07 | 0.58 | 0.25 |
| HSL | 53.04º | 0.47% | 0.53% | - |
| HSV(B) | 53.04º | 0.58% | 0.75% | - |
| XYZ | 39.31 | 44.03 | 14.02 | - |
| YUV | 171.6 | 76.31 | 142.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 179 | 80 | 0 | 0.07 | 0.58 | 0.25 | 53.04 | 0.47 | 0.53 |
| Hex | C0 | B3 | 50 | 0 | 7 | 3A | 19 | 35 | 2F | 35 |
| Octal | 300 | 263 | 120 | 0 | 7 | 72 | 31 | 65 | 57 | 65 |
| Binary | 11000000 | 10110011 | 1010000 | 0 | 111 | 111010 | 11001 | 110101 | 101111 | 110101 |
Color Harmonies of #C0B350
Complementary color
Monochromatic Colors of #C0B350
Black with #C0B350
Text Example
Text Example
White with #C0B350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B350; }
p { color: rgb(192,179,80); }
H1.HeaderClassName
{
color: #C0B350;
}
.AnyTagClassName
{
color: #C0B350;
}
</style>
background-color css
<style>
a { background-color: #C0B350; }
a { background-color: rgb(192,179,80); }
div.DivClassName
{
background-color: #C0B350;
}
.BgClassName
{
background-color: #C0B350;
}
</style>
border-color css
<style>
span { border-color: #C0B350; }
span { border-color: rgb(192,179,80); }
td.TdClassName
{
border-color: #C0B350;
}
.TagClassName
{
border-color: #C0B350;
}
</style>