Shades of Sundance #C0B054
Tints of Sundance #C0B054
RGB
CMYK
RGB Variations
Color information
#C0B054 (or 0xC0B054) is known color: Sundance. HEX triplet: C0, B0 and 54. RGB value is (192,176,84). Sum of RGB (Red+Green+Blue) = 192+176+84=452 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.48% from 452); Green value is 176 (69.14% from 255 or 38.94% from 452); Blue value is 84 (33.20% from 255 or 18.58% from 452); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B054 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0B054 is #3F4FAB. Grayscale: #AAAAAA. Windows color (decimal): -4149164 or 5550272. OLE color: 5550272.
HSL color Cylindrical-coordinate representation of color #C0B054: hue angle of 51.11º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C0B054 is Cyan = 0, Magento = 0.08, Yellow = 0.56 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 176 | 84 | - |
| CMYK | 0 | 0.08 | 0.56 | 0.25 |
| HSL | 51.11º | 0.46% | 0.54% | - |
| HSV(B) | 51.11º | 0.56% | 0.75% | - |
| XYZ | 38.86 | 42.9 | 14.62 | - |
| YUV | 170.3 | 79.3 | 143.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 176 | 84 | 0 | 0.08 | 0.56 | 0.25 | 51.11 | 0.46 | 0.54 |
| Hex | C0 | B0 | 54 | 0 | 8 | 38 | 19 | 33 | 2E | 36 |
| Octal | 300 | 260 | 124 | 0 | 10 | 70 | 31 | 63 | 56 | 66 |
| Binary | 11000000 | 10110000 | 1010100 | 0 | 1000 | 111000 | 11001 | 110011 | 101110 | 110110 |
Color Harmonies of #C0B054
Complementary color
Monochromatic Colors of #C0B054
Black with #C0B054
Text Example
Text Example
White with #C0B054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B054; }
p { color: rgb(192,176,84); }
H1.HeaderClassName
{
color: #C0B054;
}
.AnyTagClassName
{
color: #C0B054;
}
</style>
background-color css
<style>
a { background-color: #C0B054; }
a { background-color: rgb(192,176,84); }
div.DivClassName
{
background-color: #C0B054;
}
.BgClassName
{
background-color: #C0B054;
}
</style>
border-color css
<style>
span { border-color: #C0B054; }
span { border-color: rgb(192,176,84); }
td.TdClassName
{
border-color: #C0B054;
}
.TagClassName
{
border-color: #C0B054;
}
</style>