Shades of Sundance #C0B355
Tints of Sundance #C0B355
RGB
CMYK
RGB Variations
Color information
#C0B355 (or 0xC0B355) is known color: Sundance. HEX triplet: C0, B3 and 55. RGB value is (192,179,85). Sum of RGB (Red+Green+Blue) = 192+179+85=456 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.11% from 456); Green value is 179 (70.31% from 255 or 39.25% from 456); Blue value is 85 (33.59% from 255 or 18.64% from 456); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B355 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0B355 is #3F4CAA. Grayscale: #ACACAC. Windows color (decimal): -4148395 or 5616576. OLE color: 5616576.
HSL color Cylindrical-coordinate representation of color #C0B355: hue angle of 52.71º 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 #C0B355 is Cyan = 0, Magento = 0.07, Yellow = 0.56 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 179 | 85 | - |
| CMYK | 0 | 0.07 | 0.56 | 0.25 |
| HSL | 52.71º | 0.46% | 0.54% | - |
| HSV(B) | 52.71º | 0.56% | 0.75% | - |
| XYZ | 39.5 | 44.1 | 15.03 | - |
| YUV | 172.17 | 78.81 | 142.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 179 | 85 | 0 | 0.07 | 0.56 | 0.25 | 52.71 | 0.46 | 0.54 |
| Hex | C0 | B3 | 55 | 0 | 7 | 38 | 19 | 35 | 2E | 36 |
| Octal | 300 | 263 | 125 | 0 | 7 | 70 | 31 | 65 | 56 | 66 |
| Binary | 11000000 | 10110011 | 1010101 | 0 | 111 | 111000 | 11001 | 110101 | 101110 | 110110 |
Color Harmonies of #C0B355
Complementary color
Monochromatic Colors of #C0B355
Black with #C0B355
Text Example
Text Example
White with #C0B355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B355; }
p { color: rgb(192,179,85); }
H1.HeaderClassName
{
color: #C0B355;
}
.AnyTagClassName
{
color: #C0B355;
}
</style>
background-color css
<style>
a { background-color: #C0B355; }
a { background-color: rgb(192,179,85); }
div.DivClassName
{
background-color: #C0B355;
}
.BgClassName
{
background-color: #C0B355;
}
</style>
border-color css
<style>
span { border-color: #C0B355; }
span { border-color: rgb(192,179,85); }
td.TdClassName
{
border-color: #C0B355;
}
.TagClassName
{
border-color: #C0B355;
}
</style>