Shades of Sundance #C0B353
Tints of Sundance #C0B353
RGB
CMYK
RGB Variations
Color information
#C0B353 (or 0xC0B353) is known color: Sundance. HEX triplet: C0, B3 and 53. RGB value is (192,179,83). Sum of RGB (Red+Green+Blue) = 192+179+83=454 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.29% from 454); Green value is 179 (70.31% from 255 or 39.43% from 454); Blue value is 83 (32.81% from 255 or 18.28% from 454); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B353 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0B353 is #3F4CAC. Grayscale: #ACACAC. Windows color (decimal): -4148397 or 5485504. OLE color: 5485504.
HSL color Cylindrical-coordinate representation of color #C0B353: hue angle of 52.84º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C0B353 is Cyan = 0, Magento = 0.07, Yellow = 0.57 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 179 | 83 | - |
| CMYK | 0 | 0.07 | 0.57 | 0.25 |
| HSL | 52.84º | 0.46% | 0.54% | - |
| HSV(B) | 52.84º | 0.57% | 0.75% | - |
| XYZ | 39.42 | 44.07 | 14.61 | - |
| YUV | 171.94 | 77.81 | 142.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 179 | 83 | 0 | 0.07 | 0.57 | 0.25 | 52.84 | 0.46 | 0.54 |
| Hex | C0 | B3 | 53 | 0 | 7 | 39 | 19 | 35 | 2E | 36 |
| Octal | 300 | 263 | 123 | 0 | 7 | 71 | 31 | 65 | 56 | 66 |
| Binary | 11000000 | 10110011 | 1010011 | 0 | 111 | 111001 | 11001 | 110101 | 101110 | 110110 |
Color Harmonies of #C0B353
Complementary color
Monochromatic Colors of #C0B353
Black with #C0B353
Text Example
Text Example
White with #C0B353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B353; }
p { color: rgb(192,179,83); }
H1.HeaderClassName
{
color: #C0B353;
}
.AnyTagClassName
{
color: #C0B353;
}
</style>
background-color css
<style>
a { background-color: #C0B353; }
a { background-color: rgb(192,179,83); }
div.DivClassName
{
background-color: #C0B353;
}
.BgClassName
{
background-color: #C0B353;
}
</style>
border-color css
<style>
span { border-color: #C0B353; }
span { border-color: rgb(192,179,83); }
td.TdClassName
{
border-color: #C0B353;
}
.TagClassName
{
border-color: #C0B353;
}
</style>