Shades of Sundance #C0B54E
Tints of Sundance #C0B54E
RGB
CMYK
RGB Variations
Color information
#C0B54E (or 0xC0B54E) is known color: Sundance. HEX triplet: C0, B5 and 4E. RGB value is (192,181,78). Sum of RGB (Red+Green+Blue) = 192+181+78=451 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.57% from 451); Green value is 181 (71.09% from 255 or 40.13% from 451); Blue value is 78 (30.86% from 255 or 17.29% from 451); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B54E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0B54E is #3F4AB1. Grayscale: #ACACAC. Windows color (decimal): -4147890 or 5158336. OLE color: 5158336.
HSL color Cylindrical-coordinate representation of color #C0B54E: hue angle of 54.21º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C0B54E is Cyan = 0, Magento = 0.06, Yellow = 0.59 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 181 | 78 | - |
| CMYK | 0 | 0.06 | 0.59 | 0.25 |
| HSL | 54.21º | 0.48% | 0.53% | - |
| HSV(B) | 54.21º | 0.59% | 0.75% | - |
| XYZ | 39.64 | 44.8 | 13.77 | - |
| YUV | 172.55 | 74.64 | 141.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 181 | 78 | 0 | 0.06 | 0.59 | 0.25 | 54.21 | 0.48 | 0.53 |
| Hex | C0 | B5 | 4E | 0 | 6 | 3B | 19 | 36 | 30 | 35 |
| Octal | 300 | 265 | 116 | 0 | 6 | 73 | 31 | 66 | 60 | 65 |
| Binary | 11000000 | 10110101 | 1001110 | 0 | 110 | 111011 | 11001 | 110110 | 110000 | 110101 |
Color Harmonies of #C0B54E
Complementary color
Monochromatic Colors of #C0B54E
Black with #C0B54E
Text Example
Text Example
White with #C0B54E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B54E; }
p { color: rgb(192,181,78); }
H1.HeaderClassName
{
color: #C0B54E;
}
.AnyTagClassName
{
color: #C0B54E;
}
</style>
background-color css
<style>
a { background-color: #C0B54E; }
a { background-color: rgb(192,181,78); }
div.DivClassName
{
background-color: #C0B54E;
}
.BgClassName
{
background-color: #C0B54E;
}
</style>
border-color css
<style>
span { border-color: #C0B54E; }
span { border-color: rgb(192,181,78); }
td.TdClassName
{
border-color: #C0B54E;
}
.TagClassName
{
border-color: #C0B54E;
}
</style>