Shades of Sundance #C0B245
Tints of Sundance #C0B245
RGB
CMYK
RGB Variations
Color information
#C0B245 (or 0xC0B245) is known color: Sundance. HEX triplet: C0, B2 and 45. RGB value is (192,178,69). Sum of RGB (Red+Green+Blue) = 192+178+69=439 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.74% from 439); Green value is 178 (69.92% from 255 or 40.55% from 439); Blue value is 69 (27.34% from 255 or 15.72% from 439); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B245 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0B245 is #3F4DBA. Grayscale: #AAAAAA. Windows color (decimal): -4148667 or 4567744. OLE color: 4567744.
HSL color Cylindrical-coordinate representation of color #C0B245: hue angle of 53.17º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C0B245 is Cyan = 0, Magento = 0.07, Yellow = 0.64 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 178 | 69 | - |
| CMYK | 0 | 0.07 | 0.64 | 0.25 |
| HSL | 53.17º | 0.49% | 0.51% | - |
| HSV(B) | 53.17º | 0.64% | 0.75% | - |
| XYZ | 38.73 | 43.48 | 11.98 | - |
| YUV | 169.76 | 71.14 | 143.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 178 | 69 | 0 | 0.07 | 0.64 | 0.25 | 53.17 | 0.49 | 0.51 |
| Hex | C0 | B2 | 45 | 0 | 7 | 40 | 19 | 35 | 31 | 33 |
| Octal | 300 | 262 | 105 | 0 | 7 | 100 | 31 | 65 | 61 | 63 |
| Binary | 11000000 | 10110010 | 1000101 | 0 | 111 | 1000000 | 11001 | 110101 | 110001 | 110011 |
Color Harmonies of #C0B245
Complementary color
Monochromatic Colors of #C0B245
Black with #C0B245
Text Example
Text Example
White with #C0B245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B245; }
p { color: rgb(192,178,69); }
H1.HeaderClassName
{
color: #C0B245;
}
.AnyTagClassName
{
color: #C0B245;
}
</style>
background-color css
<style>
a { background-color: #C0B245; }
a { background-color: rgb(192,178,69); }
div.DivClassName
{
background-color: #C0B245;
}
.BgClassName
{
background-color: #C0B245;
}
</style>
border-color css
<style>
span { border-color: #C0B245; }
span { border-color: rgb(192,178,69); }
td.TdClassName
{
border-color: #C0B245;
}
.TagClassName
{
border-color: #C0B245;
}
</style>