Shades of Sundance #C0B051
Tints of Sundance #C0B051
RGB
CMYK
RGB Variations
Color information
#C0B051 (or 0xC0B051) is known color: Sundance. HEX triplet: C0, B0 and 51. RGB value is (192,176,81). Sum of RGB (Red+Green+Blue) = 192+176+81=449 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.76% from 449); Green value is 176 (69.14% from 255 or 39.20% from 449); Blue value is 81 (32.03% from 255 or 18.04% from 449); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B051 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0B051 is #3F4FAE. Grayscale: #AAAAAA. Windows color (decimal): -4149167 or 5353664. OLE color: 5353664.
HSL color Cylindrical-coordinate representation of color #C0B051: hue angle of 51.35º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C0B051 is Cyan = 0, Magento = 0.08, Yellow = 0.58 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 176 | 81 | - |
| CMYK | 0 | 0.08 | 0.58 | 0.25 |
| HSL | 51.35º | 0.47% | 0.54% | - |
| HSV(B) | 51.35º | 0.58% | 0.75% | - |
| XYZ | 38.75 | 42.85 | 14.01 | - |
| YUV | 169.95 | 77.8 | 143.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 176 | 81 | 0 | 0.08 | 0.58 | 0.25 | 51.35 | 0.47 | 0.54 |
| Hex | C0 | B0 | 51 | 0 | 8 | 3A | 19 | 33 | 2F | 36 |
| Octal | 300 | 260 | 121 | 0 | 10 | 72 | 31 | 63 | 57 | 66 |
| Binary | 11000000 | 10110000 | 1010001 | 0 | 1000 | 111010 | 11001 | 110011 | 101111 | 110110 |
Color Harmonies of #C0B051
Complementary color
Monochromatic Colors of #C0B051
Black with #C0B051
Text Example
Text Example
White with #C0B051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B051; }
p { color: rgb(192,176,81); }
H1.HeaderClassName
{
color: #C0B051;
}
.AnyTagClassName
{
color: #C0B051;
}
</style>
background-color css
<style>
a { background-color: #C0B051; }
a { background-color: rgb(192,176,81); }
div.DivClassName
{
background-color: #C0B051;
}
.BgClassName
{
background-color: #C0B051;
}
</style>
border-color css
<style>
span { border-color: #C0B051; }
span { border-color: rgb(192,176,81); }
td.TdClassName
{
border-color: #C0B051;
}
.TagClassName
{
border-color: #C0B051;
}
</style>